This repository acts as a global CLI wrapper, an MCP server, and an Agent Skill for converting 2D images to 3D meshes using Hunyuan3D-2.1.
- Local:
http://localhost:23555/I23D/(when running backend locally) - Remote:
https://mc.agaii.org/I23D/(when using remote GPU server)
Install this skill directly into your agent's ecosystem:
npx skills add CatfishW/i23dagentskillTo use this from any terminal:
npm install -g git+https://github.com/CatfishW/i23dagentskill.git
# Then run:
i23dagentskill my-image.png -o output.glbnpx -y github:CatfishW/i23dagentskill run mcpI23D_API_URL- Override the default API endpoint (default:http://localhost:23555/I23D)
The backend exposes the following endpoints:
POST /I23D/api/send- Start async generationGET /I23D/api/status/{uid}- Check generation statusGET /I23D/api/health- Health check