clawhubsg
v0.7.3
Published
ClawHubSG CLI \u2014 install, update, search, and publish agent skills.
Readme
clawhubsg
ClawHubSG CLI — install, update, search, and publish agent skills as folders.
Install
npx clawhubsg --help
# or
npm i -g clawhubsgAuth (publish)
clawhubsg login
# or
clawhubsg auth login
# Headless / token paste
# or (token paste / headless)
clawhubsg login --token clh_...Notes:
- Browser login opens
https://clawhubsg.com/cli/authand completes via a loopback callback. - Token stored in
~/Library/Application Support/clawhubsg/config.jsonon macOS (override viaCLAWHUBSG_CONFIG_PATH; legacyCLAWHUB_CONFIG_PATHandCLAWDHUB_CONFIG_PATHstill work).
Examples
clawhubsg search "postgres backups"
clawhubsg install my-skill-pack
clawhubsg update --all
clawhubsg update --all --no-input --force
clawhubsg 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.
clawhubsg sync
# Explicit roots + non-interactive dry-run
clawhubsg sync --root ../clawdis/skills --all --dry-runDefaults
- Site:
https://clawhubsg.com(override via--siteorCLAWHUBSG_SITE; legacyCLAWHUB_SITEandCLAWDHUB_SITEstill work) - Registry: discovered from
/.well-known/clawhub.jsonon the site (legacy/.well-known/clawdhub.json; override via--registryorCLAWHUBSG_REGISTRY) - Workdir: current directory (falls back to Clawdbot workspace if configured; override via
--workdirorCLAWHUBSG_WORKDIR) - Install dir:
./skillsunder workdir (override via--dir)
