Install
openclaw skills install @bonniegeng-max/github-actions-clawhub-doctorDiagnose why GitHub Actions to ClawHub publishes fail. 检查 workflow 引用、owner、token、slug、pending-publication 和目录发现问题。
openclaw skills install @bonniegeng-max/github-actions-clawhub-doctorYour publish failed. The real question is: where did the chain break?
github-actions-clawhub-doctor 专门用来检查 GitHub Actions 到 ClawHub 这条发布链路为什么失败,不只告诉你“红了”,而是把问题拆到真正可修的那一层。
很多失败并不在 skill 内容本身,而是在这些地方:
CLAWHUB_OWNER 或 CLAWHUB_TOKEN 没配好pending-publication 被 workflow 错误当成失败把 “GitHub Actions 红了” 变成 “我知道具体哪一层坏了,以及该怎么修”。
uses: 指向的 reusable workflow 是否真实存在CLAWHUB_OWNER 是否存在CLAWHUB_TOKEN 是否存在并被 publish job 使用SKILL.md 是否在正确目录帮我查为什么 github actions 发不到 clawhub看看这次 workflow 红灯到底卡在哪一层这个 pending-publication 到底算成功还是失败检查我的 skill 名称和 owner 有没有问题用户说:
为什么我的 skill 明明已经在 ClawHub 上了,GitHub Actions 还是红的?
我会优先判断:
pending-publication 当成了错误published 或 unchangedexamples/pending_publication_false_failure.md
一个典型“其实已经发上去,但 Actions 还在报错”的例子references/failure_map.md
常见失败模式和排查入口的映射表CHANGELOG.md
版本记录