← ClaudeAtlas

meshy-3d-agentlisted

Generate 3D models, textures, images, rig characters, animate them, and prepare for 3D printing using the Meshy AI API. Handles API key detection, task creation, polling, downloading, and full 3D print pipeline with slicer integration. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, 3D print a model, or interact with the Meshy API.
Laic-parsiism709/meshy-3d-agent · ★ 1 · AI & Automation · score 80
Install: claude install-skill Laic-parsiism709/meshy-3d-agent
# Meshy 3D — Generation + Printing Directly communicate with the Meshy AI API to generate and print 3D assets. Covers the complete lifecycle: API key setup, task creation, exponential backoff polling, downloading, multi-step pipelines, and 3D print preparation with slicer integration. --- ## SECURITY MANIFEST **Environment variables accessed:** - `MESHY_API_KEY` — API authentication token sent in HTTP `Authorization: Bearer` header only. Never logged, never written to any file except `.env` in the current working directory when explicitly requested by the user. **External network endpoints:** - `https://api.meshy.ai` — Meshy AI API (task creation, status polling, model/image downloads) **File system access:** - Read: `.env` in the current working directory only (API key lookup) - Write: `.env` in the current working directory only (API key storage, only on user request) - Write: `./meshy_output/` in the current working directory (downloaded model files, metadata) - Read: files explicitly provided by the user (e.g., local images passed for image-to-3D conversion), accessed only at the exact path the user specifies - No access to home directories, shell profiles, or any path outside the above **Data leaving this machine:** - API requests to `api.meshy.ai` include the `MESHY_API_KEY` in the Authorization header and user-provided text prompts or image URLs. No other local data is transmitted. Downloaded model files are saved locally only. --- ## IMPORTANT: First-Use Sess