Install
openclaw skills install skill-release-lifecycleA lightweight release-quality workflow for OpenClaw / ClawHub skills. Use when deciding whether a skill is ready to publish, verifying a release, and turning post-release feedback into actionable updates.
openclaw skills install skill-release-lifecycleA lightweight release-quality workflow for OpenClaw / ClawHub skills.
openclaw skills install skill-release-lifecycle --global
🚦 Release Readiness Gate: decide whether a skill is ready to publish or should stay private.
🔍 Release Verification: check install path, activation, safety, metadata, and public-page status after release.
🔁 Feedback → Iteration Loop: turn feedback into ignore / patch / version bump / reposition / deprecate decisions.
🧩 Prompt for Agent: generate a copy-paste prompt you can give to your agent for further release improvement.
Check five things before release: utility, identity, safety, UX, and maintenance.
Hard fail:
Soft fix:
Before publishing, check local SKILL.md, title, summary, install command, activation, anti-scope, safety, and release status.
After publishing, verify with ClawHub / OpenClaw evidence where available:
clawhub inspect <slug>
openclaw skills search "<keyword>"
openclaw skills install <slug>
openclaw skills info <slug>
openclaw skills check
Public page check if accessible.
If the public page is blocked, report BLOCKED, not PASS.
Classify feedback as:
Then choose:
Copy this prompt into your agent:
Run the skill-release-lifecycle gate on <skill-name/slug>.
Inspect the current SKILL.md. For each gate (Utility, Identity, Safety, UX, Maintenance), write Pass / Fail / Unclear with a one-line reason and label your evidence source (direct inspection / reference-derived / historical claim / unverified).
If any hard gate fails, do not publish. If soft gates fail, patch within the same session before publishing.
After patching, run:
- clawhub inspect <slug>
- openclaw skills search "<keyword>"
- openclaw skills install <slug>
- openclaw skills info <slug>
Report exact evidence: commands run, observed output, files changed, version bumped, and unresolved blockers.
Do not claim public page verification if it was blocked.
hermes-agent-skill-authoring — SKILL.md authoring, frontmatter, validator rulesclawhub-auto-publish — detailed ClawHub publish mechanics and CLI flowwaste-audit — reference implementation used in examplesFound an issue or have feedback? DM me on X: @BeeGeeEth