원클릭으로
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.