clawhub
v0.4.0
Published
ClawHub CLI \u2014 install, update, search, and publish agent skills.
Readme
clawhub
ClawHub CLI — install, update, search, and publish agent skills as folders.
Install
# From this repo (shortcut script at repo root)
bun clawhub --help
# Once published to npm
# npm i -g clawhubAuth (publish)
clawhub login
# or
clawhub auth login
# Headless / token paste
# or (token paste / headless)
clawhub login --token clh_...Notes:
- Browser login opens
https://clawhub.ai/cli/authand completes via a loopback callback. - Token stored in
~/Library/Application Support/clawhub/config.jsonon macOS (override viaCLAWHUB_CONFIG_PATH, legacyCLAWDHUB_CONFIG_PATH).
Examples
clawhub search "postgres backups"
clawhub install my-skill-pack
clawhub update --all
clawhub update --all --no-input --force
clawhub publish ./my-skill-pack --slug my-skill-pack --name "My Skill Pack" --version 1.2.0 --changelog "Fixes + docs"Sync (upload local skills)
# Start anywhere; scans workdir first, then legacy Clawdis/Clawd/OpenClaw/Moltbot locations.
clawhub sync
# Explicit roots + non-interactive dry-run
clawhub sync --root ../clawdis/skills --all --dry-runDefaults
- Site:
https://clawhub.ai(override via--siteorCLAWHUB_SITE, legacyCLAWDHUB_SITE) - Registry: discovered from
/.well-known/clawhub.jsonon the site (legacy/.well-known/clawdhub.json; override via--registryorCLAWHUB_REGISTRY) - Workdir: current directory (falls back to Clawdbot workspace if configured; override via
--workdirorCLAWHUB_WORKDIR) - Install dir:
./skillsunder workdir (override via--dir)
