What problem does it solve? Converting audio recordings into text usually requires uploading files to a cloud API, which raises privacy concerns and recurring costs. This Skill runs OpenAI's Whisper model locally through its CLI, so speech-to-text works offline with no API key. ## Core Features & Use Cases - Local Transcription: Convert audio files like MP3 and M4A into plain text using the whisper command. - Translation & Subtitles: Use the translate task and SRT output format to generate translated subtitles from foreign-language audio. - Model Size Control: Choose smaller models for speed or larger models for accuracy, with models cached in ~/.cache/whisper after first download. - Use Case: Record a meeting as an M4A file, then transcribe it locally into a text file for notes without sending the audio to any external service. ## Quick Start Transcribe the attached audio file meeting.mp3 to a text file using the whisper CLI with the medium model.