meshy-3d-printing

meshy-3d-printing is a skill for Claude Code from Laic-parsiism709/meshy-3d-agent. It costs 82 tokens per session (2,437 once invoked), scanned A, original, MIT.

A workflow for preparing Meshy-generated 3D models for physical printing. A slicer is software that turns a 3D model into printer instructions.

In plain words
What is it for?
Use it for printability checks, OBJ downloads, multi-colour printing guidance, and opening models in tools such as Bambu, OrcaSlicer, Prusa, Cura, or Creality Print.
Why use it?
It helps check whether a model can be printed and move it into a compatible printing workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Good fit Use it for printability checks, OBJ downloads, multi-colour printing guidance, and opening models in tools such as Bambu, OrcaSlicer, Prusa, Cura, or Creality Print.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/laic-parsiism709/meshy-3d-agent/meshy-3d-printing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Laic-parsiism709/meshy-3d-agent --skill meshy-3d-printing
Clone the repo
git clone --depth 1 https://github.com/Laic-parsiism709/meshy-3d-agent

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meshy-3d-printing

README.md
[![agentmods](https://agentmods.dev/badge/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-printing/github.svg)](https://agentmods.dev/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-printing)
Your own site
<a href="https://agentmods.dev/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-printing"><img src="https://agentmods.dev/badge/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-printing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meshy-3d-printing

Your own site · 80×15
<a href="https://agentmods.dev/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-printing"><img src="https://agentmods.dev/badge/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-printing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,437 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.02437
Opus 5 $0.00041 $0.01218
Sonnet 5 $0.00016 $0.00487
Haiku 4.5 $0.00008 $0.00244

Measured 12d ago against content hash 8a82dacf983c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

meshy-3d-printing scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

- **macOS**: `subprocess.run(["open", "-a", "<AppName>", obj_path])`
skills/meshy-3d-printing/SKILL.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meshy 3D Printing

Prepare and send Meshy-generated 3D models to a slicer for 3D printing. This skill covers the full print pipeline: generating print-ready models, checking printability, downloading in slicer-compatible OBJ format, and opening in the user's preferred slicer software.

Prerequisite: This skill works alongside meshy-3d-generation. The generation skill provides the reusable script template (create_task, poll_task, download, get_project_dir, etc.) and environment setup. If the model has not been generated yet, use meshy-3d-generation first.


Intent Detection

Proactively suggest 3D printing when these keywords appear in the user's request:

  • Direct: print, 3d print, slicer, slice, bambu, orca, prusa, cura
  • Implied: figurine, miniature, statue, physical model, desk toy, phone stand

When detected, guide the user through the appropriate print pipeline below.


Text-to-3D Print Pipeline

Step Action Credits Notes
1. Preview Text to 3D (mode: "preview") 20 Untextured mesh (white model)
2. Printability Check Review checklist below 0 Manual review
3. Download OBJ Download model as OBJ 0 Slicer-compatible format
4. Open in Slicer Direct launch or manual import 0 See script below
5. (Optional) Multi-color Refine + color guidance 10 See multi-color section

Image-to-3D Print Pipeline

Step Action Credits Notes
1. Generate Image to 3D with should_texture: False 20 Untextured mesh
2. Printability Check Review checklist below 0 Manual review
3. Download OBJ Download model as OBJ 0 Slicer-compatible format
4. Open in Slicer Direct launch or manual import 0 See script below
5. (Optional) Multi-color Retexture + color guidance 10 See multi-color section

Append this to the reusable script template from meshy-3d-generation:

Read the full file on GitHub · 207 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 207 lines · 82 tokens per session scan A 8a82dacf983c

Subscribe to this mod's changes

meshy-3d-printing is a skill published in the GitHub repository Laic-parsiism709/meshy-3d-agent (3 stars, last pushed 2d ago), licensed MIT. It adds 82 tokens to every session and 2,437 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.