← 返回 Skills 市场
Cron & Scheduling
作者
gitgoodordietrying
· GitHub ↗
· v1.0.0
10627
总下载
9
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cron-scheduling
功能描述
Schedule and manage recurring tasks with cron and systemd timers. Use when setting up cron jobs, writing systemd timer units, handling timezone-aware scheduling, monitoring failed jobs, implementing retry patterns, or debugging why a scheduled task didn't run.
安全使用建议
Installers should treat this as a useful but powerful scheduling guide. Before following examples, back up existing crontabs, confirm which user or service account will run the job, avoid `crontab -r` unless you intentionally want to remove all jobs, and periodically review or disable persistent timers and queued jobs you no longer need.
功能分析
Type: OpenClaw Skill
Name: cron-scheduling
Version: 1.0.0
The skill bundle is classified as suspicious due to its provision of extensive capabilities for arbitrary command execution and system configuration modification, which, while plausibly needed for a 'cron-scheduling' skill, represent significant high-risk behaviors. Specifically, the `SKILL.md` demonstrates commands like `crontab -e` (editing user crontabs), `sudo crontab -u` (editing other users' crontabs), `crontab -r` (removing all cron jobs), and includes a `cron-wrapper.sh` script that explicitly executes arbitrary commands provided as arguments. While there is no clear evidence of intentional malicious behavior by the skill's author, these broad permissions and execution capabilities could be leveraged for harmful actions if misused by a malicious user interacting with the AI agent.
能力评估
Purpose & Capability
The artifact is a single instruction file about cron, systemd timers, at jobs, timezone handling, monitoring, locking, and retry patterns, matching the stated scheduling purpose.
Instruction Scope
It includes high-impact examples such as deleting a crontab with `crontab -r`, editing another user's crontab with sudo, scheduling reboot-like commands, and running arbitrary commands through a wrapper, but these are disclosed examples relevant to scheduler administration.
Install Mechanism
There is no installer, executable script, package hook, or bundled runtime code; the only artifact is `SKILL.md`.
Credentials
The declared requirements for `crontab`, `systemctl`, or `at` are proportionate to a cron/systemd scheduling skill on Linux or macOS.
Persistence & Privilege
The skill intentionally teaches persistent execution mechanisms such as cron entries, `@reboot`, systemd timers, `at`, and `nohup`, including some privileged examples; this is expected for scheduling but requires user awareness.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cron-scheduling - 安装完成后,直接呼叫该 Skill 的名称或使用
/cron-scheduling触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Cron syntax, crontab management, systemd timers, at/one-off jobs, timezone/DST handling, job monitoring, locking, idempotent patterns
元数据
常见问题
Cron & Scheduling 是什么?
Schedule and manage recurring tasks with cron and systemd timers. Use when setting up cron jobs, writing systemd timer units, handling timezone-aware scheduling, monitoring failed jobs, implementing retry patterns, or debugging why a scheduled task didn't run. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10627 次。
如何安装 Cron & Scheduling?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cron-scheduling」即可一键安装,无需额外配置。
Cron & Scheduling 是免费的吗?
是的,Cron & Scheduling 完全免费(开源免费),可自由下载、安装和使用。
Cron & Scheduling 支持哪些平台?
Cron & Scheduling 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。
谁开发了 Cron & Scheduling?
由 gitgoodordietrying(@gitgoodordietrying)开发并维护,当前版本 v1.0.0。
推荐 Skills