Skill Release Lifecycle
/install skill-release-lifecycle
Skill Release Lifecycle
A lightweight release-quality workflow for OpenClaw / ClawHub skills.
Install
openclaw skills install skill-release-lifecycle --global
Features
🚦 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.
What This Will Not Do
- It does not write SKILL.md from scratch.
- It does not run ClawHub publish commands directly.
- It does not replace clawhub-auto-publish.
- It does not optimize ClawHub ranking, downloads, stars, or homepage placement.
- It does not certify a skill as stable or fully validated.
How It Works
1. Release Readiness Gate
Check five things before release: utility, identity, safety, UX, and maintenance.
Hard fail:
- no recurring use case
- no anti-scope
- unsafe default behavior
- secret exposure
- destructive behavior without explicit protection
Soft fix:
- unclear install command
- unclear activation
- unclear output format
- missing feedback path
- weak version/update explanation
2. Release Verification
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 \x3Cslug>
openclaw skills search "\x3Ckeyword>"
openclaw skills install \x3Cslug>
openclaw skills info \x3Cslug>
openclaw skills check
Public page check if accessible.
If the public page is blocked, report BLOCKED, not PASS.
3. Feedback → Iteration Loop
Classify feedback as:
- bug
- confusing activation
- missing install path
- scope too broad
- missing anti-scope
- safety concern
- output mismatch
- UX wording issue
- strategic repositioning
- not worth acting on
Then choose:
- ignore / log only
- docs patch
- minor wording patch
- version bump
- major repositioning
- deprecate / merge
- keep private
Prompt for Agent
Copy this prompt into your agent:
Run the skill-release-lifecycle gate on \x3Cskill-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 \x3Cslug>
- openclaw skills search "\x3Ckeyword>"
- openclaw skills install \x3Cslug>
- openclaw skills info \x3Cslug>
Report exact evidence: commands run, observed output, files changed, version bumped, and unresolved blockers.
Do not claim public page verification if it was blocked.
Related Skills
hermes-agent-skill-authoring— SKILL.md authoring, frontmatter, validator rulesclawhub-auto-publish— detailed ClawHub publish mechanics and CLI flowwaste-audit— reference implementation used in examples
Feedback
Found an issue or have feedback? DM me on X: @BeeGeeEth
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-release-lifecycle - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-release-lifecycle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Skill Release Lifecycle 是什么?
A lightweight release-quality workflow for OpenClaw / ClawHub skills. Use when deciding whether a skill is ready to publish, verifying a release, and turning... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19 次。
如何安装 Skill Release Lifecycle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-release-lifecycle」即可一键安装,无需额外配置。
Skill Release Lifecycle 是免费的吗?
是的,Skill Release Lifecycle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Release Lifecycle 支持哪些平台?
Skill Release Lifecycle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Release Lifecycle?
由 choosenobody(@choosenobody)开发并维护,当前版本 v0.1.3。