← 返回 Skills 市场
Cron Local
作者
morrison230
· GitHub ↗
· v1.0.0
· MIT-0
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cron-local
功能描述
Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetit...
使用说明 (SKILL.md)
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
安全使用建议
This skill appears to be a straightforward, local-only scheduler. Before installing: ensure you are comfortable with the skill writing to ~/.openclaw/workspace/memory/cron (jobs.json, runs.json, stats.json) and that python3 is available. The code is included and contains no network calls or credential access. Consider backing up any existing ~/.openclaw/workspace/memory/cron files if you already use that folder. Note: the scripts manage schedules but do not run external tasks or integrate with cloud services — they only record and compute next-run timestamps. If you need automatic execution of commands at run time, that capability is not present and would require additional tooling (which would expand the security surface).
功能分析
Type: OpenClaw Skill
Name: cron-local
Version: 1.0.0
The 'cron-local' skill is a well-structured local scheduling manager that tracks recurring tasks in JSON files within the user's workspace. The code consists of standard Python logic for date calculations and file I/O, with no network activity, no execution of arbitrary commands, and no evidence of data exfiltration or prompt injection across files like scripts/add_job.py and SKILL.md.
能力评估
Purpose & Capability
The name/description match the included scripts: adding/listing/pausing/resuming jobs and computing next runs. Required resources (python3, local files under ~/.openclaw/workspace/memory/cron) are consistent with a local scheduler.
Instruction Scope
SKILL.md instructs use of python3 and local storage paths; the scripts only read/write the declared JSON files and do not access other system config, environment variables, or external endpoints. Behavior stays within the stated purpose.
Install Mechanism
No install spec; this is an instruction-plus-scripts bundle that requires no network downloads or package installs. All code is included in the package.
Credentials
The skill requests no environment variables or credentials. It stores data under the user's home directory, which is appropriate for a local scheduler.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide agent settings. It persists only its own data files under ~/.openclaw/workspace/memory/cron.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cron-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/cron-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
cron-local 1.0.0 initial release
- Introduced a local-only recurring schedule engine for reminders, tasks, and time-based execution.
- Supports capturing natural language recurrence and converting to structured local schedules.
- Allows users to add, pause, resume, inspect, and list recurring jobs with daily, weekly, monthly, or interval cadence.
- All data stored locally; no cloud sync or third-party service required.
- Users can always check what runs next and manage job status (active, paused, archived).
元数据
常见问题
Cron Local 是什么?
Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 Cron Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cron-local」即可一键安装,无需额外配置。
Cron Local 是免费的吗?
是的,Cron Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cron Local 支持哪些平台?
Cron Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cron Local?
由 morrison230(@morrison230)开发并维护,当前版本 v1.0.0。
推荐 Skills