Install
openclaw skills install @bonniegeng-max/release-proof-builderBuild verifiable proof that a ClawHub release is live and installable. 在发布后核验 GitHub、Actions、registry、公开元数据和安装结果,避免把推送成功误当成上架成功。
openclaw skills install @bonniegeng-max/release-proof-builder“代码已经 push”不等于“skill 已经可以下载”。
ClawHub 发布链路通常跨过多个系统:本地仓库、GitHub 远端、GitHub Actions、ClawHub registry、公开元数据和最终安装目录。任何一层成功,都不能单独证明整条链路完成。
release-proof-builder 会把这些分散信号整理成一份可核验的发布证据包,明确告诉你已经证明了什么、还缺什么,以及当前能不能对外说“已上线可用”。
Turn “the publish probably worked” into evidence that the release is live, clean, and installable.
SKILL.md 是否包含在该提交中clawhub inspect 是否能找到目标 sluglatest 是否指向预期版本moderation.verdict 是否明确为 clean;待审核、缺失或非 clean 均不能达到 E3SKILL.md 是否与预期版本一致E0 未发布:只有本地文件,没有远端提交E1 已推送:GitHub 远端包含提交,但没有发布证据E2 流水线成功:目标发布 workflow 已完成且结论为成功,但 registry 尚未确认E3 已上架且审核正常:registry 可读取正确版本与公开元数据,且 moderation verdict 为 cleanE4 可安装:已完成指定版本的独立安装验证,文件与源码一致,并记录安装造成的指标污染只有达到 E4,才建议对外表述为“已上线、可下载使用”。
帮我证明这个 skill 已经真正发布成功检查 GitHub 推送、Actions 和 ClawHub 状态是不是一致给我一份发布证据包,不要只看 workflow 绿灯确认这个 slug 现在是否真的可安装E0-E4用户说:
GitHub 已经 push 成功,为什么 ClawHub 还是查不到?
我不会直接回答“再等等”,而会按顺序确认:
clawhub inspect 是否能读到 slugexamples/green_action_missing_registry.md
GitHub 成功但 ClawHub 查不到的典型证据冲突references/evidence_levels.md
E0-E4 证据等级定义与判断标准references/verification_commands.md
发布后常用的只读核验命令templates/release_proof_report.md
发布证据报告模板CHANGELOG.md
版本记录如果你需要解决“为什么发布失败”,用 github-actions-clawhub-doctor;如果你需要证明“现在到底上线没有”,用这个 skill。