ClawHub Publish Doctor
/install clawhub-publish-doctor
ClawHub Publish Doctor
Stabilize ClawHub publishing with preflight checks, safer publish commands, and post-publish verification that tolerates temporary registry states.
Quick workflow
- Run preflight checks:
scripts/clawhub_preflight.sh
- If login/browser issues appear, follow
references/error-map.md. - Publish with retry-aware verification:
scripts/clawhub_publish_safe.sh \x3Cskill_path> \x3Cslug> \x3Cname> \x3Cversion> [changelog]
- If inspect still fails, classify the error with
references/error-map.mdbefore escalating.
Standard commands
Preflight
bash scripts/clawhub_preflight.sh
Login (token-based, headless-safe)
clawhub login --token \x3Cclh_token>
clawhub whoami
Safe publish
bash scripts/clawhub_publish_safe.sh ./my-skill my-skill "My Skill" 1.0.0 "Initial release"
Manual inspect
clawhub inspect my-skill --json
Rules
- Prefer token login in server/headless environments.
- Treat
inspecterrors right after publish as potentially transient for a few minutes. - Verify with both CLI (
clawhub inspect) and web URL (/skills/\x3Cslug>). - Use canonical URLs:
- Skill:
https://clawhub.ai/skills/\x3Cslug> - Owner/slug:
https://clawhub.ai/\x3Chandle>/\x3Cslug> - User profile (if available):
https://clawhub.ai/users/\x3Chandle>
- Skill:
Resources
references/error-map.md: quick diagnosis for common failure signatures.scripts/clawhub_preflight.sh: dependency + environment checks.scripts/clawhub_publish_safe.sh: publish + retry verification wrapper.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-publish-doctor - After installation, invoke the skill by name or use
/clawhub-publish-doctor - Provide required inputs per the skill's parameter spec and get structured output
What is ClawHub Publish Doctor?
Diagnose and mitigate ClawHub/ClawDHUB publish failures (auth, browser-login, missing dependencies, pending security-scan visibility errors, and wrong profil... It is an AI Agent Skill for Claude Code / OpenClaw, with 656 downloads so far.
How do I install ClawHub Publish Doctor?
Run "/install clawhub-publish-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawHub Publish Doctor free?
Yes, ClawHub Publish Doctor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ClawHub Publish Doctor support?
ClawHub Publish Doctor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawHub Publish Doctor?
It is built and maintained by BlueBirdBack ✨ (@bluebirdback); the current version is v1.0.0.