Casual Cron
Create Clawdbot cron jobs from natural language with strict run-guard rules. Use when: users ask to schedule reminders or messages (recurring or one-shot), especially via Telegram, or when they use /a
Create Clawdbot cron jobs from natural language with strict run-guard rules. Use when: users ask to schedule reminders or messages (recurring or one-shot), especially via Telegram, or when they use /a
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Create Clawdbot cron jobs from natural language. Supports one-shot and repeating schedules with safe run-guard rules.
/at / /every command)openclaw cron add command with correct flagsWhen a message starts with
/at or /every, schedule via the CLI (NOT the cron tool API).
Use:
openclaw cron add
--at "20m").--session isolated --message "Output exactly: <task>".--delete-after-run.--deliver --channel <channel> --to <destination>.--every "<duration>" (no timezone needed).--cron "<expr>" --tz "America/New_York".--session isolated --message "Output exactly: <task>".--deliver --channel <channel> --to <destination>.One-shot (clock time, DST-aware):
openclaw cron add \ --name "Reminder example" \ --at "2026-01-28T15:00:00-05:00" \ --session isolated \ --message "Output exactly: <TASK>" \ --deliver --channel telegram --to <TELEGRAM_CHAT_ID> \ --delete-after-run
One-shot (relative time):
openclaw cron add \ --name "Reminder in 20m" \ --at "20m" \ --session isolated \ --message "Output exactly: <TASK>" \ --deliver --channel telegram --to <TELEGRAM_CHAT_ID> \ --delete-after-run
Repeating (clock time, DST-aware):
openclaw cron add \ --name "Daily 3pm reminder" \ --cron "0 15 * * *" --tz "America/New_York" \ --session isolated \ --message "Output exactly: <TASK>" \ --deliver --channel telegram --to <TELEGRAM_CHAT_ID>
Repeating (interval):
openclaw cron add \ --name "Every 2 hours" \ --every "2h" \ --session isolated \ --message "Output exactly: <TASK>" \ --deliver --channel telegram --to <TELEGRAM_CHAT_ID>
| Setting | Value |
|---|---|
| Default timezone | (DST-aware) |
| Default channel | (override via env var) |
| Supported channels | telegram, whatsapp, slack, discord, signal |
| Input | Cron |
|---|---|
| |
| |
| |
| |
| |
| Input | Behavior |
|---|---|
/ | Daily at specified time |
/ | Mon-Fri at specified time |
/ | Weekly on Monday |
/ | Every hour at :00 |
| |
| Weekly (defaults to Monday) |
| Monthly (1st of month) |
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.