📦 Cron Scheduler Local — 技能工具

v1.0.0

[自动翻译] Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, ...

0· 301·2 当前·2 累计
by @panchenbo·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent with its stated purpose: it implements a local-only cron/scheduler using Python and only writes to a dedicated workspace directory; no network calls, secret access, or unusual installs are requested.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/20

Initial release of the local-first cron scheduler skill. - Capture recurring jobs and schedules in natural language. - Fully local execution and storage—no external sync or cloud required. - Supports daily, weekly, monthly, and interval-based schedules. - Manage jobs: add, pause, resume, archive, and review all schedules. - Surfaces upcoming execution times and job status (active, paused, archived).

无害

安装命令

点击复制
官方npx clawhub@latest install cron-scheduler-local
🇨🇳 镜像加速npx clawhub@latest install cron-scheduler-local --registry https://cn.longxiaskill.com

技能文档

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 live
  • paused: temporarily disabled
  • archived: no longer active, kept for history

Schedule Types

  • daily
  • weekly
  • monthly
  • interval

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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库