ClawHub Publisher
/install clawhub-publisher-cli
ClawHub Publisher
Use 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.
What it does
- validates a skill folder before publish
- detects common blockers like:
- missing
SKILL.md - broken YAML frontmatter
- missing
name/description - missing
README - blank hook files
- hook references that point to missing files
- missing
- prepares a cleaned publish-ready output bundle
- optionally exports a zip archive
- runs the final
clawhub publishcommand with explicit metadata - asks for final confirmation before publishing unless you pass
--yes
Preferred workflow
From 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"
Fast non-interactive publish example
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
Notes
clawhubCLI login is still required for the final publish step.- prepared output is written under
.clawhub-publisher/ - the source skill folder is left untouched
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-publisher-cli - After installation, invoke the skill by name or use
/clawhub-publisher-cli - Provide required inputs per the skill's parameter spec and get structured output
What is ClawHub Publisher?
Use the bundled ClawHub Publisher CLI to validate, prepare, zip, and publish OpenClaw skills to ClawHub with clearer validation, cleaner packaging, and safer... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install ClawHub Publisher?
Run "/install clawhub-publisher-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawHub Publisher free?
Yes, ClawHub Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ClawHub Publisher support?
ClawHub Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawHub Publisher?
It is built and maintained by Sam-k-migz (@sam-k-migz); the current version is v0.1.1.