apple-reminders

A tool for managing Apple Reminders from the macOS command line. It can work with reminder lists, dates, completion status, and JSON or plain-text output.

In plain words
What is it for?
Use it to list, add, edit, complete, or delete reminders and filter them by list or date.
Why use it?
It lets scripts and coding agents manage reminders without manually opening the Reminders app.

Skill for Claude CodeCodex

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 skills/hacklyc/myagents/apple-reminders
Any agent
npx skills add hAcKlyc/MyAgents --skill apple-reminders
Clone the repo
git clone --depth 1 https://github.com/hAcKlyc/MyAgents

Made for: Claude Code, Codex.

Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 584 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00041 $0.00584
Opus 5 $0.00020 $0.00292
Sonnet 5 $0.00008 $0.00117
Haiku 4.5 $0.00004 $0.00058

Measured 3d ago against content hash a5efe824a4cd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d 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-workspaces/mino/.claude/skills/apple-reminders/SKILL.md · 77 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 3d ago First seen · 77 lines · 41 tokens per session scan A a5efe824a4cd

Subscribe to this mod's changes

apple-reminders is a skill published in the GitHub repository hAcKlyc/MyAgents (861 stars, last pushed 3d ago), licensed AGPL-3.0. It adds 41 tokens to every session and 584 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

log-work

Log the work segment that you did after the last work log until now in a.

pchalasani/claude-code-tools · 19 tokens

host-computer-use

Beta desktop control through the connected A0 CLI host. Use for the user's host/local computer screenshots, screen inspection, menus, native app UI, OS-level clicking, scrolling, typing, or checking computeruseremote status. Use instead of linux-desktop for host/local machine control. Do not use for ordinary browser…

agent0ai/agent-zero · 78 tokens

app-launcher

Launch applications, open URLs in browser, and list running processes. Requires approval for launching applications.

AP3X-Dev/AG3NT · 23 tokens

macos-control-skill

当用户要求 AI 直接操作他的 macOS 桌面时触发:打开某个 App、点击某个按钮、填写窗口里的表单、读取当前屏幕内容、自动化本地 GUI 流程。典型说法"帮我在访达里…"、"帮我在某 App 里点一下…"、"看看我屏幕上显示的是什么"。仅在 OpenLoaf Desktop(macOS)中可用;非桌面端会返回 desktop-only 错误,应改用 BrowserAct 或让用户自己操作。不用于:网页内交互(→ browser-ops-skill)、本地文件读写(→ Read/Edit/Write)。.

OpenLoaf/OpenLoaf · 168 tokens

schedule-ops-skill

当用户要把任务交给后台异步执行、按 cron / 周期性重复、委派给项目 Agent 长时间跑,或查看/审批/取消看板任务时触发。典型说法"每天 9 点帮我 X"、"让 coder agent 跑这个"、"有哪些待审批"。不用于:一次性即时答复(→直接用工具)、真实日历会议 / 约会(→calendar-ops-skill)、一次性计划审批(→SubmitPlan)。.

OpenLoaf/OpenLoaf · 120 tokens

calendar-ops-skill

当用户要对真实日历数据做查询或增删改时触发:看今天/本周安排、查冲突、建会议、改时间、删日程。典型说法"我明天几点开会"、"帮我约 xx"、"schedule a meeting"。不用于:对话里口头提到时间或倒计时(→直接回答)、周期性后台任务如"每天 9 点跑脚本"(→schedule-ops-skill)。.

OpenLoaf/OpenLoaf · 115 tokens