What problem does it solve? Swapping the audio track of a video normally requires opening an editor, demuxing streams, and re-encoding by hand. This Skill lets an AI agent call the Pixazo Video Replace Audio API directly, muxing a new audio track into a video with a single authenticated HTTP request. ## Core Features & Use Cases - Audio track replacement: POST a video URL and an audio URL to https://gateway.pixazo.ai/media-tools/v1/video-replace-audio and receive a processed MP4. - Codec-aware processing: H.264 sources are stream-copied without re-encoding; VP9/WebM and other formats are re-encoded to H.264 MP4. - Managed API key flow: The agent checks PIXAZO_API_KEY, then ~/.pixazo/api-key, and only asks the user once before saving the key. - Use Case: A podcaster has a 10-minute talking-head video and a cleaned-up voiceover track; the agent sends both URLs and returns a video with the new audio, trimmed to the shorter input's duration. ## Quick Start Ask the agent to replace the audio in your video file with a new audio track using the Pixazo Video Replace Audio API, providing the video and audio URLs.