← Back to Skills Marketplace
jrbobbyhansen-pixel

Cron Retry

cross-platform ⚠ suspicious
5397
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cron-retry
Description
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.
Usage Guidance
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 change important data.
Capability Analysis
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.
Capability Assessment
Purpose & Capability
The cron list/run workflow matches the stated recovery purpose, but rerunning cron jobs may repeat external side effects such as sending messages, calling APIs, or modifying data.
Instruction Scope
The instructions apply broadly to all enabled failed cron jobs matching error text, with no allowlist, per-job confirmation, idempotency requirement, cooldown, or maximum retry count.
Install Mechanism
There is no executable installer or hidden setup; installation is a disclosed instruction to add a recurring heartbeat check.
Credentials
Automatic use of cron run across arbitrary jobs is broad compared with the simple network-error filter, because the downstream job behavior is not scoped by this skill.
Persistence & Privilege
The skill establishes ongoing autonomous heartbeat behavior, and its safety claim about preventing retry loops through lastRunAtMs is not reflected in the implementation steps.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cron-retry
  3. After installation, invoke the skill by name or use /cron-retry
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Auto-retry failed cron jobs on connection recovery. Integrates with heartbeat for automatic recovery of network-failed jobs.
Metadata
Slug cron-retry
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 5397 downloads so far.

How do I install Cron Retry?

Run "/install cron-retry" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cron Retry free?

Yes, Cron Retry is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Cron Retry support?

Cron Retry is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cron Retry?

It is built and maintained by jrbobbyhansen-pixel (@jrbobbyhansen-pixel); the current version is v1.0.0.

💬 Comments