Apple reminders
Skill batteryshark/skill-tap/skills/productivity/apple-reminders
Manage Apple Reminders on macOS through a native EventKit command with explicit confirmation for mutations and machine-readable results.From its SKILL.md
npx -y skills add batteryshark/skill-tap --skill apple-remindersAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 191 tokens by cl100k_base, as published. Nobody here has run it
Manage Apple Reminders
- Confirm the host is macOS and explain that the first command may trigger Reminders automation permission.
- Run
bin/apple-reminders list-listsorbin/apple-reminders list-remindersto resolve list names and current reminder IDs before mutation. - 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.
- Run the narrow command described in references/commands.md, request JSON when subsequent automation needs stable fields, then re-read the affected item.
- 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 when dates, recurrence, or destructive list operations are ambiguous.
What ships with it: 5 files
47.7 KB alongside SKILL.md, 2 of them executable
agents/
- reminder-reviewer.md273 B
bin/
- apple-remindersruns244 B
references/
- commands.md482 B
scripts/
- apple_reminders.pyruns13.7 KB
- swift/EventKitCLI.swift32.9 KB