meshy-3d-agent
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arlieeee/meshy-3d-agentWhat This Skill Does
The meshy-3d-agent is a comprehensive tool designed to integrate the powerful Meshy AI API directly into your OpenClaw workflow. It automates the entire lifecycle of 3D asset creation, ranging from text-to-3D and image-to-3D generation to complex tasks like rigging, animating, and texturing. The agent manages the technical heavy lifting by handling API authentication via your .env file, executing polling loops with exponential backoff to monitor generation progress, and automatically organizing all resulting assets—including high-fidelity models, textures, and thumbnails—into a clean, localized file structure. Beyond mere generation, the skill includes utilities to prepare models for additive manufacturing, integrating seamlessly with common 3D printing pipelines to ensure your digital creations are ready for the physical world.
Installation
To integrate this skill into your environment, run the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/arlieeee/meshy-3d-agent
Use Cases
- Rapid Prototyping: Generate quick 3D base meshes from simple text prompts for game design or environmental concept art.
- Asset Digitization: Convert 2D conceptual drawings or reference images into fully textured 3D models.
- Character Pipeline: Utilize the rigging and animation features to bring static character models to life.
- Additive Manufacturing: Streamline the 3D printing process by generating printable files directly from AI-modeled assets.
Example Prompts
- "Generate a low-poly stylized dragon from this image: ./references/dragon.png, and then rig it for animation."
- "Create a detailed 3D model of a futuristic coffee mug based on my description and prepare it for 3D printing."
- "Texture this 3D model with a worn metallic finish and save the output to the meshy_output folder."
Tips & Limitations
- Organization: Always check your
meshy_output/directory after a task finishes; the agent creates unique timestamped folders for every project to prevent file overwriting. - Patience: Generation tasks typically take between 1 to 5 minutes. If a task reaches 99%, it is likely in the finalization phase; avoid interrupting the process to ensure file integrity.
- API Keys: Ensure your
MESHY_API_KEYis saved in a local.envfile to enable seamless execution across multiple sessions without re-authentication.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arlieeee-meshy-3d-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution