Cron Helper
/install eagerbots-cron-helper
cron-helper ⏰
Explain, generate, validate, and preview cron expressions — all from plain English or raw cron syntax.
Trigger phrases
- "What does this cron mean:
* * * * *" - "Explain this cron expression"
- "Generate a cron for every weekday at 9am"
- "When does
0 9 * * 1-5run next?" - "Is this cron valid?"
- "Convert to cron: every 15 minutes"
- "Show me the next runs for this cron"
Usage
Run the script with uv run (handles dependencies automatically):
# Explain a cron expression
uv run scripts/cron.py explain "0 9 * * 1-5"
# Generate cron from plain English
uv run scripts/cron.py generate "every weekday at 9am"
uv run scripts/cron.py generate "every 15 minutes"
uv run scripts/cron.py generate "first day of month at midnight"
# Show next N run times (default 5)
uv run scripts/cron.py next "0 9 * * 1-5"
uv run scripts/cron.py next "*/15 * * * *" --count 10
# Validate a cron expression
uv run scripts/cron.py validate "0 9 * * 1-5"
uv run scripts/cron.py validate "60 9 * * *"
Instructions for the agent
- Parse the user's request to determine the command:
explain,generate,next, orvalidate. - Run the appropriate
uv run scripts/cron.py \x3Ccommand> "\x3Cexpression or description>"command. - Present the output to the user, adding any clarifying context.
- If the user provides a cron expression, always offer to explain it AND show next runs.
Reference
See references/cron-syntax.md for field ranges, special characters, and common examples.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install eagerbots-cron-helper - After installation, invoke the skill by name or use
/eagerbots-cron-helper - Provide required inputs per the skill's parameter spec and get structured output
What is Cron Helper?
Explain, generate, and validate cron expressions. Convert plain English schedules to cron syntax and back. Show next run times. Works with standard 5-field a... It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install Cron Helper?
Run "/install eagerbots-cron-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cron Helper free?
Yes, Cron Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cron Helper support?
Cron Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cron Helper?
It is built and maintained by Joseph Fluckiger (@josephflu); the current version is v1.0.0.