apple-reminders
Installation
SKILL.md
Apple Reminders
Use remindctl to manage Apple Reminders directly from the terminal. Tasks sync across all Apple devices via iCloud.
Prerequisites
- macOS with Reminders.app
- Install:
brew install steipete/tap/remindctl - Grant Reminders permission when prompted
- Check:
remindctl status/ Request:remindctl authorize - If macOS reports Full Access but
remindctl statusstill saysNot determinedorDenied, test AppleScript instead:
osascript -e 'tell application "Reminders" to return name of every list'
If AppleScript works, use Reminders AppleScript as a fallback for list/read/create operations; the TCC grant may apply to Terminal/Python but not the remindctl binary context.