What problem does it solve? Converting audio recordings into text manually is slow and error-prone, especially across multiple languages. This Skill provides instructions for using OpenAI's Whisper to automate speech-to-text transcription, translation to English, and language identification across 99 languages. ## Core Features & Use Cases - Multilingual Transcription: Transcribe audio in 99 languages with six model sizes from tiny (39M) to large (1550M parameters), balancing speed and accuracy. - Translation & Language Detection: Translate any supported language's audio directly into English text and auto-detect the spoken language. - Flexible Output Formats: Generate plain text, SRT/VTT subtitles, or JSON with word-level timestamps via CLI or Python API. - Use Case: Transcribe a folder of podcast episodes by batch-processing MP3 files with the turbo model on GPU, then export SRT subtitle files for video publishing. ## Quick Start Use the whisper skill to transcribe the attached audio file 'meeting.mp3' into text with timestamps.