What problem does it solve? Manually visualizing how clothing looks on a person requires physical fittings or complex photo editing. This Skill lets an AI agent call the IDM VTON model through the Pixazo API to produce a virtual try-on image from a garment photo and a person photo. ## Core Features & Use Cases - Virtual Try-On Generation: Submits a garment image URL, a person image URL, a garment description, and a clothing category to the IDM VTON endpoint and returns a composited result image. - Guided API Key Setup: Walks the agent through obtaining and storing a Pixazo API key once in ~/.pixazo/api-key so authentication never needs repeating. - Synchronous Result Handling: Returns the try-on image URL directly in the JSON response with no polling, plus structured handling for 401, 402, 429, and 5xx errors. - Use Case: An e-commerce seller asks the agent to show how a blue cotton dress looks on a model photo, and the agent returns the rendered try-on image URL in one request. ## Quick Start Ask the agent to virtually try a garment on a person by providing the garment image URL, the person image URL, and the clothing category.