Skip to content

Releases: jessedc/apple-voice-memos

Apple Voice Memos Skill v0.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 04:32
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.

Apple Voice Memos Skill v0.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 19:42
0133e87

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-memos

Or 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

Choose a tag to compare

@github-actions github-actions released this 05 Feb 17:09

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

  1. Download the apple-voice-memos-v0.7.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.7.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.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

Choose a tag to compare

@github-actions github-actions released this 05 Feb 05:44

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

  1. Download the apple-voice-memos-v0.6.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.6.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.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

Choose a tag to compare

@github-actions github-actions released this 04 Feb 23:58

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

  1. Download the apple-voice-memos-v0.5.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.5.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.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

Choose a tag to compare

@github-actions github-actions released this 04 Feb 21:36
ab6d8a6

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

  1. Download the apple-voice-memos-v0.4.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.4.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.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

Choose a tag to compare

@github-actions github-actions released this 04 Feb 17:49
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.

Apple Voice Memos Skill v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 05:57
64c2b99

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

  1. Download the apple-voice-memos-v0.2.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.2.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

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

Choose a tag to compare

@github-actions github-actions released this 01 Feb 03:43
35fb707

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

  1. Download the apple-voice-memos-v0.1.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.1.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

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.