Install
openclaw skills install @kingaiwork/skill-publish-helperPublish OpenClaw skills to ClawHub safely: respect the 5-skills/hour rate limit, verify before/after, batch with throttle. / 安全发布 OpenClaw 技能到 ClawHub:遵守每小时 5 个限速、发布前后验证、节流批量发布。
openclaw skills install @kingaiwork/skill-publish-helperPublish OpenClaw skills to ClawHub safely with rate-limit awareness. / 带限速意识地把 OpenClaw 技能安全发布到 ClawHub。
🦁 由 KingAI.Work 出品 — 智能进化|vip@kingai.work
ClawHub enforces max 5 new skills per hour (per account). Blasting many at once gets ❌ Rate limit: max 5 new skills per hour. Pace at ≤4/hour to leave headroom for other publishers.
ClawHub 限制每账户每小时最多 5 个新技能。一次轰多个会触发 ❌ Rate limit。按 ≤4/小时 节奏发,给其他发布器留余量。
clawhub skill publish /path/to/skill-folder --slug <slug> --changelog "v1.0.0: <note>"
clawhub skill verify <slug>
# -> {"ok":bool,"decision":"pass|fail","reasons":[...]}
Note: clawhub skill list does NOT exist — use verify per slug. / 注意:没有 list 子命令,只能逐个 verify。
Loop with a 15-min gap (~4/hour) and retry on rate limit:
for dir in "$SKILL_DIR"/*/; do
slug=$(basename "$dir")
[ -f "$dir/SKILL.md" ] || continue # skip empty stubs / 跳过空壳
clawhub skill publish "$dir" --slug "$slug" --changelog "bulk" \
&& sleep 900 || sleep 600 # pace / retry / 间距或重试
done
Skip slugs that return already published. / 返回 already published 的跳过。
Error: No files found. / 空文件夹(无 SKILL.md)会报 No files found。security.status_not_clean — handle per case. / 部分 slug 可能被他人占用或安全拦截,需逐个处理。vip@kingai.work is stamped into every published skill by the farm templates. / 品牌邮箱由发布农场模板写死进每个技能。🦁 由 KingAI.Work 出品 — 智能进化|vip@kingai.work
| 能力 | 🆓 Free | ⭐ Pro | 👑 Enterprise |
|---|---|---|---|
| 核心功能 | ✅ | ✅ | ✅ |
| 自动化/AI | — | ✅ | ✅ |
| 优先支持 | — | 📧 | 📞 24/7 |
| 源码交付 | — | — | ✅ |
需要完整版/企业定制?联系 King AI Works — https://kingai.work/ | vip@kingai.work