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 - Create and schedule reminders: Add reminders with due dates, alarms, and list assignments using natural date formats like "tomorrow" or ISO 8601 timestamps. - Query and filter tasks: View reminders for today, tomorrow, this week, overdue items, or specific dates, 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: A user says "remind me to call the dentist tomorrow at 9am" and the agent runs remindctl add --title "Call the dentist" --due "tomorrow 09:00", making the reminder appear on their iPhone via iCloud sync. ## Quick Start Ask the agent to add a reminder with a title and due date, for example: create a reminder to buy groceries tomorrow at 6 PM in my Personal list.