Releases: jessedc/apple-voice-memos
Release list
Apple Voice Memos Skill v0.9.0
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-memosOr 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.
Apple Voice Memos Skill v0.8.0
Apple Voice Memos Claude Skill v0.8.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/claude-apple-voice-memos-skill --skill apple-voice-memosOr download the apple-voice-memos-v0.8.0.zip file below and extract it into your Claude skills directory.
What's Changed
Changes since v0.7.0
- Merge pull request #10 from jessedc/simplify-skill
Usage
Once installed, use the skill with:
/apple-voice-memos
See the README for detailed usage instructions.
Apple Voice Memos Skill v0.7.0
Apple Voice Memos Claude Skill v0.7.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.7.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.7.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.6.0
- Add auto-detection to scripts, simplify SKILL.md workflow
Usage
Once installed, use the skill with:
/apple-voice-memos
See the README for detailed usage instructions.
Apple Voice Memos Skill v0.6.0
Apple Voice Memos Claude Skill v0.6.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.6.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.6.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.5.0
- Simplify README with example prompts and consolidated sections
Usage
Once installed, use the skill with:
/apple-voice-memos
See the README for detailed usage instructions.
Apple Voice Memos Skill v0.5.0
Apple Voice Memos Claude Skill v0.5.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.5.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.5.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.4.0
- Add detect-voice-memos-directory script for iCloud sync detection
Usage
Once installed, use the skill with:
/apple-voice-memos
See the README for detailed usage instructions.
Apple Voice Memos Skill v0.4.0
Apple Voice Memos Claude Skill v0.4.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.4.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.4.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.3.0
- Merge pull request #4 from jessedc/improve-date-filtering
Usage
Once installed, use the skill with:
/apple-voice-memos
See the README for detailed usage instructions.
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.
Apple Voice Memos Skill v0.2.0
Apple Voice Memos Claude Skill v0.2.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.2.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.2.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
Transcript export uses timestamps
Usage
Once installed, use the skill with:
/apple-voice-memos
See the README for detailed usage instructions.
Apple Voice Memos Skill v0.1.0
Apple Voice Memos Claude Skill v0.1.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.1.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.1.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
Initial release of the Apple Voice Memos Claude skill.
Usage
Once installed, use the skill with:
/apple-voice-memos
See the README for detailed usage instructions.