meshy-3d-generation

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

A workflow for generating 3D models and related assets through the Meshy AI service. It covers models, textures, images, character rigging, and animation, where rigging adds a movement skeleton to a character.

In plain words
What is it for?
Creating 3D assets from text or images, texturing models, rigging or animating characters, and saving each project with its files and metadata.
Why use it?
It puts the full generation process in one workflow, including setup, task progress, downloads, and multi-step processing.

Skill for Claude Code

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

Good fit Creating 3D assets from text or images, texturing models, rigging or animating characters, and saving each project with its files and metadata.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/laic-parsiism709/meshy-3d-agent/meshy-3d-generation
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-generation
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-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-generation/github.svg)](https://agentmods.dev/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-generation)
Your own site
<a href="https://agentmods.dev/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-generation"><img src="https://agentmods.dev/badge/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-generation/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-generation

Your own site · 80×15
<a href="https://agentmods.dev/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-generation"><img src="https://agentmods.dev/badge/skills/laic-parsiism709/meshy-3d-agent/meshy-3d-generation.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 6,559 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.06559
Opus 5 $0.00041 $0.03279
Sonnet 5 $0.00016 $0.01312
Haiku 4.5 $0.00008 $0.00656

Measured 12d ago against content hash 6766a4a5fb21, 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-generation 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

STATUS=$(curl -s -o /dev/null -w "%{http_code}" \
skills/meshy-3d-generation/SKILL.md · 615 lines

How it starts

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

Meshy 3D Generation

Directly communicate with the Meshy AI API to generate 3D assets. This skill handles the complete lifecycle: environment setup, API key detection, task creation, polling, downloading, and chaining multi-step pipelines.

For full endpoint reference (all parameters, response schemas, error codes), read reference.md.


IMPORTANT: First-Use Session Notice

When this skill is first activated in a session, inform the user:

All generated files will be saved to meshy_output/ in the current working directory. Each project gets its own folder ({YYYYMMDD_HHmmss}_{prompt}_{id}/) with model files, textures, thumbnails, and metadata. History is tracked in meshy_output/history.json.

This only needs to be said once per session, at the beginning.

IMPORTANT: File Organization

All downloaded files MUST go into a structured meshy_output/ directory in the current working directory. Do NOT scatter files randomly.

  • Each project gets its own folder: meshy_output/{YYYYMMDD_HHmmss}_{prompt_slug}_{task_id_prefix}/
  • For chained tasks (preview → refine → rig), reuse the same project_dir
  • Track tasks in metadata.json per project, and global history.json
  • Auto-download thumbnails alongside models

The Reusable Script Template below includes get_project_dir(), record_task(), and save_thumbnail() helpers.


IMPORTANT: Shell Command Rules

Use only standard POSIX tools in shell commands. Do NOT use rg (ripgrep), fd, or other non-standard CLI tools — they may not be installed. Use these standard alternatives instead:

Do NOT use Use instead
rg grep
fd find
bat cat
exa / eza ls

IMPORTANT: Run Long Tasks Properly

Meshy generation tasks take 1–5 minutes. When running Python scripts that poll for completion:

  • Write the entire create → poll → download flow as ONE Python script and execute it in a single Bash call. Do NOT split into multiple commands. This keeps the API key, task IDs, and session in one process context.
  • Use python3 -u script.py (unbuffered) so progress output is visible in real time.
  • Be patient with long-running scripts — do NOT interrupt or kill them prematurely. Tasks at 99% for 30–120s is normal finalization, not a failure.

Read the full file on GitHub · 615 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 · 615 lines · 82 tokens per session scan A 6766a4a5fb21

Subscribe to this mod's changes

meshy-3d-generation 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 6,559 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.