clawhub-skills-cli
v0.1.1
Published
Install OpenClaw Hub skills into Cursor / Claude Code
Readme
OpenClaw Skills CLI
Install OpenClaw Hub public skills into Cursor and Claude Code.
Install
npm install -g clawhub-skills-cli
# or via npx (no install)
npx clawhub-skills-cli listCommands
clawhub-skills list [--keyword <text>] [--hub <url>]
clawhub-skills install <name> [--target cursor|claude-code|both]
clawhub-skills syncDefaults to CLAWHUB_BASE_URL env var or http://localhost:8280.
Where things land
~/.claude/skills/<name>/— full skill package (SKILL.md + scripts)<cwd>/.cursor/rules/<name>.mdc— Cursor rule file<cwd>/.cursor/skills/<name>/— scripts (if any)
State tracked at ~/.clawhub/installed.json.
Local development
npm install
npm run build
node dist/index.js list --hub http://localhost:8280