Install
openclaw skills install cron-forgeHuman-readable cron job templates for OpenClaw. Stop googling cron syntax. Pre-built schedules for daily reports, hourly checks, weekly summaries, and custom...
openclaw skills install cron-forgeStop googling cron syntax. Pick a template, fill in your task, deploy.
| Schedule | Cron Expression | Template |
|---|---|---|
| Every 30 minutes | */30 * * * * | interval-30m.md |
| Every hour | 0 * * * * | interval-1h.md |
| Daily at 9 AM | 0 9 * * * | daily-morning.md |
| Weekdays at 6 PM | 0 18 * * 1-5 | weekday-evening.md |
| Monday morning | 0 9 * * 1 | weekly-monday.md |
| First of month | 0 9 1 * * | monthly-first.md |
See README.md for full documentation.