使用严格的运行保护规则从自然语言创建 Clawdbot cron 作业。使用时间:用户要求安排提醒或消息(重复或一次性),尤其是通过 Telegram,或者当他们使用 /at 或 /every 时。示例:“在早上 8 点创建每日提醒”、“在 20 分钟内提醒我”、“向我发送 Teleg”
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install casual-cron或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install casual-cron⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/casual-cron/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: casual-cron description: "Create Clawdbot cron jobs from natural language with strict run-guard rules. Use when: users ask to schedule reminders or messages (recurring or one-shot), especially via Telegram, or when they use /at or /every. Examples: 'Create a daily reminder at 8am', 'Remind me in 20 minutes', 'Send me a Telegram message at 3pm', '/every 2h'." metadata: {"openclaw":{"emoji":"⏰","requires":{"bins":["python3","openclaw"],"env":["CRON_DEFAULT_CHANNEL"]}}} ---
Create Clawdbot cron jobs from natural language. Supports one-shot and repeating schedules with safe run-guard rules.
---
/at / /every command)openclaw cron add command with correct flags---
When a message starts with /at or /every, schedule via the CLI (NOT the cron tool API).
Use: openclaw cron add
--at "20m").--session isolated --message "Output exactly: " .--delete-after-run.--deliver --channel --to .--every "" (no timezone needed).--cron "" --tz "America/New_York" .--session isolated --message "Output exactly: " .--deliver --channel --to .---
One-shot (clock time, DST-aware):
openclaw cron add \
--name "Reminder example" \
--at "2026-01-28T15:00:00-05:00" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID> \
--delete-after-run
One-shot (relative time):
openclaw cron add \
--name "Reminder in 20m" \
--at "20m" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID> \
--delete-after-run
Repeating (clock time, DST-aware):
openclaw cron add \
--name "Daily 3pm reminder" \
--cron "0 15 * * *" --tz "America/New_York" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID>
Repeating (interval):
openclaw cron add \
--name "Every 2 hours" \
--every "2h" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID>
---
| Setting | Value | |---------|-------| | Default timezone | America/New_York (DST-aware) | | Default channel | telegram (override via CRON_DEFAULT_CHANNEL env var) | | Supported channels | telegram, whatsapp, slack, discord, signal |
---
| Input | Cron | |-------|------| | 8am | 0 8 * | | 8:45pm | 45 20 * | | noon | 0 12 * | | midnight | 0 0 * | | 14:30 | 30 14 * |
| Input | Behavior | |-------|----------| | daily / every day | Daily at specified time | | weekdays / mon-fri | Mon-Fri at specified time | | mondays / every monday | Weekly on Monday | | hourly / every hour | Every hour at :00 | | every 2 hours | 0 /2 | | weekly | Weekly (defaults to Monday) | | monthly | Monthly (1st of month) |
安装 休闲 Cron 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/casual-cron/ 目录(个人级,所有项目可用),或 .claude/skills/casual-cron/(项目级)。重启 AI 客户端后,用 /casual-cron 主动调用,或让 AI 根据上下文自动发现并使用。
休闲 Cron 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
休闲 Cron 可免费安装使用。请查阅仓库了解许可证信息。
使用严格的运行保护规则从自然语言创建 Clawdbot cron 作业。使用时间:用户要求安排提醒或消息(重复或一次性),尤其是通过 Telegram,或者当他们使用 /at 或 /every 时。示例:“在早上 8 点创建每日提醒”、“在 20 分钟内提醒我”、“向我发送 Teleg”
休闲 Cron 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。