mk-youtube-audio-transcribe
Installation
SKILL.md
YouTube Audio Transcribe
Transcribe audio files to text using local whisper.cpp (no cloud API required).
Quick Start
/mk-youtube-audio-transcribe <audio_file> [model] [language] [--force]
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
| audio_file | Yes | - | Path to audio file |
| model | No | auto | Model: auto, tiny, base, small, medium, large-v3, belle-zh, kotoba-ja |
| language | No | auto | Language code: en, ja, zh, auto (auto-detect) |
| --force | No | false | Force re-transcribe even if cached file exists |