Apple Bridges
Description
Swift CLI tools that give [Claude Code](https://claude.ai/claude-code) native access to Apple apps — Reminders, Calendar, Contacts, Notes, Mail, and tmux. Includes a [Claude Code skill](#skills) (`/apple-bridges`) with complete command reference for all bridges.
Installation
claude install-skill https://github.com/more-io/claude-apple-bridges README
Claude Apple Bridges
Swift CLI tools that give [Claude Code](https://claude.ai/claude-code) native access to Apple apps — Reminders, Calendar, Contacts, Notes, Mail, and tmux. Includes a [Claude Code skill](#skills) (`/apple-bridges`) with complete command reference for all bridges.
Usage Examples with Claude Code
Once set up, you can ask Claude naturally in any Claude Code session. Here are real-world examples:
Task & Project Management
*"What's on my todo list for today?"*
Claude checks your Reminders and summarizes open items with due dates and priorities.
*"I just finished the login bug fix — mark the GitHub issue and the reminder as done."*
Claude closes the GitHub issue and calls `reminders-bridge complete` in one step.
*"Add a reminder to my 'Work' list to review the PR tomorrow morning."*
Claude creates the reminder with a due date set to tomorrow at 9:00.
Calendar-Aware Scheduling
*"I want to work on the Android release tomorrow — find a free slot and set a reminder."*
Claude checks `calendar-bridge tomorrow`, finds a free window, and sets the reminder due date accordingly — no double-booking.
*"What do I have going on this week? Block some time for code review."*
Claude reads your calendar for each day, spots gaps, and adds events or reminders where they fit.
*"Schedule our next planning session for next Monday at 10am in my Work calendar."*
Claude calls `calendar-bridge add` directly without you having to open Calendar.
Contacts Lookup
*"What's Rob's phone number?"*
Claude searches your Contacts and returns the number directly — no need to open the Contacts app.
*"Add Alex to my contacts: +49 123 456789, alex@example.com"*
Claude calls `contacts-bridge add` and confirms once saved.
*"Show me all details for my contact Thomas."*
Claude returns name, phone, email, address and birthday in one view.
Development Workflow Integration
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official