← 返回 Skills 市场
Cron & Scheduling
作者
gitgoodordietrying
· GitHub ↗
· v1.0.0
9710
总下载
8
收藏
78
当前安装
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.
安全使用建议
This skill appears safe as a scheduling reference, but treat cron and systemd changes as persistent system changes: review commands before running them, back up existing crontabs, confirm the user/service account, and disable timers or jobs you no longer want.
功能分析
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 skill’s purpose is scheduling and managing recurring tasks, and the visible instructions match that purpose, including cron, systemd timers, at jobs, and troubleshooting.
Instruction Scope
The instructions include high-impact examples such as removing crontabs, scheduling a reboot, enabling systemd timers, and deleting old logs; these are relevant to scheduling but should be used only with explicit user intent.
Install Mechanism
There is no install spec and no code files; this is an instruction-only skill.
Credentials
Linux/macOS scheduling tools such as crontab, systemctl, and at are proportionate to the stated purpose, though some examples affect system services or scheduled jobs.
Persistence & Privilege
The skill intentionally covers persistent mechanisms such as @reboot cron entries, systemd timers, and nohup/sleep jobs, including some sudo/root-oriented examples.
如何使用
- 确保已安装 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 插件,目前累计下载 9710 次。
如何安装 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