General
clawdhub - Claude MCP Skill
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
SEO Guide: Enhance your AI agent with the clawdhub tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to use the clawdhub cli to search, install, update, and publish agent skills from clawdhub.com. use whe... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟5264 stars • 15628 forks
📥0 downloads
Documentation
SKILL.md# ClawdHub CLI Install ```bash npm i -g clawdhub ``` Auth (publish) ```bash clawdhub login clawdhub whoami ``` Search ```bash clawdhub search "postgres backups" ``` Install ```bash clawdhub install my-skill clawdhub install my-skill --version 1.2.3 ``` Update (hash-based match + upgrade) ```bash clawdhub update my-skill clawdhub update my-skill --version 1.2.3 clawdhub update --all clawdhub update my-skill --force clawdhub update --all --no-input --force ``` List ```bash clawdhub list ``` Publish ```bash clawdhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs" ``` Notes - Default registry: https://clawdhub.com (override with CLAWDHUB_REGISTRY or --registry) - Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWDHUB_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
- 1/30/2026
- Repo Updated
- 1/30/2026
- Created
- 1/12/2026
Reviews (0)
No reviews yet. Be the first to review this skill!