From transcribe-md
Records microphone and system audio, transcribes to timestamped Markdown with speaker labels using whisper.cpp and Metal acceleration on macOS 14+. For meetings, notes, dictation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/transcribe-md:transcribe-mdThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Record and transcribe audio to a timestamped markdown file using whisper.cpp with Metal acceleration. Captures both microphone and system audio (via ScreenCaptureKit).
Record and transcribe audio to a timestamped markdown file using whisper.cpp with Metal acceleration. Captures both microphone and system audio (via ScreenCaptureKit).
~/.local/share/transcribe-md/scripts/transcribe-to-md <file.md>
~/.local/share/transcribe-md/scripts/transcribe-to-md --duration 30 meeting.md
~/.local/share/transcribe-md/scripts/transcribe-to-md --mic-only notes.md
$ARGUMENTS — Output file path and optional flags--duration <MIN> — Auto-stop after this many minutes (e.g., --duration 30 for a 30-min meeting)--mic-only — Skip system audio capture (mic only)--devices — List available microphone devices--mic <IDX> — Use a specific microphone by device index--chunk <SEC> — Chunk duration in seconds (default: 10)--setup — Install/verify dependencies without recording/transcribe-md --duration 30 meeting.md — Record a 30-minute meeting/transcribe-md notes.md — Record until Ctrl-C/transcribe-md --mic-only dictation.md — Mic only, no system audio/transcribe-md --devices — List available microphones/transcribe-md — Ask what to transcribe, suggest a filename, ask if they want a time limit**[HH:MM:SS] You:** text and **[HH:MM:SS] Them:** textAuto-installed on first run. whisper.cpp and model cached in ~/.cache/transcribe-cli/. System audio requires macOS 14+ and Screen Recording permission for the terminal.
npx claudepluginhub hrescak/transcribe-mdRecords and transcribes meetings/calls/voice memos locally (whisper.cpp/parakeet.cpp). Supports start/stop, live transcript, and status checking.
Transcribes audio/video files to text using Faster-Whisper or Whisper, generating structured meeting minutes, executive summaries, and subtitle files (SRT, VTT).
Transcribes audio/video files to Markdown documentation with LLM summaries, speaker diarization, timestamps, and meeting minutes using Faster-Whisper or Whisper.