transcribe-audio

Installation
SKILL.md

Audio Transcription

Transcribe audio files to markdown and support post-processing (Q&A, action items, summaries).

Workflow

1. Identify Audio Files

Find audio files matching the user's request:

  • Single file: user specifies path directly
  • Batch: find <dir> -maxdepth 1 -type f \( -name "*.mp3" -o -name "*.wav" -o -name "*.ogg" -o -name "*.m4a" -o -name "*.flac" -o -name "*.webm" \) | sort

2. Check for Existing Transcripts

For each audio file, check if a sibling .md file exists (e.g. meeting.mp3meeting.md):

  • Exists + user wants transcription: Ask whether to re-transcribe or use existing
  • Exists + user wants analysis: Read the existing .md directly — no need to transcribe
  • Does not exist: Proceed with transcription
Related skills

More from markus1189/nixos-config

Installs
1
GitHub Stars
5
First Seen
Mar 29, 2026