一键导入
c-schedule
Smart scheduling — automate recurring Claude tasks with cost control. Deliver results to Telegram, file, or notification. Built into OpenPaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Smart scheduling — automate recurring Claude tasks with cost control. Deliver results to Telegram, file, or notification. Built into OpenPaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | c-schedule |
| description | Smart scheduling — automate recurring Claude tasks with cost control. Deliver results to Telegram, file, or notification. Built into OpenPaw. |
| tags | ["schedule","automation","cron","recurring","proactive","cost-control"] |
Automate recurring tasks with Claude. Jobs run on a schedule via launchd (macOS) or cron (Linux), with built-in cost caps to prevent runaway spending.
# Add a scheduled job (inline)
openpaw schedule add "weekdays 8am" --run "check email and summarize the important ones"
openpaw schedule add "daily 9pm" --run "review today's GitHub notifications"
openpaw schedule add "every 30 minutes" --run "check if any urgent emails arrived" --model haiku
# Interactive mode (prompts for all options)
openpaw schedule add
# List all jobs
openpaw schedule list
# Remove a job
openpaw schedule remove <id>
# Manually trigger a job
openpaw schedule run <id>
# Enable/disable without removing
openpaw schedule enable <id>
openpaw schedule disable <id>
# View cost usage
openpaw schedule costs
# Set daily cost cap
openpaw schedule set-cap 10.00
Human-readable formats:
weekdays 8am or weekdays 08:00daily 9pm or daily 21:00weekends 10amevery 30 minutesevery 2 hoursmonday 9am, friday 5pm, etc.0 8 * * 1-5~/.config/openpaw/schedule-costs.jsonopenpaw schedule costs~/.config/openpaw/schedule-results/ (always saved as backup)~/.config/openpaw/schedules.json~/Library/LaunchAgents/openpaw schedule run <id> is calledopenpaw schedule run <id>openpaw schedule costs to monitor spending# Morning briefing to Telegram
openpaw schedule add "weekdays 8am" --run "give me a morning briefing: check email, calendar, and any GitHub notifications" --delivery telegram
# Evening project summary
openpaw schedule add "daily 6pm" --run "summarize what I worked on today based on git commits and recent files" --delivery file
# Urgent email monitor
openpaw schedule add "every 30 minutes" --run "check for urgent emails and notify me if any" --model haiku --budget 0.25 --delivery notify
Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.
OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.
System clipboard — copy, paste, transform content between clipboard and files.
macOS Contacts — search, list, and look up contact details via AppleScript.
Timers, alarms, and pomodoro — set countdowns with native notifications.
Weather forecasts and conditions — current, hourly, multi-day. No API key needed.