cron-guide
Installation
SKILL.md
Cron Guide — Scheduled Automation
OpenClaw has a built-in cron system for scheduling tasks. No external cron, no crontab — everything runs through the cron tool.
Schedule Types
One-Shot (run once at a specific time)
{
"schedule": {"kind": "at", "at": "2026-03-10T15:00:00Z"}
}