apple-reminders

apple-reminders is a skill for Claude Code, Codex from furkangonel/cowrangler. It costs 23 tokens per session (748 once invoked), scanned A, original, MIT.

A macOS skill for managing Apple Reminders from the terminal with the remindctl command-line tool. Reminders are personal tasks that can sync through iCloud to Apple devices.

In plain words
What is it for?
Use it to list reminders by date or status, manage reminder lists, and add or complete tasks in Apple Reminders.
Why use it?
It lets an agent create, view, complete, and organize synced reminders without manually using the Reminders app.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list reminders by date or status, manage reminder lists, and add or complete tasks in Apple Reminders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/furkangonel/cowrangler/apple-reminders
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.

Any agent
npx skills add furkangonel/cowrangler --skill apple-reminders
Clone the repo
git clone --depth 1 https://github.com/furkangonel/cowrangler

Made for: Claude Code, Codex.

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 apple-reminders

README.md
[![agentmods](https://agentmods.dev/badge/skills/furkangonel/cowrangler/apple-reminders/github.svg)](https://agentmods.dev/skills/furkangonel/cowrangler/apple-reminders)
Your own site
<a href="https://agentmods.dev/skills/furkangonel/cowrangler/apple-reminders"><img src="https://agentmods.dev/badge/skills/furkangonel/cowrangler/apple-reminders/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apple-reminders

Your own site · 80×15
<a href="https://agentmods.dev/skills/furkangonel/cowrangler/apple-reminders"><img src="https://agentmods.dev/badge/skills/furkangonel/cowrangler/apple-reminders.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 748 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00023 $0.00748
Opus 5 $0.00012 $0.00374
Sonnet 5 $0.00005 $0.00150
Haiku 4.5 $0.00002 $0.00075

Measured 9d ago against content hash 79b6f3b3ff8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

apple-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 9d 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.

bundled_skills/apple/apple-reminders/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Apple Reminders

remindctl CLI aracıyla Apple Reminders'ı doğrudan terminalden yönet. Görevler iCloud ile iPhone/iPad/Mac'e senkronize edilir.

Ön Koşullar

  • macOS ve Reminders.app
  • Kur: brew install steipete/tap/remindctl
  • İstendiğinde Reminders iznini ver
  • Kontrol: remindctl status / İzin iste: remindctl authorize

Ne Zaman Kullan

  • Kullanıcı "hatırlatıcı" veya "Reminders uygulaması" dediğinde
  • iOS'a senkronize olacak kişisel görevler oluştururken
  • Apple Reminders listelerini yönetirken

Ne Zaman Kullanma

  • Ajan zamanlamaları → cron aracını kullan
  • Takvim etkinlikleri → Apple Calendar veya Google Calendar
  • Proje görev yönetimi → GitHub Issues vb.
  • Kullanıcı "hatırlat" diyorsa ajan uyarısı mı yoksa Apple Reminders mı istediğini önce sor

Hızlı Referans

Hatırlatıcıları Görüntüle

remindctl                    # Bugünkü hatırlatıcılar
remindctl today              # Bugün
remindctl tomorrow           # Yarın
remindctl week               # Bu hafta
remindctl overdue            # Geçmiş tarihli
remindctl all                # Tümü
remindctl 2026-06-15         # Belirli tarih

Listeleri Yönet

remindctl list               # Tüm listeleri göster
remindctl list İş            # Belirli listeyi göster
remindctl list Projeler --create    # Liste oluştur
remindctl list İş --delete         # Liste sil

Hatırlatıcı Oluştur

remindctl add "Süt al"
remindctl add --title "Annemi ara" --list Kişisel --due tomorrow
remindctl add --title "Toplantı hazırlığı" --due "2026-02-15 09:00"

Tamamla / Sil

remindctl complete 1 2 3          # ID ile tamamla
remindctl delete 4A83 --force     # ID ile sil

Çıktı Formatları

remindctl today --json       # Scripting için JSON
remindctl today --plain      # TSV formatı
remindctl today --quiet      # Yalnızca sayılar

Tarih Formatları

--due ve filtreler için:

  • today, tomorrow, yesterday
  • YYYY-MM-DD
  • YYYY-MM-DD HH:mm
  • ISO 8601 (2026-01-04T12:34:56Z)

Read the full file on GitHub · 91 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. 9d ago First seen · 91 lines · 23 tokens per session scan A 79b6f3b3ff8d

Subscribe to this mod's changes

apple-reminders is a skill published in the GitHub repository furkangonel/cowrangler (2 stars, last pushed 2d ago), licensed MIT. It adds 23 tokens to every session and 748 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.