Whisper-Transcription
Installation
SKILL.md
Whisper Transcription Server
Local speech-to-text transcription using whisper.cpp with GPU acceleration. The server runs on port 5555 and accepts audio files via HTTP POST.
Instructions
When helping users with audio transcription, follow these guidelines:
- Server Location: The whisper-server runs at
http://localhost:5555with the large-v3 model - Audio Format: Server accepts WAV, MP3, and other common formats. 16kHz mono WAV is optimal
- API Endpoint: Use POST to
/inferencewith multipart form data - GPU Memory: large-v3 uses ~6GB VRAM on the RTX 3090 (24GB total)
- VRAM Sharing: If OOM errors occur, wait 30-60 seconds for other GPU services to unload (see Vram-GPU-OOM skill)
Examples
Example 1: Basic Transcription
User: Transcribe this audio file