What problem does it solve? Extracting the audio track from a video file normally requires local tools like ffmpeg and manual format configuration. This Skill lets an AI agent pull audio out of any hosted video through a single Pixazo API call, returning an mp3 or m4a file without local processing. ## Core Features & Use Cases - Audio Extraction: Pull the audio track from a video URL and receive it as mp3 (VBR, ~190 kbps) or m4a (AAC 192 kbps), with mp3 as the default. - Guided API Workflow: Handles Pixazo API key setup (env var or ~/.pixazo/api-key), request construction, and error handling for 401/402/429/5xx responses. - Use Case: A podcaster has a 20-minute recorded video interview hosted online and needs just the audio for editing. The agent calls the audio-extract endpoint with the video URL and returns the mp3 link. ## Quick Start Extract the audio from this video URL as an mp3 file using the Pixazo Audio Extractor API.