What problem does it solve?
This skill enables users to manage AI agent skills by searching, installing, updating, and publishing them via ClawdHub CLI.
Core Features & Use Cases
- Discovery & Management: Find skills on clawdhub.com and install or update them locally.
- Version Control: Sync installed skills to the latest version or a specific release.
- Publish & Share: Publish new or updated skill folders back to the registry.
Quick Start
Install the ClawdHub CLI globally using npm, then start discovering and managing skills:
- Search for a skill: clawdhub search "postgres backups"
- Install a skill: clawdhub install my-skill
- Update a skill: clawdhub update my-skill
- Publish a skill: clawdhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.0.0 --changelog "Initial release"