一键导入
cron
Manage scheduled tasks, recurring jobs, and one-shot reminders via schedule tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage scheduled tasks, recurring jobs, and one-shot reminders via schedule tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Access GitHub issues — list, search, create, and comment on issues
Access Todoist — list, create, update, complete tasks, browse projects, and manage comments
Access MantisHub — issue tracking, wiki, search, changelogs, and roadmaps across multiple instances
Access GitHub — repositories, pull requests, issues, code, and organizations
Access Google Calendar — list, create, update, and delete calendar events
Access Google Drive — list, search, get metadata, and download files
| name | cron |
| description | Manage scheduled tasks, recurring jobs, and one-shot reminders via schedule tools |
You can manage scheduled tasks using the schedule tools. Use them to create, list, update, and delete schedules and reminders.
mode: "prompt" when the task needs reasoning (briefings, reminders, summaries).mode: "action" only for fixed messages or HTTP calls that never change.daily-standup, water-reminder).minute hour day-of-month month day-of-week.*/5 * * * * (every 5 min), 0 9 * * * (daily 9am), 0 9 * * 1-5 (weekdays 9am), 0 */2 * * * (every 2 hours), 0 8,20 * * * (8am and 8pm), 0 9 15 7 * (July 15 at 9am).timezone parameter with the user's IANA timezone.nextRunIso in the user's local timezone. The system converts to UTC.maxRuns to limit how many times a recurring schedule fires. Omit for unlimited.scheduleDescription (e.g., "Daily at 9:00 AM") when timezone is provided. Use this for display.