بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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.