What problem does it solve?
Provides concise CLI instructions to discover, install, update, and publish agent skills from the ClawHub registry, removing friction when managing skill packages across workspaces and projects.
Core Features & Use Cases
- Search the registry: Find skills by keywords or descriptions with clawhub search.
- Install and sync: Install specific versions or update local skill folders to the latest release.
- Publish packages: Authenticate and publish local skill folders to the ClawHub registry for distribution.
- Use Case: An agent developer can quickly fetch a new skill during a run, pin a project to a specific skill version, or publish a patched skill to share with teammates.
Quick Start
Install the ClawHub CLI globally and then authenticate, search for a skill, and install a chosen version using commands like npm i -g clawhub, clawhub login, clawhub search "postgres backups", and clawhub install my-skill --version 1.2.3.