clawhub▌
steipete/clawdis · updated Apr 8, 2026
Search, install, update, and publish agent skills via the ClawHub CLI.
- ›Commands cover skill discovery, installation with version pinning, bulk updates with hash-based matching, and publishing to the registry
- ›Supports authentication for publishing via clawhub login and workspace configuration through environment variables or CLI flags
- ›Default registry is clawhub.com; configurable via CLAWHUB_REGISTRY or --registry flag
- ›Update command intelligently matches local file hashes to resol
ClawHub CLI
Install
npm i -g clawhub
Auth (publish)
clawhub login
clawhub whoami
Search
clawhub search "postgres backups"
Install
clawhub install my-skill
clawhub install my-skill --version 1.2.3
Update (hash-based match + upgrade)
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
clawhub list
Publish
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
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★50 reviews- ★★★★★Valentina Jackson· Dec 28, 2024
clawhub fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Pratham Ware· Dec 20, 2024
We added clawhub from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Valentina White· Dec 20, 2024
Keeps context tight: clawhub is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Ishan Huang· Dec 4, 2024
I recommend clawhub for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Neel Malhotra· Nov 27, 2024
Useful defaults in clawhub — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ira Huang· Nov 23, 2024
Keeps context tight: clawhub is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Diya Wang· Nov 19, 2024
We added clawhub from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Sakshi Patil· Nov 11, 2024
clawhub fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ira Dixit· Nov 11, 2024
I recommend clawhub for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Li Malhotra· Oct 18, 2024
clawhub has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 50