Cron Local
/install cron-local
Cron
Turn recurring intentions into structured local schedules.
Core Philosophy
- Repetition should be captured once, then trusted.
- A schedule is not just a reminder — it is an execution contract over time.
- The system should make recurrence visible, editable, and pausable.
- Users should always know what runs next.
Runtime Requirements
- Python 3 must be available as
python3 - No external packages required
Storage
All data is stored locally only under:
~/.openclaw/workspace/memory/cron/jobs.json~/.openclaw/workspace/memory/cron/runs.json~/.openclaw/workspace/memory/cron/stats.json
No external sync. No cloud storage. No third-party cron service.
Job Status
active: schedule is livepaused: temporarily disabledarchived: no longer active, kept for history
Schedule Types
dailyweeklymonthlyinterval
Key Workflows
- Capture recurring job:
add_job.py - See what runs next:
next_run.py - Pause or resume:
pause_job.py,resume_job.py - Inspect one job:
show_job.py - Review all jobs:
list_jobs.py
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cron-local - After installation, invoke the skill by name or use
/cron-local - Provide required inputs per the skill's parameter spec and get structured output
What is Cron Local?
Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetit... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Cron Local?
Run "/install cron-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cron Local free?
Yes, Cron Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cron Local support?
Cron Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cron Local?
It is built and maintained by morrison230 (@morrison230); the current version is v1.0.0.