Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/omarshahine/apple-pim/remindersgit clone --depth 1 https://github.com/omarshahine/apple-pimWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/omarshahine/apple-pim/reminders)<a href="https://agentmods.dev/commands/omarshahine/apple-pim/reminders"><img src="https://agentmods.dev/badge/commands/omarshahine/apple-pim/reminders.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00021 | $0.01513 |
| Opus 5 | $0.00010 | $0.00757 |
| Sonnet 5 | $0.00004 | $0.00303 |
| Haiku 4.5 | $0.00002 | $0.00151 |
Grade A, and why
reminders scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reminder Management
Manage reminders using the Apple EventKit framework.
Available Operations
When the user runs this command, determine which operation they need and use the reminder tool with the appropriate action:
List Reminder Lists
Use reminder with action lists to show all available reminder lists with their IDs.
List Reminders
Use reminder with action items to list reminders with optional filtering:
- Optional:
list(filter by list),limit - Optional:
filterfor date-based views:overdue- Past due, incomplete reminderstoday- Due today + overdue (most useful default)tomorrow- Due tomorrow onlyweek- Due this calendar weekupcoming- All incomplete with due datescompleted- Finished remindersall- Everything
- Default (no filter): shows incomplete reminders from all lists
Search Reminders
Use reminder with action search to find reminders by title or notes:
- Required:
query(search term) - Optional:
list,completed,limit
Create Reminder
Use reminder with action create to create a new reminder:
- Required:
title - Optional:
list,due(date/time),notes,priority(0=none, 1=high, 5=medium, 9=low),url,alarm,location,recurrence
Complete Reminder
Use reminder with action complete to mark a single reminder as done:
- Required:
id(reminder ID) - Optional:
undo(mark as incomplete)
Batch Complete
Use reminder with action batch_complete to mark multiple reminders as done at once:
- Required:
ids(array of reminder IDs) - Optional:
undo(mark as incomplete)
Update Reminder
Use reminder with action update to modify an existing reminder:
- Required:
id(reminder ID) - Optional:
title,due,notes,priority,url,location,recurrence - To clear a due date: set
dueto empty string - To remove recurrence: set
recurrence.frequencyto"none"
Delete Reminder
Use reminder with action delete to remove a single reminder:
- Required:
id(reminder ID)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 152 lines · 21 tokens per session scan A bd551c9951ab
reminders is a command published in the GitHub repository omarshahine/apple-pim (50 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 1,513 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
journal
Write a journal entry for today's work session on the rem project.
paste
Paste text or rich content via peekaboo paste.
validate
Validate shell script syntax and best practices.
review
Code review for shell scripts.
calendar
View calendars, manage events, and check availability.
ai
Privacy-first AI assistant with multi-provider support.