Diagnose and mitigate ClawHub/ClawDHUB publish failures (auth, browser-login, missing dependencies, pending security-scan visibility errors, and wrong profile/skill URLs). Use when publishing skills to ClawHub fails, inspect reports temporary errors, or you need a safer publish+verify workflow with retries.
Stabilize ClawHub publishing with preflight checks, safer publish commands, and post-publish verification that tolerates temporary registry states.
scripts/clawhub_preflight.shreferences/error-map.md.scripts/clawhub_publish_safe.sh <skill_path> <slug> <name> <version> [changelog]references/error-map.md before escalating.bash scripts/clawhub_preflight.sh
clawhub login --token <clh_token>
clawhub whoami
bash scripts/clawhub_publish_safe.sh ./my-skill my-skill "My Skill" 1.0.0 "Initial release"
clawhub inspect my-skill --json
inspect errors right after publish as potentially transient for a few minutes.clawhub inspect) and web URL (/skills/<slug>).https://clawhub.ai/skills/<slug>https://clawhub.ai/<handle>/<slug>https://clawhub.ai/users/<handle>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.