What problem does it solve? Converting a 2D reference image into a usable 3D asset normally requires specialized modeling software and expertise. This Skill lets an AI agent call the Pixal3D model through the Pixazo API to produce a GLB 3D model from a single image, handling authentication, request formatting, and async polling automatically. ## Core Features & Use Cases - Image-to-3D Generation: Submits a reference image URL to the Pixal3D endpoint and returns a GLB 3D model with tunable mesh, texture, and sampling parameters. - Managed API Key Flow: Guides the agent to find or securely store the Pixazo API key in ~/.pixazo/api-key so the user only provides it once. - Async Polling & Error Handling: Polls the result endpoint until the model is ready and maps 401/402/429/4xx/5xx responses to clear user-facing messages. - Use Case: A game developer pastes a concept art image URL and asks the agent to generate a textured 3D mesh; the agent submits the request, polls for completion, and returns the downloadable GLB file URL. ## Quick Start Ask the agent to generate a 3D model from an image URL using Pixal3D, and provide your Pixazo API key when prompted.