General
clawhub - Claude MCP Skill
Search, install, update, sync, or publish agent skills with the ClawHub CLI and registry.
SEO Guide: Enhance your AI agent with the clawhub tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to search, install, update, sync, or publish agent skills with the clawhub cli and registry.... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟5876 stars • 76459 forks
📥0 downloads
Documentation
SKILL.md# ClawHub CLI Install ```bash npm i -g clawhub ``` Auth (publish) ```bash clawhub login clawhub whoami ``` Search ```bash clawhub search "postgres backups" ``` Install ```bash clawhub install my-skill clawhub install my-skill --version 1.2.3 ``` Update (hash-based match + upgrade) ```bash clawhub update my-skill clawhub update my-skill --version 1.2.3 clawhub update --all clawhub update my-skill --force clawhub update --all --no-input --force ``` List ```bash clawhub list ``` Publish ```bash clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs" ``` Notes - Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry) - Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB_WORKDIR) - Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
Signals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- clawdbot/clawdbot
- Author
- clawdbot
- Last Sync
- 5/9/2026
- Repo Updated
- 5/9/2026
- Created
- 1/31/2026
Reviews (0)
No reviews yet. Be the first to review this skill!