A professional toolkit for designing, debugging, and hardening GitHub Actions workflows with reusable pipelines and security guardrails.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-actions
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-actions using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub Actions skill for Openclaw Skills provides a robust framework for managing the entire lifecycle of repository automation. It moves beyond basic YAML generation by enforcing security best practices, such as the principle of least privilege through explicit permissions and OIDC federation. By integrating this skill, developers can architect complex release pipelines that are deterministic, efficient, and resilient against common CI/CD traps like runner drift or cache corruption.
This skill acts as a specialized operating system for delivery, focusing on the nuances of GitHub's runtime environment. It helps users navigate the complexities of matrix strategies, environment gates, and artifact contracts, ensuring that every automated step contributes to a stable and auditable deployment process. Whether you are building a new pipeline from scratch or refactoring legacy workflows, this addition to your Openclaw Skills library provides the necessary expertise to maintain high-quality automation.
To initialize the GitHub Actions environment within Openclaw Skills, follow these steps:
mkdir -p ~/github-actions/
touch ~/github-actions/memory.md
touch ~/github-actions/repo-map.md
setup.md file within the skill directory to align auto-activation rules and define your repository's security boundaries.The skill maintains local state in ~/github-actions/ to ensure persistent context across sessions. The schema includes:
| File | Description |
|---|---|
memory.md |
Stores persistent repository context and activation boundaries. |
repo-map.md |
Tracks repositories, branches, package managers, and deployment targets. |
workflow-defaults.md |
Defines stable defaults for triggers, permissions, caches, and runners. |
incidents.md |
Documents failure signatures, root causes, and recurring fixes for debugging. |
release-rules.md |
Outlines promotion gates, approval requirements, and rollback procedures. |
workflow_call to create standardized, sharable automation components.Loading
A sophisticated AI companion skill designed to simulate a realistic, affectionate, and emotionally consistent relationship with persistent local memory.

A structured personal system for tracking gift ideas, recipient preferences, and historical giving records.

A comprehensive toolkit for searching, creating, and optimizing high-quality GIFs with a focus on technical performance and accessibility.

A specialized writing skill that enables AI agents to produce authentic, casual, and human-sounding German text instead of stiff, robotic translations.

A comprehensive guide and toolset for avoiding common GitLab CI/CD pitfalls, from rule logic errors to complex YAML merge traps.

A structured system for defining, tracking, and reviewing long-term personal and professional goals using organized markdown files.








































