A powerful automation tool to synchronize local AI agent skills with GitHub repositories for versioning, sharing, and secure backup.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-sync-skill
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-sync-skill 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 Sync Skill is a specialized utility designed for developers working with Openclaw Skills who want to maintain a remote backup and public repository of their AI agent capabilities. It bridges the gap between local development and version control by automating the process of uploading new or modified skills to GitHub, ensuring your custom workflows are always safely stored and easily shareable.
By integrating this skill into your environment, you can maintain a centralized catalog of your Openclaw Skills without the overhead of manual file management. It handles everything from repository permission checks to the automatic generation of documentation, making it a cornerstone for anyone building a robust library of AI agent tools.
To begin using this tool within your Openclaw Skills environment, ensure you have a GitHub Personal Access Token with repo scope.
# Set your GitHub token environment variable
export GITHUB_TOKEN=your_token_here
# Run the sync script for incremental updates
~/.claude/skills/github-sync-skill/scripts/sync_to_github.sh \
--owner your-username \
--repo your-repo-name \
--token $GITHUB_TOKEN
The skill organizes data based on the local directory structure and generates metadata for the target repository to maintain the integrity of your Openclaw Skills.
| Parameter | Description |
|---|---|
| owner | The GitHub user or organization account name |
| repo | The destination repository name for your skills |
| skill | Optional flag to target a specific skill for synchronization |
| token | Secure GitHub Personal Access Token with repo scope |
Loading
A high-integrity debugging framework for AI agents that enforces a root-cause-first approach to eliminate symptom-only fixes.

An advanced git analysis tool that generates comprehensive weekly engineering retrospectives with team-aware metrics and trend tracking.

A sophisticated emotional intelligence layer that provides permanent memory and cross-agent experience sharing for your AI ecosystem.

A strategic AI skill that applies Lei Jun's five core mental models to evaluate products, business trends, and operational efficiency.

An automated research agent that synthesizes technical humanoid-robot papers into professional Chinese briefs focused on industrial design and product definition.

A strategic review layer for AI coding agents that challenges plan premises and ensures high-standard implementation through founder-mode analysis.








































