ワンクリックで
apple-reminders
Create, manage, and query reminders and lists in Apple Reminders using AppleScript and macOS automation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create, manage, and query reminders and lists in Apple Reminders using AppleScript and macOS automation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Trust-aware dialogue generation for AI companion relationships
Generate, edit, upscale, variate, and style-transfer images using the AgentOS multi-provider image pipeline with automatic fallback and character consistency.
Difficulty scaling, CR calculations, action economy, adaptive encounter design
Fair adjudication of game encounters — combat, puzzles, social challenges
Renders game state changes into dramatic, immersive prose narrative
Branching quest DAGs, prospective memory triggers, workflow composition
| name | apple-reminders |
| version | 1.0.0 |
| description | Create, manage, and query reminders and lists in Apple Reminders using AppleScript and macOS automation. |
| author | Wunderland |
| namespace | wunderland |
| category | productivity |
| tags | ["apple-reminders","macos","reminders","tasks","applescript","automation"] |
| requires_secrets | [] |
| requires_tools | ["filesystem"] |
| metadata | {"agentos":{"emoji":"✅","os":["darwin"],"requires":{"bins":["osascript"]}}} |
You can create, manage, complete, and query reminders in Apple Reminders on macOS using AppleScript commands executed via osascript. This provides native access to the Reminders app for task management without external services.
When creating reminders, specify the title, due date, priority (0=none, 1-4=high, 5=medium, 6-9=low), and target list. If the user does not specify a list, use the default reminders list. Support creating reminders with notes/body text for additional context. For recurring reminders, set the recurrence rule (daily, weekly, monthly) when supported.
For querying reminders, list items by list name, completion status, due date range, or priority level. Present results in a clear format showing title, due date, priority, and completion status. Support filtering incomplete reminders that are overdue. When showing upcoming reminders, sort by due date ascending.
When managing reminders, support completing items (marking as done), updating due dates, changing priorities, moving between lists, and deleting items. For bulk operations, process items efficiently and report results. Create new reminder lists when the user requests organizing tasks into new categories.
osascript binary.