What problem does it solve? Converting audio recordings like voice memos, meetings, and interviews into text requires manual transcription or complex SDK setup. This Skill transcribes audio files through the OpenAI /v1/audio/transcriptions endpoint with a single shell command. ## Core Features & Use Cases - Multiple Transcription Models: Choose between gpt-4o-transcribe, gpt-4o-mini-transcribe, gpt-4o-transcribe-diarize for speaker labels, or whisper-1. - Flexible Output: Produces plain text transcripts by default or full JSON responses, with automatic speaker-labeled line formatting for diarized output. - Language and Prompt Hints: Pass a language code or prompt to guide recognition of names and terminology. - Use Case: Record a meeting as an m4a file, then run the transcribe script with the diarize model to get a speaker-attributed transcript saved next to the audio file. ## Quick Start Transcribe the attached audio file meeting.m4a to text using the OpenAI transcription API with the default gpt-4o-transcribe model.