ワンクリックで
scheduled-tasks
Create and manage recurring or one-shot scheduled tasks using natural language.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create and manage recurring or one-shot scheduled tasks using natural language.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Find and act on emails over IMAP with Mail.app closed. Discover which accounts are logged in, search, read contents, download attachments, draft new mail, mark read/unread, archive, and move to trash.
Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control.
View and manage calendar events with smart scheduling defaults.
Look up, search, and create contacts in Contacts.app.
Organize the ~/Downloads folder by categorizing files and subdirectories into subfolders using AI-driven analysis.
Generate images from text descriptions using models with native image generation (e.g. Gemini).
| id | scheduled_tasks |
| name | Scheduled Tasks |
| description | Create and manage recurring or one-shot scheduled tasks using natural language. |
| apps | [] |
| tasks | ["schedule_task","list_scheduled_tasks","delete_scheduled_task","update_scheduled_task","run_scheduled_task"] |
| essential_tasks | ["schedule_task","list_scheduled_tasks"] |
| keywords | ["zeitplan","geplant","cronjob","regelmäßig"] |
| examples | ["Every Monday at 8am, compile a news summary from my emails","Schedule a daily check of my inbox at 9am","Remind me every Friday at 5pm to review my weekly goals","Run a task every 30 minutes to check for urgent emails","Show my scheduled tasks","Delete the morning email check task","Disable the weekly report task","Run the news summary task now"] |
| safe_defaults | {"timezone":"Europe/Berlin","payload_kind":"agent_turn"} |
| confirm_before_write | ["delete scheduled task","disable scheduled task"] |
| Pattern | Meaning |
|---|---|
0 9 * * * | Daily at 9:00 AM |
0 9 * * 1 | Every Monday at 9:00 AM |
0 9 * * 1-5 | Weekdays at 9:00 AM |
0 8,17 * * * | Daily at 8:00 AM and 5:00 PM |
*/30 * * * * | Every 30 minutes |
0 0 1 * * | First day of every month at midnight |
0 9 * * 0 | Every Sunday at 9:00 AM |
0 17 * * 5 | Every Friday at 5:00 PM |
0 9 * * * (daily at 9am)0 9 * * 1-50 8 * * 10 9,17 * * * (9am and 5pm)0 * * * *