📦 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 累计
安全扫描
OpenClaw
安全
high confidenceThe 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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
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 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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库