Install
openclaw skills install clawhub-publisher-cliUse the bundled ClawHub Publisher CLI to validate, prepare, zip, and publish OpenClaw skills to ClawHub with clearer validation, cleaner packaging, and safer publish prompts.
openclaw skills install clawhub-publisher-cliUse this skill when you need to turn a local OpenClaw skill folder into a publish-ready ClawHub package.
This repository also ships the matching CLI implementation used by the skill, and the project is intentionally self-publishable.
SKILL.mdname / descriptionREADMEclawhub publish command with explicit metadata--yesFrom the project root:
npm install
npm run build
Use the built CLI:
node dist/index.js validate "/path/to/skill"
node dist/index.js prepare "/path/to/skill" --zip
node dist/index.js publish "/path/to/skill"
node dist/index.js publish "/path/to/skill" \
--no-prompt \
--slug my-skill \
--name "My Skill" \
--skill-version 0.1.1 \
--changelog "Polished validation and publish UX" \
--tags latest \
--yes
clawhub CLI login is still required for the final publish step..clawhub-publisher/