transcription

star 0

Use when the user wants to transcribe audio files (MP3, WAV, M4A) to text using MLX Whisper on Apple Silicon

varunr89 By varunr89 schedule Updated 3/1/2026

name: transcription description: Use when the user wants to transcribe audio files (MP3, WAV, M4A) to text using MLX Whisper on Apple Silicon

Audio Transcription

Fast local transcription using MLX Whisper with Apple Silicon GPU/Neural Engine acceleration.

Requirements

  • Apple Silicon Mac (M1+)
  • Python 3.11+ with mlx-whisper package
  • Model: mlx-community/whisper-large-v3-turbo (auto-downloaded on first use)

Usage

The script at ${CLAUDE_PLUGIN_ROOT}/scripts/transcribe.py processes MP3/WAV/M4A files:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/transcribe.py /path/to/audio/files/
  • Processes all audio files in the given directory
  • Outputs transcription text to stdout
  • Reports timing statistics per file

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install mlx-whisper
Install via CLI
npx skills add https://github.com/varunr89/claude-marketplace --skill transcription
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator