This is a complete wrapper for the Meshy AI API that handles the full 3D generation pipeline: text to 3D, image to 3D, texturing, rigging, and animation. It detects your API key automatically (checking env vars, dotenv files, and shell profiles), manages the create-poll-download workflow, and organizes everything into timestamped project folders under meshy_output/. The skill enforces credit-conscious workflows by requiring user confirmation before spending credits, handles multi-step pipelines like preview-to-refine-to-rig in a single session, and includes robust file organization with metadata tracking. It also defers to a separate meshy-3d-printing skill when users mention printing, slicing, or physical models, since those workflows need different parameters from the start. Built for Python 3 with requests, and designed to run long-polling tasks properly without premature interruption.
npx skills add https://github.com/meshy-dev/meshy-3d-agent --skill meshy-3d-generation