macos-reminders
Installation
SKILL.md
macOS Reminders
Use this skill when the task is about Apple Reminders.app on macOS.
Main Rule
Use only scripts/commands.
Do not call scripts/applescripts directly.
Requirements
- macOS with Reminders.app access
jq- ReminderKit helper support through the local macOS private frameworks
remindctlonly as an optional fast path
Account and list commands use AppleScript wrappers and still need jq to build JSON output.
Reminder commands must keep working without remindctl.
Reminder commands try remindctl from PATH, then /opt/homebrew/bin/remindctl, but only as an optimization.
Related skills
More from vinitu/apple-reminders-skill
apple-reminders
Use this skill when you need to control Apple Reminders.app on macOS with AppleScript. Covers list and reminder CRUD, property updates, search, and UI reveal.
1apple-reminders-applescript
Use this skill when you need to control Apple Reminders.app on macOS with AppleScript. Covers list and reminder CRUD, property updates, search, and UI reveal.
1