meshy-3d-printing

Installation
SKILL.md

Meshy 3D Printing

Prepare and send Meshy-generated 3D models to a slicer for 3D printing. Supports white model (single-color) and multicolor printing workflows with automatic slicer detection.

Prerequisite: This skill bundles the same scripts/meshy_task.py CLI as meshy-3d-generation and shares its environment setup (API key detection, .env, Python requests). However, when the user wants to 3D print, this skill controls the entire workflow — including generation, format selection, downloading, and slicer integration. Do NOT run meshy-3d-generation's workflow first and then hand off here — this skill must control parameters from the start (e.g. target_formats with "3mf" for multicolor).

All paths below are relative to this skill's own directory (the directory containing this SKILL.md). Resolve them before running.

Resource When to use
scripts/meshy_task.py Bundled CLI for every Meshy API call (create / poll / download / record / …)
scripts/slicers.py Detect installed slicers; open a model file in a slicer
scripts/fix_obj.py Fix OBJ coordinate system, scale, and origin for slicers (white model pipeline)
reference.md Full API reference (incl. print/analyze, print/repair, multi-color, Creative Lab)
references/printing.md Full pipeline walkthroughs: slicer detection, analyze/repair, white model, multicolor, Creative Lab

Environment check (same as the generation skill): python3 scripts/meshy_task.py check-env. If no key is found, follow the generation skill's references/setup.md (in the sibling meshy-3d-generation skill directory).


Installs
932
GitHub Stars
79
First Seen
Mar 17, 2026
meshy-3d-printing — meshy-dev/meshy-3d-agent