What problem does it solve? Editing images with text instructions normally requires local model setup or manual tooling; this Skill lets an AI agent call the Qwen Image Edit API (Alibaba, Lightning 4-step) through the Pixazo gateway to edit a source image from a plain-language prompt. ## Core Features & Use Cases - Instruction-based image editing: Send a source image URL plus a text prompt (e.g., add an object, restyle) and receive the edited image synchronously. - API key management: Guides the agent to find or save the Pixazo API key once to ~/.pixazo/api-key so the user is never asked twice. - Ready-made request templates: Provides curl, Python, and Node.js examples with parameters like prompt, negative_prompt, seed, num_images, and output_format, plus an error-handling table for 401/402/429/5xx responses. - Use Case: A user uploads a product photo and asks to "add a red party hat on top, keep everything else identical" — the agent builds the request, calls the endpoint, and shows the resulting image URL inline. ## Quick Start Ask the agent to edit an image with Qwen Image Edit, for example: "Use Qwen Image Edit to add sunglasses to the person in this photo at https://example.com/photo.png."