reminders

reminders is a command for coding agents from omarshahine/apple-pim. It costs 21 tokens per session (1,513 once invoked), scanned A, original, MIT.

A command-line tool for managing reminders on a Mac. It can work with reminder lists and reminder items, including their dates, notes, priorities, and completion status.

In plain words
What is it for?
Use it to list, search, create, complete, update, or delete reminders. It also supports date filters such as overdue, today, tomorrow, this week, and upcoming, plus batch operations.
Why use it?
It removes the need to open the Reminders app for routine tasks or to manually search through lists and due dates.

Command

Part of the apple-pim plugin — 16 skills, 7 commands, 1 agent shipped together

Install

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.

agentmods
npx agentmods add commands/omarshahine/apple-pim/reminders
Clone the repo
git clone --depth 1 https://github.com/omarshahine/apple-pim

Or install apple-pim, the plugin that ships this one along with the rest of its 16 skills, 7 commands, 1 agent.

Wrote 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.

agentmods badge for reminders

README.md
[![agentmods](https://agentmods.dev/badge/commands/omarshahine/apple-pim/reminders.svg)](https://agentmods.dev/commands/omarshahine/apple-pim/reminders)
Your own site
<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>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,513 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash bd551c9951ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

commands/reminders.md · 152 lines

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: filter for date-based views:
    • overdue - Past due, incomplete reminders
    • today - Due today + overdue (most useful default)
    • tomorrow - Due tomorrow only
    • week - Due this calendar week
    • upcoming - All incomplete with due dates
    • completed - Finished reminders
    • all - 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 due to empty string
  • To remove recurrence: set recurrence.frequency to "none"

Delete Reminder

Use reminder with action delete to remove a single reminder:

  • Required: id (reminder ID)

Read the full file on GitHub · 152 lines

Changes

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.

  1. 5d ago First seen · 152 lines · 21 tokens per session scan A bd551c9951ab

Subscribe to this mod's changes

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.