← 返回 Skills 市场
Cron
作者
ProjectSnowWork
· GitHub ↗
· v1.0.0
· MIT-0
8166
总下载
6
收藏
95
当前安装
1
版本数
在 OpenClaw 中安装
/install cron
功能描述
Local-first recurring schedule engine for reminders, repeated tasks, and time-based execution plans. Use whenever the user mentions recurring timing, repetit...
安全使用建议
Install if you want a local recurring-schedule memory. Do not treat it as a background runner or system cron replacement unless you add a separate execution service, and avoid putting secrets in job titles or notes because they are stored persistently in local JSON files.
能力评估
Purpose & Capability
The skill coherently implements local recurring schedules, pause/resume, listing, job inspection, and next-run calculation; wording about execution should be read as scheduling metadata, since the scripts do not actually run tasks at scheduled times.
Instruction Scope
The trigger language is broad for recurring timing requests but remains scoped to schedule management and does not ask the agent to override user intent or perform unrelated actions.
Install Mechanism
The package contains Python scripts and a manifest with no dependency installation, no entrypoints, and no privileged installer behavior.
Credentials
File access is limited to disclosed JSON files under ~/.openclaw/workspace/memory/cron, with no observed network calls, subprocess execution, credential access, or system scheduler integration.
Persistence & Privilege
It persistently stores job titles, notes, tags, timing fields, and simple stats locally, which is expected for this purpose but may retain private user-entered text.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cron - 安装完成后,直接呼叫该 Skill 的名称或使用
/cron触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
[email protected]: Local-first recurring schedule engine for repeated tasks, routines, and time-based execution. Added daily/weekly/monthly/interval jobs, pause/resume controls, and next-run visibility.
元数据
常见问题
Cron 是什么?
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 插件,目前累计下载 8166 次。
如何安装 Cron?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cron」即可一键安装,无需额外配置。
Cron 是免费的吗?
是的,Cron 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cron 支持哪些平台?
Cron 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cron?
由 ProjectSnowWork(@projectsnowwork)开发并维护,当前版本 v1.0.0。
推荐 Skills