Apple Voice Memos Skill v0.3.0
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
- Download the
apple-voice-memos-v0.3.0.zipfile below - Extract the archive
- Copy the
apple-voice-memosdirectory 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
- Download the
apple-voice-memos-v0.3.0.zipfile below - Open Claude (claude.ai)
- Upload the zip file directly to Claude
- 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.