meshy-3d-generation

meshy-3d-generation is a skill for Claude Code from meshy-dev/meshy-3d-agent. It costs 101 tokens per session (4,972 once invoked), scanned A, original, MIT.

A skill that uses the Meshy AI service to create and process 3D assets from text or images. It supports model generation, texturing, character rigging, and animation through the service’s API.

In plain words
What is it for?
It is for creating 3D models, converting images or descriptions into models, applying textures, rigging characters, animating them, and downloading the results.
Why use it?
It handles the setup, task creation, progress checks, downloads, and multi-step sequencing that would otherwise need to be managed manually.

Skill for Claude Code

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

Part of the meshy-3d-agent plugin — 3 skills shipped together

not rated 89repo +3 1mo ago A scan Socket: passSnyk: failSkillSpector: warn 101 tokens original MIT

Good fit It is for creating 3D models, converting images or descriptions into models, applying textures, rigging characters, animating them, and downloading the results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/meshy-dev/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 meshy-dev/meshy-3d-agent --skill meshy-3d-generation
Clone the repo
git clone --depth 1 https://github.com/meshy-dev/meshy-3d-agent

Made for: Claude Code.

Or install meshy-3d-agent, the plugin that ships this one along with the rest of its 3 skills.

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/meshy-dev/meshy-3d-agent/meshy-3d-generation/github.svg)](https://agentmods.dev/skills/meshy-dev/meshy-3d-agent/meshy-3d-generation)
Your own site
<a href="https://agentmods.dev/skills/meshy-dev/meshy-3d-agent/meshy-3d-generation"><img src="https://agentmods.dev/badge/skills/meshy-dev/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/meshy-dev/meshy-3d-agent/meshy-3d-generation"><img src="https://agentmods.dev/badge/skills/meshy-dev/meshy-3d-agent/meshy-3d-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,972 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 9 May 2026
  • Snyk fail 9 May 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 169
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 272
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
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.00101 $0.04972
Opus 5 $0.00051 $0.02486
Sonnet 5 $0.00020 $0.00994
Haiku 4.5 $0.00010 $0.00497

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

Security

Grade A, and why

meshy-3d-generation scanned grade A with 0 findings 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/meshy_task.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/meshy-3d-generation/SKILL.md · 289 lines

How it starts

The opening of the file, as written. The whole thing — 289 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.

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 API call and file operation (Step 2)
reference.md Full API reference: every parameter, response schema, error code
references/setup.md API key setup — read when Step 0 finds no key
references/pipelines.md Per-endpoint recipes: exact payloads + script calls for each workflow
references/troubleshooting.md Error recovery trees and task failure messages

Security & Data Handling

  • API key (MESHY_API_KEY) — sent only in the HTTP Authorization: Bearer header to https://api.meshy.ai. Never logged in full (only a key[:8]... prefix is ever printed). The bundled script never persists it; it is written to .env in the current working directory only when the user explicitly asks, and never to shell profiles, Windows user variables, or any path outside the working directory (see references/setup.md).
  • Key sources read — the current session environment, then .env / .env.local in the current working directory. Home directories and shell profiles are never scanned.
  • Network — the only external endpoint is https://api.meshy.ai. System proxies are bypassed (trust_env = False) so the key is never handed to an environment-configured proxy.
  • Filesystem writes.env in the working directory (on explicit request only) and ./meshy_output/ for downloaded models, thumbnails, and metadata. Input files (e.g. local images for image-to-3D) are read only at the exact path the user provides.
  • Data leaving the machine — the API key, user-provided text prompts, and image URLs/data go to api.meshy.ai only. No other local data is transmitted; downloaded assets are saved locally.

Read the full file on GitHub · 289 lines

Files

What ships with it

5 files 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. 9d ago First seen · 289 lines · 101 tokens per session scan A 7f84ccda9437

Subscribe to this mod's changes

meshy-3d-generation is a skill published in the GitHub repository meshy-dev/meshy-3d-agent (89 stars, last pushed 1mo ago), licensed MIT. It adds 101 tokens to every session and 4,972 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

video-shotcraft

Create cinematic product videos from shot recipe cards, a validated template, and code/audio assets (Remotion + real page screenshots + 2.5D camera moves + beat-synced cuts + sound design). Use when the user asks to turn a frontend project or webpage into a product video, says "use video-shotcraft to make a…

Vincentwei1021/video-shotcraft · 204 tokens

3d_scene

Choose how to build a 3dscene asset. Do not default to one pipeline for every task: what the user specified about the scene's appearance matters more than the scene type, and generative reconstruction is the least stable route here.

OpenDCAI/GameFactory-3A · 0 tokens

image

Use this Skill when a game plan needs a single-subject concept image, a character reference cleaned for image-to-3D, or a front-facing transparent T-pose image for downstream character reconstruction. T-pose generation is an image-generation and image-editing task; it is not a separate asset category.

OpenDCAI/GameFactory-3A · 0 tokens

audio

Use this Skill when a game plan requires dialogue, voice lines, sound effects, foley, ambience, or other offline WAV assets. This is asset generation, not a runtime audio-playback contract; use the selected engine context after an asset has passed review.

OpenDCAI/GameFactory-3A · 0 tokens

game-cg-director

Convert game CG intent and optional media references into validated, model-specific directing envelopes for opening, cutscene, ultimate, or promo clips. Use for standalone CG prompt direction or as a child capability of a game-generation Harness. Supports T2VA/text-only, I2VA/first-frame image…

OpenDCAI/GameFactory-3A · 95 tokens

component-family-consistency

Buttons, inputs, pills, badges, calendars, and other interactive components form a visual family — they share the same border-radius, colour logic, shadow scale, border style, and spacing rhythm. Inconsistency between them breaks the sense of a coherent product. Use when building or reviewing a component library…

dembrandt/dembrandt-skills · 76 tokens