What problem does it solve? Managing agent skills manually is tedious: finding new skills, keeping installed ones up to date, and sharing your own skills all require repetitive command-line work. This Skill wraps the ClawHub CLI so an agent can search the clawhub.com registry, install or pin specific skill versions, sync updates, and publish new skill folders on demand. ## Core Features & Use Cases - Registry Search & Install: Query clawhub.com for skills and install them into the local ./skills directory, optionally pinned to an exact version. - Hash-Based Updates: Detect locally installed skills by hashing files, resolve the matching version, and upgrade to the latest release or a specified version, including bulk updates with --all. - Skill Publishing: Authenticate with clawhub login and publish new or updated skill folders with a slug, display name, version, and changelog. - Use Case: While building an agent workflow, you realize you need a Postgres backup skill. Ask the agent to search ClawHub, install the best match, and later run clawhub update --all to sync every installed skill to its latest release. ## Quick Start Ask the agent to search ClawHub for a skill you need, such as "find and install a postgres backups skill from ClawHub", and it will run the appropriate clawhub CLI commands.