Local Meeting Transcription Skill
Echo deduplication and dual-channel audio for local meeting transcripts.

Local Whisper in browser when Whisper.cpp and web-whisper already exist.
Privacy-conscious users, journalists, developers needing quick transcription
Whisper.cpp · web-whisper · Hugging Face Spaces Whisper demos
Echo deduplication and dual-channel audio for local meeting transcripts.
Packages Whisper into a one-click Mac app that records system audio, batch-processes files, and exports SRT/MD/DOCX — all kept on-device. Very useful if you hate terminal hacks and want privacy-first transcription, but it’s not novel (several local Whisper GUIs already exist) and the Apple‑Silicon‑only restriction plus limited detail on model sizes and performance hold it back.
Local Whisper transcription with zero audio egress, Chrome side panel stays invisible.
Transcribes overlapping speakers in a single pass without needing separate diarization steps.
Everything is wrapped into one /transcribe slash command that downloads, converts, runs whisper.cpp locally, and then fires a long-form analysis prompt that produces timestamped summaries, evidence notes, and flagged logical fallacies. Smart, pragmatic tooling for people who already run local ML and use Claude Code, but the manual path edits and dependency burden (whisper.cpp build, specific model, Claude Code CLI) keep it niche rather than broadly breakout.
Free offline Whisper on Android, but 88–93% accuracy lags Google Recorder's 95–96% by design constraints.