Cron Forge
/install cron-forge
CronForge — Visual Cron Job Builder for OpenClaw
Stop googling cron syntax. Pick a template, fill in your task, deploy.
Quick Reference
| 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 |
Common Tasks (Ready to Deploy)
- Daily email summary — 8 AM, summarize inbox
- Weekly project report — Friday 5 PM, status of all repos
- Hourly system check — disk, memory, services
- Morning briefing — 7 AM, weather + calendar + news
- Social post scheduler — configurable times, queued content
See README.md for full documentation.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cron-forge - After installation, invoke the skill by name or use
/cron-forge - Provide required inputs per the skill's parameter spec and get structured output
What is Cron Forge?
Human-readable cron job templates for OpenClaw. Stop googling cron syntax. Pre-built schedules for daily reports, hourly checks, weekly summaries, and custom... It is an AI Agent Skill for Claude Code / OpenClaw, with 328 downloads so far.
How do I install Cron Forge?
Run "/install cron-forge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cron Forge free?
Yes, Cron Forge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cron Forge support?
Cron Forge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cron Forge?
It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.