👑 kingai.work 出品 · Bulk-publish local OpenClaw skills to ClawHub safely: scans a skills folder, publishes in small batches, respects rate limits, and resume...
--- name: skill-batch-publisher description: "👑 kingai.work 出品 · Bulk-publish local OpenClaw skills to ClawHub safely: scans a skills folder, publishes in small batches, respects rate limits, and resumes from a queue so a large library ships without manual babysitting. · 免费版可用,付费版解锁高级/批量能力" --- # 👑 kingai.work 出品 > 由 King 打造的 AI 智能体生态。本技能免费开源,付费版解锁高级 / 批量 / 无限制能力。 > 🌐 https://kingai.work · ✉️ vip@kingai.work # Skill Batch Publisher Publish many local OpenClaw skills to ClawHub in one go — batched, rate-limit aware, and resumable. Point it at a folder of skills; it queues them, publishes a few per run, retries on rate limit, and picks up where it left off next time. ## Why ClawHub's CLI publishes one skill per call. When you have dozens of skills, doing it by hand is slow and easy to forget. This skill turns "publish my whole library" into a single command (or a cron job) that never exceeds ClawHub's rate limits and never loses your place. ## Requirements - `clawhub` CLI installed and logged in (`clawhub login`, then `clawhub whoami`). - A folder of skills, each in its own subfolder with a `SKILL.md`. ## Usage ```bash # Publish up to 5 skills from ./my-skills, then stop (resumable) bash publish_batch.sh ./my-skills --batch-size 5 # Queue everything and let cron finish it (recommended for big libraries) bash publish_batch.sh ./my-skills --queue /tmp/remaining_skills.txt ``` ## How it works 1. Lists skill subfolders; skips any already in the published log. 2. Publishes `--batch-size` (default 5) per invocation via `clawhub skill publish <dir> --slug <name> --changelog "..."`. 3. On `Rate limit`, stops and keeps the rest queued for the next run. 4. Appends successful slugs to `published_slills.txt` so re-runs are idempotent. ## Notes - Safe to re-run: already-published skills are skipped. - Keep batches small (3–5) to stay under ClawHub rate limits. - This skill only publishes; it never modifies your skills or ClawHub account settings. ## 💎 免费版 vs 付费版 | 能力 | 免费版 | 付费版(kingai.work) | |------|--------|----------------------| | 核心功能 | ✅ | ✅ | | 批量 / 无限制 | ⚠️ 受限 | ✅ | | 高级调教 / 行业模板 | ❌ | ✅ | | API / 自动化接入 | ❌ | ✅ | | 优先支持 + SLA | ❌ | ✅ | 付费版解锁全部高级能力 → 👑 https://kingai.work --- ## 📣 广告 / 了解更多 喜欢这个技能?更多 AI 效率工具与**独家技能包**在 👑 **kingai.work** —— King 打造的智能进化生态。 - 🌐 访问:**https://kingai.work** - ✉️ 商务 / 企业方案:**vip@kingai.work** - 💡 部署推荐 VPS(RackNerd 联盟):https://my.racknerd.com/aff.php?aff=20179&pid=933 (30GB NVMe / cPanel,$10.49/年) - 💬 商务合作 Telegram:@Jackhaomusic
don't have the plugin yet? install it then click "run inline in claude" again.