Install
openclaw skills install clawhub-publish-flowPublish or update an OpenClaw skill on ClawHub using the local authenticated ClawHub session and direct API upload. Use when the user wants to publish a new skill to ClawHub, update an existing skill version, inspect the current remote version before release, package and upload a local skill folder reliably without relying on incomplete third-party publisher skills, or when assistant-created local skills should be routinely published after review and commit.
openclaw skills install clawhub-publish-flowUse this skill to publish a local skill folder to ClawHub through the already-authenticated local ClawHub account.
Only publish skills that have already passed local review. Do not publish directly from vague drafts, half-finished folders, or unreviewed third-party skills.
clawhub whoami.clawhub inspect <slug> when updating an existing skill.package_skill.py if a distributable artifact is needed.scripts/publish_to_clawhub.js.clawhub inspect <slug> after upload.When the user has explicitly asked that assistant-created skills be uploaded to ClawHub, treat this skill as the single publish flow for both:
For newly created assistant-authored skills:
workspace/skills/<slug>.clawhub inspect <slug>.0.1.0Initial release, Add runtime notes, Refine trigger description, or Document proven workflow.ClawHub may rate-limit new skill creation (for example: max 5 new skills per hour).
When a publish attempt for a new skill fails due to rate limiting:
Preferred local queue file:
workspace/research/clawhub-publish-queue.mdQueue fields:
Retry rule:
clawhub inspect <slug> after success.env, and machine-specific config.This skill expects:
clawhub CLI installed and authenticatedSKILL.mdUse scripts/publish_to_clawhub.js for the actual API upload.
Arguments:
node scripts/publish_to_clawhub.js --skill-path <path> --slug <slug> --version <version> --changelog <text>
Optional:
--display-name <name>
--tag <tag> # repeatable
Read references/release-checklist.md before publishing when the release is important or public.
Report with this structure:
Keep it short and operational.