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 more-io/claude-apple-bridges --skill apple-bridgesgit clone --depth 1 https://github.com/more-io/claude-apple-bridgesWrote 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/more-io/claude-apple-bridges/apple-bridges)<a href="https://agentmods.dev/skills/more-io/claude-apple-bridges/apple-bridges"><img src="https://agentmods.dev/badge/skills/more-io/claude-apple-bridges/apple-bridges/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/more-io/claude-apple-bridges/apple-bridges"><img src="https://agentmods.dev/badge/skills/more-io/claude-apple-bridges/apple-bridges.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00133 | $0.00977 |
| Opus 5 | $0.00067 | $0.00489 |
| Sonnet 5 | $0.00027 | $0.00195 |
| Haiku 4.5 | $0.00013 | $0.00098 |
Grade A, and why
apple-bridges 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Apple Bridges
Swift CLI tools at ~/.claude/ that give Claude Code native access to Apple apps on macOS.
Quick Reference
| Bridge | Binary | Purpose |
|---|---|---|
| reminders-bridge | ~/.claude/reminders-bridge |
Manage Apple Reminders — lists, items, due dates, search |
| calendar-bridge | ~/.claude/calendar-bridge |
Read/write Apple Calendar — events, free slots, scheduling |
| contacts-bridge | ~/.claude/contacts-bridge |
Search/manage Apple Contacts — lookup, birthdays |
| notes-bridge | ~/.claude/notes-bridge |
Read/write Apple Notes — create, search, append |
| mail-bridge | ~/.claude/mail-bridge |
Read/send Apple Mail — inbox, unread, compose |
| tmux-bridge | ~/.claude/tmux-bridge |
Read/write tmux sessions — panes, snapshots, send keystrokes |
| messages-bridge | ~/.claude/messages-bridge |
Read/send Apple Messages — chats, unread, search, send text and files |
Read the detail file for the bridge you need — each contains full command syntax, all parameters, and usage examples.
General Patterns
CLI Syntax
All bridges follow the same pattern:
~/.claude/<bridge-name> <command> [arguments...]
Quoting
Arguments with spaces must be quoted:
~/.claude/reminders-bridge add "Shopping List" "Buy milk" "From the organic store"
~/.claude/calendar-bridge add "Work" "Team Meeting" "2026-03-01 10:00" "2026-03-01 11:00"
Destructive Operations
Delete commands use a dry-run by default pattern — they show what would be deleted without the --force flag:
# Dry run (safe preview)
~/.claude/reminders-bridge delete "Work" "Old task"
# Actually delete
~/.claude/reminders-bridge delete "Work" "Old task" --force
This applies to: reminders-bridge delete, calendar-bridge delete, contacts-bridge delete, notes-bridge delete, mail-bridge delete.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 Changed cc51c7ea0545
- 6d ago Changed · +3 lines · +15 tokens per session a0e6eee5fe34
- 11d ago First seen · 87 lines · 118 tokens per session scan A edcecb6b41cc
apple-bridges is a skill published in the GitHub repository more-io/claude-apple-bridges (45 stars, last pushed 6d ago), licensed MIT. It adds 133 tokens to every session and 977 once invoked, about $0.0007 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.
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.
apple-pim
Native macOS personal information management for calendars, reminders, contacts, and local Mail.app. Use when the user wants to schedule meetings, create events, check their calendar, create or complete reminders, look up contacts, find someone's phone number or email, manage tasks and to-do lists, triage local…
c-contacts
Access macOS Contacts app via AppleScript. No CLI tool needed.
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.
apple-reminders
Apple Reminders'ı remindctl ile yönet — ekle, listele, tamamla.
apple-notes
Apple Notes'u memo CLI ile yönet — oluştur, ara, düzenle.