OpenClaw LogoOpenClaw AI

clawhub

Use the ClawHub CLI to search, install, update, and publish agent skills from .com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed CLI.65

ClawHub CLI

Install

npm i -g clawhub

Auth (publish)

clawhub loginclawhub whoami

Search

clawhub search "postgres backups"

Install

clawhub install my-skillclawhub install my-skill --version 1.2.3

Update (hash-based match + upgrade)

clawhub update my-skillclawhub update my-skill --version 1.2.3clawhub update --allclawhub update my-skill --forceclawhub update --all --no-input --force

List

clawhub list

Publish

clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"

Notes

  • Default registry: (override with CLAWHUB_REGISTRY or --registry)
  • Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB_WORKDIR)
  • Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set