molthub
v0.3.1-beta.1
Published
ClawdHub CLI \u2014 install, update, search, and publish agent skills.
Readme
molthub
ClawdHub CLI — install, update, search, and publish agent skills as folders.
Install
# From this repo (shortcut script at repo root)
bun clawdhub --help
# Once published to molthub
# npx molthub@latest --helpAuth (publish)
clawdhub login
# or
clawdhub auth login
# Headless / token paste
# or (token paste / headless)
clawdhub login --token clh_...Notes:
- Browser login opens
https://clawdhub.com/cli/authand completes via a loopback callback. - Token stored in
~/Library/Application Support/clawdhub/config.jsonon macOS (override viaCLAWDHUB_CONFIG_PATH).
Examples
clawdhub search "postgres backups"
clawdhub install my-skill-pack
clawdhub update --all
clawdhub update --all --no-input --force
clawdhub 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 locations.
clawdhub sync
# Explicit roots + non-interactive dry-run
clawdhub sync --root ../clawdis/skills --all --dry-runDefaults
- Site:
https://clawdhub.com(override via--siteorCLAWDHUB_SITE) - Registry: discovered from
/.well-known/clawdhub.jsonon the site (override via--registryorCLAWDHUB_REGISTRY) - Workdir: current directory (falls back to Clawdbot workspace if configured; override via
--workdirorCLAWDHUB_WORKDIR) - Install dir:
./skillsunder workdir (override via--dir)
