What problem does it solve? Converting spoken audio into written text manually is slow and error-prone, especially for multilingual content, long recordings, or noisy audio. This Skill automates speech-to-text transcription and translation to English using OpenAI's Whisper model. ## Core Features & Use Cases - Multilingual Transcription: Transcribe audio in 99 languages with automatic language detection or explicit language selection. - Translation to English: Convert speech from any supported language directly into English text using the translate task. - Flexible Output Formats: Generate plain text, SRT subtitles, WebVTT, 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 Ask the agent to transcribe an audio file such as 'meeting.mp3' into text with timestamps using the Whisper turbo model.