一键导入
cron-management
Manage scheduled tasks (crons). Use when: setting up crons on session start, creating new recurring tasks, or troubleshooting scheduled tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage scheduled tasks (crons). Use when: setting up crons on session start, creating new recurring tasks, or troubleshooting scheduled tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Handle incoming messages injected by the fast-checker daemon. Use when: you receive a message block starting with === TELEGRAM or === AGENT MESSAGE in your session.
Manage scheduled tasks (crons). Use when: setting up crons on session start, creating new recurring or scheduled tasks, or troubleshooting scheduled tasks.
| name | cron-management |
| description | Manage scheduled tasks (crons). Use when: setting up crons on session start, creating new recurring tasks, or troubleshooting scheduled tasks. |
Your scheduled tasks are defined in config.json under the crons array. This skill explains how to manage them.
Check if your crons are active. If not, recreate them:
config.json to get your cron definitionscrons array, create a loop: /loop {interval} {prompt}No crons are defined by default. Users can add any recurring tasks they need to config.json.
/loop for immediate use: /loop {interval} {prompt}config.json so it survives restarts:
{"name": "descriptive-name", "interval": "5m", "prompt": "What to do each cycle"}
/loopconfig.jsonBuilt-in /loop crons expire after 3 days. Since your session restarts via launchd, this isn't an issue - crons are recreated from config.json on each fresh start.
config.json and recreate them