← 返回 Skills 市场
choosenobody

Skill Release Lifecycle

作者 choosenobody · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ 安全检测通过
19
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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 rules
  • clawhub-auto-publish — detailed ClawHub publish mechanics and CLI flow
  • waste-audit — reference implementation used in examples

Feedback

Found an issue or have feedback? DM me on X: @BeeGeeEth

安全使用建议
Install this if you want a reusable checklist for skill publishing quality. Review any generated agent prompt before running it, because it may patch a target skill and install/check skill slugs during verification; VirusTotal, static scan, and SkillSpector all reported clean results.
能力评估
Purpose & Capability
The artifacts coherently describe a release-readiness, verification, and feedback-loop workflow for OpenClaw/ClawHub skills; the commands and examples fit that purpose.
Instruction Scope
The copy-paste agent prompt can ask an agent to inspect a selected SKILL.md, patch soft gate issues, and run ClawHub/OpenClaw verification commands, but this is disclosed and scoped to the user-chosen skill.
Install Mechanism
Installation is a standard disclosed global OpenClaw skill install; the package is markdown-only with no executable scripts, dependencies, hidden installer, or static-scan findings.
Credentials
The skill does not request broad local indexing, credential/session access, background workers, or unrelated network behavior; CLI checks are proportionate to release verification.
Persistence & Privilege
Global installation makes the workflow persist across the user's OpenClaw environment, but that persistence is explicit and proportionate for a reusable workflow skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-release-lifecycle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-release-lifecycle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Polish update — improved Features formatting with icons, removed internal agent names, bullet-pointed What This Will Not Do, removed Quick Report Template.
v0.1.2
Simplified public SKILL.md: removed Changelog section, replaced Core Scope with What This Will Not Do, converted When to Use to Features, merged Parts 1-4 into a concise How It Works section, removed Part 5 Examples, replaced Part 6 Hermes Execution Mode with user-facing Prompt for Agent.
v0.1.1
Risk-based release threshold model added (replaced fixed 3-run gate with skill-type-specific minimums). Full 5-level maturity ladder added (Draft → Local Alpha → Public Experimental → Public Beta → Stable). Evidence-source labeling requirement made explicit. Anti-scope placement rules clarified. Changelog evidence location rule clarified. Install, Activation, and Feedback sections added. Status set to public-experimental. Dogfood run #1 completed.
元数据
Slug skill-release-lifecycle
版本 0.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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。

💬 留言讨论