Clawhub Rate Limited Publisher Fixed
/install clawhub-rate-limited-publisher-fixed
ClawHub Rate Limited Publisher
Use this skill when the user wants to publish one or more local skills to ClawHub without exceeding the platform's publish cap.
What this skill does
This skill does not magically grant shell permissions. It provides a safe local queue + scheduler workflow around the user's own clawhub CLI.
Follow this procedure:
- Verify the skill folder exists and contains
SKILL.md. - Build or update a queue JSON file.
- Ask the host to run the helper script from
{baseDir}/scripts/clawhub_rate_limited_uploader.py. - Prefer a host scheduler such as cron or systemd timer so uploads happen automatically every 12 minutes.
- Never exceed 5 publish attempts in any rolling 3600-second window.
- Log stdout/stderr for each attempt and mark queue items as
publishedorfailed.
Required runtime conditions
clawhubmust already be installed and authenticated on the host.- The host must allow command execution. In OpenClaw this usually means enabling runtime tools such as
bash/exec, or running the Python script directly outside chat. - New sessions may be required after changing skill/config state because eligible skills are snapshotted per session.
Recommended invocation patterns
One-off manual run
Run:
python3 "{baseDir}/scripts/clawhub_rate_limited_uploader.py" --queue "/absolute/path/to/queue.json" --execute
Dry run
Run:
python3 "{baseDir}/scripts/clawhub_rate_limited_uploader.py" --queue "/absolute/path/to/queue.json" --dry-run
Cron schedule
Run every 12 minutes using the example in {baseDir}/resources/cron.example.
Queue file shape
See {baseDir}/examples/queue.sample.json.
Each item may contain:
path: absolute path to one skill directorycommand: optional command template, defaultclawhub publish "{path}"
Safety rules
- Use absolute paths.
- Do not use
curl|bash, base64 piping, or hidden remote installers. - Keep
commandlimited to the localclawhub publish "{path}"pattern unless the user explicitly audits and accepts a custom command. - Count failures toward the hourly cap to avoid hammering ClawHub when auth or validation is broken.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawhub-rate-limited-publisher-fixed - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawhub-rate-limited-publisher-fixed触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawhub Rate Limited Publisher Fixed 是什么?
Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 Clawhub Rate Limited Publisher Fixed?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-rate-limited-publisher-fixed」即可一键安装,无需额外配置。
Clawhub Rate Limited Publisher Fixed 是免费的吗?
是的,Clawhub Rate Limited Publisher Fixed 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clawhub Rate Limited Publisher Fixed 支持哪些平台?
Clawhub Rate Limited Publisher Fixed 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Clawhub Rate Limited Publisher Fixed?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。