npx claudepluginhub hrescak/transcribe-mdThis skill is limited to using the following tools:
Record and transcribe audio to a timestamped markdown file using whisper.cpp with Metal acceleration. Captures both microphone and system audio (via ScreenCaptureKit).
Records microphone audio from meetings/calls/voice memos, transcribes locally with whisper.cpp, saves timestamped markdown transcripts with summaries.
Transcribes audio/video files to Markdown documentation with LLM summaries, speaker diarization, timestamps, metadata, and SRT/VTT subtitles using Faster-Whisper or Whisper.
Transcribes audio/video to Markdown docs with LLM summaries, speaker diarization, timestamps, metadata using Faster-Whisper/Whisper. For meetings, interviews, lectures.
Share bugs, ideas, or general feedback.
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.