π¦ ClawHub
Cron
by @projectsnowwork
Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetit...
TERMINAL
clawhub install cronπ About This Skill
name: cron description: Local-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.
Cron
Turn recurring intentions into structured local schedules.
Core Philosophy
1. Repetition should be captured once, then trusted. 2. A schedule is not just a reminder β it is an execution contract over time. 3. The system should make recurrence visible, editable, and pausable. 4. Users should always know what runs next.Runtime Requirements
python3Storage
All 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.
Job Status
active: schedule is livepaused: temporarily disabledarchived: no longer active, kept for historySchedule Types
dailyweeklymonthlyintervalKey Workflows
add_job.pynext_run.pypause_job.py, resume_job.pyshow_job.pylist_jobs.py