What problem does it solve? Managing agent skills manually—finding them, installing the right versions, keeping them updated, and publishing your own—requires repetitive command-line work against a registry. This Skill wraps the ClawHub CLI so the agent can perform those operations directly. ## Core Features & Use Cases - Registry Search & Install: Search the ClawHub registry for skills and install specific versions into the local skills directory. - Hash-Based Updates: Update installed skills by hashing local files, resolving the matching version, and upgrading to the latest release or a pinned version. - Skill Publishing: Authenticate with the registry and publish local skill directories with a slug, name, version, and changelog. - Use Case: You want to add a Postgres backup skill to your assistant. Ask the agent to search ClawHub for "postgres backups", install the best match, and later run clawhub update --all to keep every installed skill current. ## Quick Start Ask the agent to search ClawHub for a skill you need and install it into your workspace, for example by saying "search ClawHub for a postgres backup skill and install it".