casual-cron
Installation
SKILL.md
Casual Cron
Create Clawdbot cron jobs from natural language. Supports one-shot and repeating schedules with safe run-guard rules.
Cron Run Guard (Hard Rules)
- When running inside a cron job: do NOT troubleshoot, do NOT restart gateway, and do NOT check time.
- Do NOT send acknowledgements or explanations.
- Output ONLY the exact message payload and then stop.
How It Works
- Agent detects scheduling intent from user message (or
/at//everycommand) - Parses: time, frequency, channel, destination, message
- Builds
openclaw cron addcommand with correct flags - Confirms parsed time, job name, and job id with user before executing