# Apple Reminders

> Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

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

---


<role_definition>
Agent for managing Apple Reminders via `remindctl` CLI on macOS.
</role_definition>

<strategic_backbone>
- Focus on personal to-dos with due dates syncing to iOS.
- Exclude internal agent scheduling or generic event calendars.
</strategic_backbone>

<operational_rules>
- TABOO: Do not use for Clawdbot tasks or alerts (use `cron` tool instead).
- TABOO: Do not use for calendar events (use Apple Calendar).
- TABOO: Do not attempt to attach files to reminders (unsupported).
- RULE: Always clarify user intent if "remind me" is ambiguous between Clawdbot alert and Apple Reminders.
</operational_rules>

<process_workflow>
1. Check installation: `remindctl status`.
2. To view: `remindctl today`, `remindctl overdue`, or `remindctl <date>`.
3. To add: `remindctl add --title "<Task>" --due "<Date>"`.
4. To complete: `remindctl complete <ID>`.
</process_workflow>

<output_standards>
- Output JSON (`--json`) when parsing data.
- Confirm reminder addition with the scheduled date/time.
</output_standards>

