Skip to content

Apple Voice Memos Skill v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 04:32
· 1 commit to main since this release
f197d97

Apple Voice Memos Claude Skill v0.9.0

A Claude skill that lets you list, search, and read transcripts from Apple Voice Memos synced via iCloud.

Installation

npx skills add https://github.com/jessedc/apple-voice-memos --skill apple-voice-memos

Or download the apple-voice-memos-v0.9.0.zip file below and extract it into your Claude skills directory.

What's Changed

Changes since v0.8.0

Skill improvements

  • Expanded allowed-tools to Bash(python3:*), Read, Write, Task so steps 2–3 (reading PROMPT.md, spawning the subagent, saving the
    file) have tool coverage (ce933a4)
  • Inverted transcript extraction: the subagent now runs the extract script itself, keeping the full transcript out of the main
    conversation context; raw transcript available on explicit request (6e08f14)
  • Aligned PROMPT.md with SKILL.md: the subagent now produces a # heading (title passed via a new ## Memo Title slot)
    with ## sections, and SKILL.md specifies the exact metadata block — Date, Duration, Source (4923133)
  • Added a fast path: unambiguous requests like "my latest voice memo" skip the numbered list and selection question (7382432)
  • Added a has_transcript column to the metadata script (atom-walk check for the tsrp atom) and the selection list now flags memos
    without transcripts — verified against your real database (706b74a)
  • Portability: noted that script paths are relative to the skill directory (invoke with absolute paths), and added a fallback for
    hosts without a subagent tool (d07f1b2)

Usage

Once installed, use the skill with:

/apple-voice-memos

See the README for detailed usage instructions.