meshy-3d

Automate the Meshy.ai 3D pipeline from listing models to exporting GLB files.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/dschonholtz/MultiMagicDungeonWeb --skill meshy-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meshy-3d
Source: https://github.com/dschonholtz/MultiMagicDungeonWeb/tree/main/.claude/skills/meshy-3d
Command: npx skills add https://github.com/dschonholtz/MultiMagicDungeonWeb --skill meshy-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the end-to-end Meshy.ai 3D model pipeline, enabling users to list existing models, generate previews, refine textures, auto-rig, animate, and download GLB files, while enforcing a pre-check to reuse existing results.

Core Features & Use Cases

  • List existing models to reuse completed tasks and avoid duplications.
  • Generate text-to-3D previews, refine textures, and apply auto-rig for humanoid/quadruped characters.
  • Animate and export GLB files for use in games and AR/VR apps.
  • Use case: a developer wants a ready-to-import character asset: run the pipeline with a prompt, then download the GLB.

Quick Start

Prompt Meshy-3D to start the pipeline after confirming existing models and then download the GLB.

Frequently Asked Questions about meshy-3d

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a 3D model pipeline from text prompt to GLB file?

You can automate a 3D model pipeline by using node-based scripts to generate text-to-3D previews, refine textures, auto-rig characters, apply animations, and export the final GLB file. This pipeline polls task status and enforces pre-checks to reuse existing models.

Can I reuse existing 3D models to avoid duplicating generation tasks?

Yes, you can reuse existing 3D models by listing previously generated assets before running new tasks. The pipeline performs a pre-check to identify completed models, preventing duplicate generation and saving processing time.

How do I auto-rig and animate humanoid characters for game assets?

To auto-rig and animate humanoid characters, you run a dedicated script that applies auto-rigging to text-to-3D models. This process supports both humanoid and quadruped characters, preparing them for animation export as GLB files.

Does this 3D pipeline require manual polling of the Meshy API task status?

No, manual polling of the Meshy API task status is not required. The automation scripts handle task status polling internally, monitoring the generation, rigging, and animation processes until completion before proceeding to download.

What are the limitations of automating 3D model generation with Meshy?

Limitations include dependency on the Meshy API for task execution and potential waiting times during automated polling for generation, rigging, and animation tasks. Users must also ensure their prompts align with supported humanoid or quadruped character formats for successful auto-rigging.