A fully autonomous skill for managing GitHub repositories, pushing code, and handling releases without user intervention.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-ops
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-ops 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 Operations skill is a robust automation tool designed to give AI agents full control over the GitHub lifecycle. By integrating this capability into Openclaw Skills, agents can move beyond simple code generation to active project management, including repository initialization, remote synchronization, and release orchestration. It operates on the principle of high autonomy, ensuring that the agent can deliver results—such as a live repository or a tagged release—without requiring the developer to manually manage tokens or run git commands.
To enable this skill within Openclaw Skills, ensure that git and curl are available in your environment. You must also securely store your GitHub Personal Access Token:
# Create the secrets directory
mkdir -p ~/.openclaw/secrets
# Save your GitHub Token
echo "YOUR_GITHUB_TOKEN" > ~/.openclaw/secrets/github_token.txt
# Set strict file permissions
chmod 600 ~/.openclaw/secrets/github_token.txt
The skill manages data across the local workspace and remote GitHub API. Key data components include:
| Component | Path / Source | Purpose |
|---|---|---|
| GITHUB_TOKEN | ~/.openclaw/secrets/github_token.txt | Authentication for API and Git operations |
| Local Repo | /home/node/.openclaw/workspace | The working directory for git versioning |
| API Endpoint | https://api.github.com | Target for repository and release management |
Loading
A lightweight performance optimization framework for AI agents based on trajectory analysis and reward feedback.

A specialized utility for extracting specific video segments and audio clips from YouTube using precise timestamp ranges.

A sophisticated skill enabling AI agents to autonomously provision, configure, and replicate themselves on the Aleph Cloud decentralized network.

A high-efficiency monitoring skill that tracks multiple GitHub repositories to deliver filtered, severity-based alerts and daily digests via OpenClaw.

A lightweight security utility designed to detect and block malicious commands or prompt injections within AI agent data streams.

An automated quantitative analysis engine that generates multi-indicator trading signals for global equity and cryptocurrency markets.








































