
Cron Gen
- 14 installs
- 638 repo stars
- Updated March 7, 2026
- sundial-org/awesome-openclaw-skills
Helps with ai & agent building tasks during AI-assisted development.
About
cron-gen is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- cron-gen
- AI & Agent Building
- AI-coding skill
Cron Gen by the numbers
- 14 all-time installs (skills.sh)
- Ranked #11,296 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill cron-genAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 14 |
|---|---|
| repo stars | ★ 638 |
| Last updated | March 7, 2026 |
| Repository | sundial-org/awesome-openclaw-skills ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Cron Generator
"Every weekday at 9am" to "0 9 1-5". Stop googling cron syntax.
Quick Start
npx ai-cron-gen "every monday at 3pm"What It Does
- Converts plain English to cron expressions
- Explains what the cron does
- Validates existing cron syntax
- Shows next execution times
Usage Examples
# 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 5Output
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 2024Requirements
Node.js 18+. OPENAI_API_KEY required.
License
MIT. Free forever.
---
Built by LXGIC Studios
- GitHub: github.com/lxgicstudios/ai-cron-gen
- Twitter: @lxgicstudios
Related skills
AI & Agent Buildingagents