What problem does it solve? Converting audio recordings into text manually is slow and error-prone. This Skill sends audio files to OpenAI's /v1/audio/transcriptions endpoint and saves the resulting transcript automatically. ## Core Features & Use Cases - Audio Transcription: Transcribe audio files (m4a, ogg, and other supported formats) using the whisper-1 model via a simple curl-based script. - Flexible Options: Specify language, prompt hints (e.g., speaker names), output path, and JSON or plain-text response format. - Proxy Support: Set OPENAI_BASE_URL to route requests through an OpenAI-compatible proxy or local gateway. - Use Case: You have a recorded meeting saved as meeting.m4a. Run the transcribe script to produce meeting.txt with the full transcript, optionally passing a prompt with attendee names to improve recognition. ## Quick Start Transcribe the audio file meeting.m4a to text using the OpenAI Whisper API and save the transcript next to the original file.