What problem does it solve? Managing Apple Reminders normally requires opening the Reminders app on macOS, which breaks terminal-based and voice-driven workflows. This Skill lets you create, list, complete, and delete reminders directly from the command line, with everything syncing to your iPhone and iPad via iCloud. ## Core Features & Use Cases - Create and Schedule Reminders: Add reminders with due dates, alarms, and list assignments using natural date formats like "tomorrow" or ISO 8601. - Query and Filter Tasks: View today's, tomorrow's, overdue, or date-specific reminders, with JSON, TSV, or count-only output for scripting. - List Management: Create, view, and delete Reminders lists to organize personal and work tasks. - Use Case: You say "remind me to call mom tomorrow at 9 AM" and the Skill runs remindctl add --title "Call mom" --due "tomorrow 09:00", so the reminder appears on all your Apple devices. ## Quick Start Ask the assistant to add a reminder such as "remind me to buy milk tomorrow" and it will run the appropriate remindctl command after confirming the details.