← 返回
未分类 中文

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...
轻量级发布质量工作流,适用于 OpenClaw/ ClawHub 技能。用于判断技能是否已准备好发布、验证发布版本以及...
choosenobody
未分类 clawhub v0.1.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 238
下载
💾 0
安装
1
版本
#latest

概述

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 <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.

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 <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.

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

版本历史

共 1 个版本

  • v0.1.3 当前
    2026-05-25 17:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

What Buffett Would Do

choosenobody
巴菲特式研究优先级助理——判断公司是否值得深入研究,首先检查要点,并给出可直接复制的研究提示
★ 0 📥 453

Skill Auto Publish

choosenobody
安全地将已审查的技能发布到 ClawHub,验证实时注册表状态,并返回清晰的发布报告。
★ 0 📥 226

OpenClaw Waste Audit

choosenobody
在浪费加剧前,找出可能浪费 token 的重复 OpenClaw 任务。默认只读,提供证据和可直接粘贴的代理提示。
★ 0 📥 816