/install clawdhub-copy
ClawdHub CLI
Install
npm i -g clawdhub
Auth (publish)
clawdhub login
clawdhub whoami
Search
clawdhub search "postgres backups"
Install
clawdhub install my-skill
clawdhub install my-skill --version 1.2.3
Update (hash-based match + upgrade)
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
clawdhub list
Publish
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 Clawdbot 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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawdhub-copy - After installation, invoke the skill by name or use
/clawdhub-copy - Provide required inputs per the skill's parameter spec and get structured output
What is Clawdhub Copy?
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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1858 downloads so far.
How do I install Clawdhub Copy?
Run "/install clawdhub-copy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawdhub Copy free?
Yes, Clawdhub Copy is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawdhub Copy support?
Clawdhub Copy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawdhub Copy?
It is built and maintained by jk50505k (@jk50505k); the current version is v1.0.0.