What problem does it solve? Converting spoken audio into text manually is slow and error-prone, especially across multiple languages. This Skill provides instructions for using OpenAI's Whisper model 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 (tiny to large) trading off speed and accuracy. - Translation & Language Detection: Translate any supported language's audio into English 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 batch of podcast episodes by loading the turbo model, running transcription over each MP3 file, and saving timestamped text or SRT subtitle files for publishing. ## Quick Start Ask the agent to transcribe an audio file such as 'meeting.mp3' using the Whisper turbo model and save the result as a text file with timestamps.