What problem does it solve? Paid cloud transcription services like Feishu Minutes, Tongyi Tingwu, or Otter.ai charge per minute and upload your recordings to the cloud. This Skill runs the full meeting/interview transcription pipeline entirely on your own machine: local Whisper inference, LLM-based cleanup into a readable document, and optional Word export, with zero cost and zero data leaving your device. ## Core Features & Use Cases - Local Whisper transcription: Converts m4a/mp3/wav/mp4 audio to text using large-v3-turbo via mlx-whisper on Apple Silicon or whisper-ctranslate2 on Windows/Linux/Intel Mac, with ffmpeg preprocessing to avoid hallucination loops. - LLM cleanup workflow: Assembles a cleaning prompt (via scripts/clean.py) that fixes ASR errors, labels speakers, and structures the transcript into chapters, then optionally converts the result to docx with pandoc. - Environment automation: doctor scripts check dependencies, install scripts set up ffmpeg/uv/pandoc on macOS, Windows, and Linux, and mainland-China network detection routes model downloads through ModelScope or mirrors. - Use Case: Drop a 30-minute interview recording into your agent and say "transcribe this" — the Skill checks the environment, runs onboarding once (default format and model), transcribes offline, and delivers a cleaned Markdown or Word document. ## Quick Start Use Murmur to transcribe the file meeting.m4a on my Desktop into a cleaned meeting document.