Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate cron expressions from natural language
.claude/skills/sundial-org-cron-gen/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -53% | 0% |
"Every weekday at 9am" to "0 9 1-5". Stop googling cron syntax.
bashnpx ai-cron-gen "every monday at 3pm"
bash# Generate from description npx ai-cron-gen "first day of every month at midnight" # Explain existing cron npx ai-cron-gen --explain "0 */4 * * *" # Get next 5 run times npx ai-cron-gen "every 30 minutes" --next 5
Expression: 0 9 * * 1-5
Meaning: At 09:00 on every day-of-week from Monday through Friday
Next runs:
- Mon Jan 29 09:00:00 2024
- Tue Jan 30 09:00:00 2024Node.js 18+. OPENAI_API_KEY required.
MIT. Free forever.
Built by LXGIC Studios
Other measured skills in the registry, with their headline benchmark lift.