Apple Voice Memos
Description
An agent skill to extract and process transcripts from Apple Voice Memos into useful summaries.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Apple Voice Memos Agent Skill
Extract and process transcripts from Apple Voice Memos synced via iCloud.
Installing this skill
You can install this skill into Claude Code, Gemini, Cursor, and other agents that support the [Agent Skills](https://agentskills.io/home) format:
npx skills add https://github.com/jessedc/apple-voice-memos --skill apple-voice-memos
If you get the error `npx: command not found`, you need to install Node first:
brew install node
When using `npx`, you can select whether the skill should be installed just for one project or made available for all your projects.
Alternatively, you can clone this repository or download a release and install it however you like.
Prerequisites
- macOS with Voice Memos iCloud sync enabled
Using this skill
The skill is called Apple Voice Memos, and can be triggered in Claude Code:
/apple-voice-memos
The skill walks you through three steps:
- Select — Finds voice memos by recency, title search, or date range, flagging any without a transcript (skips the question when your request identifies a single memo)
- Extract & process — A subagent pulls the embedded transcript from the selected memo and produces structured notes with narrative summary, detailed notes, asides, and action items — keeping the full transcript out of the main conversation
- Present — Adds the memo's date, duration, and source file beneath the title and offers to save the notes as a markdown file
You can also trigger the skill using natural language:
Use the Apple Voice Memos skill to summarize my most recent voice memo.
How It Works
Two Python scripts (standard library only, no dependencies):
extract-apple-voice-memos-metadata— Queries theCloudRecordings.dbSQLite database (read-only) for recording titles, dates, durations, and filenames, and reports whether each recording has an embedded transcript. Supports filtering and pagination.- **`extract-apple-voice-m
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11