What problem does it solve? Managing Apple Reminders normally requires opening the Reminders app on macOS or iOS, which breaks terminal-based and AI-assisted workflows. This Skill lets you list, add, edit, complete, and delete reminders and reminder lists directly from the command line, with changes syncing to your iPhone and iPad. ## Core Features & Use Cases - View Reminders: Show today's, tomorrow's, this week's, overdue, or date-specific reminders, with JSON, TSV, or count-only output formats for scripting. - Manage Lists and Items: Create and delete reminder lists, add reminders with due dates, and complete or delete reminders by ID. - Use Case: A user says "remind me to call mom tomorrow" and wants it on their iPhone. The Skill runs remindctl add --title "Call mom" --due tomorrow, and the reminder syncs to all Apple devices. ## Quick Start Ask the assistant to add a reminder to Apple Reminders, for example: "Add a reminder to buy milk due tomorrow in my Personal list."