Apple reminders
Skill batteryshark/skill-tap/skills/productivity/apple-reminders
Portable, reusable skills for agents and everyday workflows. Clank responsibly.
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.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
Manage Apple Reminders on macOS through a native EventKit command with explicit confirmation for mutations and machine-readable results.
SKILL.md
1.1 KB, 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.