What problem does it solve? Converting audio recordings into accurate, timestamped text transcripts requires a speech recognition service, and this Skill lets an AI agent call AssemblyAI's Universal 3 Pro speech-to-text model through the Pixazo API without manual integration work. ## Core Features & Use Cases - Speech-to-Text Transcription: Submits an audio URL to the AssemblyAI Universal 3 Pro endpoint and returns a full transcript. - Word-Level Timings & Segmentation: Returns per-word timings, per-utterance segmentation, confidence scores, and detected language. - Managed API Key Flow: Guides the agent to acquire, store, and reuse a Pixazo API key from ~/.pixazo/api-key so the user only provides it once. - Use Case: A podcaster pastes a link to an episode recording and asks the agent to transcribe it; the agent calls the endpoint and returns the transcript with timestamps for show notes. ## Quick Start Ask the agent to transcribe the audio file at a given URL using AssemblyAI speech-to-text via Pixazo.