ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arlieeee/meshy-openclaw
Or

What This Skill Does

The meshy-3d-agent is a comprehensive OpenClaw skill designed to bridge your environment with the Meshy AI API. It streamlines the lifecycle of 3D asset creation, covering everything from initial text-to-3D generation to complex workflows like rigging, animating, and preparing models for 3D printing. The skill handles the heavy lifting, including authentication via your local .env file, secure task creation, exponential backoff polling, and automated download management. It ensures that all assets are organized into a clean, reproducible directory structure, allowing you to manage projects, textures, and metadata without cluttering your workspace.

Installation

To integrate this agent into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/arlieeee/meshy-openclaw Ensure you have a valid Meshy AI API key ready to place in your project’s .env file under the MESHY_API_KEY variable.

Use Cases

  • Rapid Prototyping: Generate 3D conceptual models from text prompts for quick visualization.
  • Asset Generation: Convert 2D artwork or reference images into textured 3D models ready for engines like Unity or Unreal.
  • Character Pipeline: Use advanced features to rig and animate characters, making them ready for game dev projects.
  • 3D Printing: Prepare meshes for fabrication, including automated slicer integration for optimized output files.

Example Prompts

  1. "Generate a low-poly stylized dragon figurine and save it as an STL file for 3D printing."
  2. "Take the image at ./references/warrior.png and convert it into a fully rigged 3D character model."
  3. "Texture the model currently in the active project folder with a metallic steampunk aesthetic."

Tips & Limitations

  • Patience is Key: Meshy generation tasks can take 1–5 minutes. The agent uses unbuffered Python scripts to display progress. If you see it stuck at 99%, it is likely in the finalization phase; do not interrupt the process.
  • File Management: All files are saved in meshy_output/ with unique identifiers. Do not manually move files while a task is running to avoid corruption of the metadata history.
  • Security: The agent only accesses your current working directory and the api.meshy.ai endpoint. It will never read system files or sensitive profile data outside your project scope.

Metadata

Author@arlieeee
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-arlieeee-meshy-openclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#3d-modeling#generative-ai#3d-printing#automation#meshy-ai
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution