← 返回 Skills 市场
1142
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-cron-scheduler
功能描述
Manage cron jobs on macOS/Linux - list, add, remove, backup, and schedule recurring tasks
安全使用建议
This skill appears coherent with its purpose, but review the included script before running: 1) Inspect scripts/cron-helper.sh locally for any unexpected commands. 2) Be aware service start/stop calls use sudo and will prompt for your password; only run those if you expect to control system services. 3) The script has some minor code-quality issues (cron expression validation is basic and the 'remove by line' logic looks fragile); test additions/removals on a non-critical account and verify backups in ~/.cron-backups before restoring. 4) If you don't trust the author or source, run the script in a sandbox or manually implement the small operations you need instead of granting execution rights.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-cron-scheduler
Version: 1.0.0
The skill is a standard utility for managing cron jobs on macOS and Linux via the `scripts/cron-helper.sh` bash script. It provides expected functionality such as listing, adding, removing, and backing up crontabs using system-native commands like `crontab`, `systemctl`, and `launchctl`. The script includes safety features such as basic cron expression validation and automatic backups to `~/.cron-backups/`, and shows no evidence of malicious intent, data exfiltration, or unauthorized persistence.
能力评估
Purpose & Capability
Name/description match the provided files. The script manipulates the user's crontab, manages backups under $HOME/.cron-backups, and uses sudo only for service start/stop—these are coherent with a cron-management tool.
Instruction Scope
SKILL.md and README instruct the agent/user to make the script executable and optionally add it to PATH; runtime instructions and script operations stay within cron management (reading/modifying crontab, writing backups under HOME, calling systemctl/launchctl with sudo). No instructions attempt to read unrelated files, external credentials, or send data off-host. Note: the script will launch an editor for 'edit' and prompts for confirmation on restore.
Install Mechanism
Instruction-only skill with an included shell script; no install spec or remote downloads. Low installer risk because nothing is fetched or executed automatically from external sources.
Credentials
No environment variables or credentials are requested. The script uses $HOME and standard commands (crontab, systemctl/launchctl) which are appropriate for its function. It may invoke sudo for service control, which is expected for starting/stopping system daemons.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges. It writes backups to a user-owned directory and does not modify other skills or global agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-cron-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-cron-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skills Factory publish batch
元数据
常见问题
Cron Scheduler 是什么?
Manage cron jobs on macOS/Linux - list, add, remove, backup, and schedule recurring tasks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1142 次。
如何安装 Cron Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-cron-scheduler」即可一键安装,无需额外配置。
Cron Scheduler 是免费的吗?
是的,Cron Scheduler 完全免费(开源免费),可自由下载、安装和使用。
Cron Scheduler 支持哪些平台?
Cron Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cron Scheduler?
由 pp(@ppopen)开发并维护,当前版本 v1.0.0。
推荐 Skills