What problem does it solve? Managing Apple Reminders normally requires opening the Reminders app on macOS, which breaks terminal-based and agent-driven workflows. This Skill lets you create, list, complete, and delete reminders directly from the command line, with tasks syncing across all Apple devices via iCloud. ## Core Features & Use Cases - Reminder Creation and Scheduling: Add reminders with due dates, alarms, and list assignments using natural date formats like "tomorrow" or ISO 8601 timestamps. - List and Task Management: View today's, tomorrow's, or overdue reminders, create and delete lists, and complete or remove tasks by ID. - Scriptable Output: Use JSON, TSV, or quiet output modes for programmatic parsing in automation pipelines. - Use Case: A user says "remind me to call mom tomorrow at 5pm on my iPhone" — the agent runs remindctl to create the reminder in the Personal list, and it syncs to iOS via iCloud. ## Quick Start Ask the agent to add a reminder such as "Remind me to buy milk tomorrow" and it will create the task in Apple Reminders using remindctl.