← 返回 Skills 市场
Cron Retry
作者
jrbobbyhansen-pixel
· GitHub ↗
· v1.0.0
5162
总下载
3
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install cron-retry
功能描述
Auto-retry failed cron jobs on connection recovery. Use when cron jobs fail due to network errors and should be retried when connectivity is restored. Integrates with heartbeat to detect failed jobs and re-run them automatically.
安全使用建议
Install only if the cron jobs it can rerun are safe to repeat. Before enabling the heartbeat integration, add an explicit allowlist, cooldown, retry cap, and avoid automatic retries for jobs that post publicly, send duplicate messages, spend money, or modify important data.
功能分析
Type: OpenClaw Skill
Name: cron-retry
Version: 1.0.0
The skill bundle 'cron-retry' is designed to automatically detect and retry cron jobs that failed due to transient network errors. The `SKILL.md` file provides clear instructions for the AI agent to use the `cron` tool with `list` and `run` actions, specifically targeting jobs with network-related errors. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or deceptive prompt injection attempts. All instructions are directly aligned with the stated purpose of managing and recovering cron jobs.
能力评估
Purpose & Capability
The cron list/run behavior matches the stated purpose of recovering jobs that failed from network errors, but rerunning cron jobs can repeat external side effects such as sending messages or calling APIs.
Instruction Scope
The heartbeat workflow applies to all enabled cron jobs with matching error text and does not require an allowlist, user approval, idempotency check, cooldown, or maximum retry count.
Install Mechanism
There is no executable installer or hidden setup; the user is instructed to add a disclosed recurring check to HEARTBEAT.md.
Credentials
Using cron run automatically across all matching jobs is broad relative to the simple error-string filtering, because cron jobs may have arbitrary downstream effects.
Persistence & Privilege
The skill creates ongoing autonomous heartbeat behavior, and its safety claim about checking lastRunAtMs is not reflected in the implementation steps.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cron-retry - 安装完成后,直接呼叫该 Skill 的名称或使用
/cron-retry触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Auto-retry failed cron jobs on connection recovery. Integrates with heartbeat for automatic recovery of network-failed jobs.
元数据
常见问题
Cron Retry 是什么?
Auto-retry failed cron jobs on connection recovery. Use when cron jobs fail due to network errors and should be retried when connectivity is restored. Integrates with heartbeat to detect failed jobs and re-run them automatically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5162 次。
如何安装 Cron Retry?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cron-retry」即可一键安装,无需额外配置。
Cron Retry 是免费的吗?
是的,Cron Retry 完全免费(开源免费),可自由下载、安装和使用。
Cron Retry 支持哪些平台?
Cron Retry 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cron Retry?
由 jrbobbyhansen-pixel(@jrbobbyhansen-pixel)开发并维护,当前版本 v1.0.0。
推荐 Skills