Back to Directory
automation
Meshy AI
Use the Meshy.ai REST API to generate assets: (1) text-to-2d (Meshy Text to Image) and (2) image-to-3d, then download outputs locally. Use when the user wants Meshy generations, needs polling async tasks, and especially when they want the resulting OBJ saved to disk. Requires MESHY_API_KEY in the environment.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...API Key Required
This skill requires external API keys. Check the repository for .env setup instructions.
About this Skill
Initial release of the meshy-ai skill.
- Integrates Meshy.ai REST API for generating assets: text-to-2D images and image-to-3D models.
- Supports downloading results locally, always saving OBJ files for 3D outputs.
- CLI scripts provided for both generation modes with async polling and output management.
- Requires setting MESHY_API_KEY in the environment for authentication.