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 skills add furkangonel/cowrangler --skill apple-remindersgit clone --depth 1 https://github.com/furkangonel/cowranglerWrote 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/skills/furkangonel/cowrangler/apple-reminders)<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.
<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>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.1 | $0.00023 | $0.00748 |
| Opus 5 | $0.00012 | $0.00374 |
| Sonnet 5 | $0.00005 | $0.00150 |
| Haiku 4.5 | $0.00002 | $0.00075 |
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.
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ı →
cronaracı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,yesterdayYYYY-MM-DDYYYY-MM-DD HH:mm- ISO 8601 (
2026-01-04T12:34:56Z)
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.
- 9d ago First seen · 91 lines · 23 tokens per session scan A 79b6f3b3ff8d
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.
Other skills, from other repositories
remctl
Use when an agent needs to operate Apple Reminders through RemCTL or diagnose its installation, signed Capability Host, permissions, or agent-runner access on macOS.
rem-cli
Create, list, update, complete, tag, and search macOS Reminders via the rem CLI. Use when the user wants to manage Apple Reminders from the terminal, automate reminder workflows, reference reminders in shell scripts, or schedule anything on macOS.
c-notes
Manage Apple Notes and Apple Reminders from the CLI. Uses memo for Notes and remindctl for Reminders. Supports listing, searching, reading, creating notes, and adding/completing reminders.
ccal
Chinese Calendar with Lunar-Solar Conversion.
x-theme
Change terminal command line prompt theme. Globally manage the display style of all x-cmd interactive components. Supports multiple theme vendors: theme, starship, ohmyposh. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
loop
Schedule recurring tasks with notifications. Triggered by "/loop " to set up periodic monitoring.