# Apple Reminders

> Manage Apple Reminders on macOS through a native EventKit command with explicit confirmation for mutations and machine-readable results.

- Skill: `batteryshark/apple-reminders` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add batteryshark/apple-reminders`
- Raw SKILL.md: https://api.skillmd.com/api/skills/batteryshark/apple-reminders/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: batteryshark (https://skillmd.com/u/batteryshark)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/batteryshark/apple-reminders

---


# Manage Apple Reminders

1. Confirm the host is macOS and explain that the first command may trigger Reminders automation permission.
2. Run `bin/apple-reminders list-lists` or `bin/apple-reminders list-reminders` to resolve list names and current reminder IDs before mutation.
3. Present the exact title, list, due date, notes, and URL before creating or changing a reminder. Confirm deletion of a reminder or list immediately before execution.
4. Run the narrow command described in [references/commands.md](references/commands.md), request JSON when subsequent automation needs stable fields, then re-read the affected item.
5. If permission is denied, stop and direct the user to System Settings > Privacy & Security > Automation/Reminders; never weaken system privacy controls.

Use [agents/reminder-reviewer.md](agents/reminder-reviewer.md) when dates, recurrence, or destructive list operations are ambiguous.

