What problem does it solve? Converting spoken audio into text manually is slow and error-prone, especially across multiple languages. This Skill provides local, offline speech-to-text transcription and translation to English using OpenAI's Whisper models, supporting 99 languages without relying on paid cloud APIs. ## Core Features & Use Cases - Multilingual Transcription: Transcribe audio in 99 languages with six model sizes (tiny to large/turbo) to balance speed and accuracy. - Translation to English: Convert non-English audio directly into English text using the translate task. - 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 into timestamped subtitle files by batch-processing MP3s with the turbo model on a GPU. ## Quick Start Ask the agent to transcribe an audio file such as 'meeting.mp3' into text with timestamps using the Whisper turbo model.