clawhub
| Version | 2026.144.1443 |
| Repo | superproject |
ClawHub CLI for searching and installing OpenClaw skills
Installs the clawhub npm package globally (via package.json,
requires nodejs), landing the commander-based clawhub CLI on the
npm global bin path at ~/.npm-global/bin (npm also creates the
clawdhub alias). The CLI searches, installs, and updates OpenClaw
skills from the ClawHub registry; clawhub --cli-version reports its
version offline, so the install + bin wiring is verifiable without
network access.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the clawhub CLI binary is installed on the npm global bin path |
check |
running clawhub –cli-version prints a semantic version and exits zero |
agent-check |
clawhub search |
check |
file=${HOME}/.npm-global/bin/clawdhub |
check |
command=${HOME}/.npm-global/bin/clawhub –help |