Skip to content

Apple Voice Memos Skill v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 17:49
· 37 commits to main since this release
8f72312

Apple Voice Memos Claude Skill v0.3.0

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

Installation

Option 1: Claude Code Installation

  1. Download the apple-voice-memos-v0.3.0.zip file below
  2. Extract the archive
  3. Copy the apple-voice-memos directory to your Claude skills directory:
  • Personal scope: ~/.claude/skills/apple-voice-memos
  • Project scope: /path/to/project/.claude/skills/apple-voice-memos

Option 2: Direct Upload to Claude

  1. Download the apple-voice-memos-v0.3.0.zip file below
  2. Open Claude (claude.ai)
  3. Upload the zip file directly to Claude
  4. Claude will automatically install the skill for your current project

What's Changed

Changes since v0.2.0

Improved Transcript Processing

  • Cleaned Apple pause markers (ellipsis artifacts like . ..) from transcript output
  • Made sentence-ending punctuation the primary break signal for better readability
  • Added automatic paragraph breaks (blank lines) when time gap between segments exceeds 6 seconds
  • Improved false start detection (e.g., "One of my One of my" → "One of my")
  • Filler words (uh, um) are now always removed by default for cleaner LLM consumption
  • Removed the --clean flag as filler word removal is now the default behavior

Full Changelog

  • Merge pull request #3 from jessedc/feature/always-remove-fillers
  • Always remove filler words from transcript output
  • Improve transcript line-breaking algorithm

Key Improvements

This release focuses on making transcript output cleaner and more readable by default, with better sentence boundaries and automatic removal of speech artifacts that can interfere with LLM processing.

Usage

Once installed, use the skill with:

/apple-voice-memos

See the README for detailed usage instructions.