apple-bridges

apple-bridges is a skill for Claude Code, Codex from more-io/claude-apple-bridges. It costs 133 tokens per session (977 once invoked), scanned A, original, MIT.

A set of command-line bridges that let Claude Code work with Apple Reminders, Calendar, Contacts, Notes, Mail, and tmux sessions on macOS.

In plain words
What is it for?
Creating reminders, managing calendar events, finding contacts, editing notes, reading or sending email, and inspecting or controlling tmux panes.
Why use it?
They provide one documented way to read or change information in these Apple apps and terminal sessions from coding-agent tasks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Creating reminders, managing calendar events, finding contacts, editing notes, reading or sending email, and inspecting or controlling tmux panes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/more-io/claude-apple-bridges/apple-bridges
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 more-io/claude-apple-bridges --skill apple-bridges
Clone the repo
git clone --depth 1 https://github.com/more-io/claude-apple-bridges

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-bridges

README.md
[![agentmods](https://agentmods.dev/badge/skills/more-io/claude-apple-bridges/apple-bridges/github.svg)](https://agentmods.dev/skills/more-io/claude-apple-bridges/apple-bridges)
Your own site
<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.

agentmods 80×15 button for apple-bridges

Your own site · 80×15
<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>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 977 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00133 $0.00977
Opus 5 $0.00067 $0.00489
Sonnet 5 $0.00027 $0.00195
Haiku 4.5 $0.00013 $0.00098

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

Security

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.

skills/apple-bridges/SKILL.md · 90 lines

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.

Read the full file on GitHub · 90 lines

Files

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.

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 Changed cc51c7ea0545
  2. 6d ago Changed · +3 lines · +15 tokens per session a0e6eee5fe34
  3. 11d ago First seen · 87 lines · 118 tokens per session scan A edcecb6b41cc

Subscribe to this mod's changes

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.