This is the package manager for Claude skills. It's an npm-installed CLI that lets you search, install, and publish agent skills from clawdhub.com without leaving your terminal. The update command is smart about it: it hashes your local files, figures out which version you have, and upgrades to the latest unless you pin a specific one. You can batch update everything with flags like --all and --no-input. If you're building skills and want to share them, the publish command takes a folder and pushes it with proper versioning and changelogs. It's basically npm but for AI agent capabilities, and it works out of the box with the default registry.
npx -y skills add elliottminns/dreamfox-skills --skill clawdhub --agent claude-codeInstalls into .claude/skills of the current project.
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
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills