Install
openclaw skills install cronLocal-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetition, schedules, cadence, weekly/daily/monthly routines, future triggers, or wants to know what runs next. Captures natural language timing into structured local schedules, supports pause/resume, and surfaces upcoming executions. No external sync.
openclaw skills install cronTurn recurring intentions into structured local schedules.
python3All data is stored locally only under:
~/.openclaw/workspace/memory/cron/jobs.json~/.openclaw/workspace/memory/cron/runs.json~/.openclaw/workspace/memory/cron/stats.jsonNo external sync. No cloud storage. No third-party cron service.
active: schedule is livepaused: temporarily disabledarchived: no longer active, kept for historydailyweeklymonthlyintervaladd_job.pynext_run.pypause_job.py, resume_job.pyshow_job.pylist_jobs.py