meshy-3d-generation

Featured

Generate 3D models, textures, images, rig characters, and animate them using the Meshy AI API. Handles API key detection, setup, and all generation workflows via direct HTTP calls. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, or interact with the Meshy API. For 3D printing requests, use the meshy-3d-printing skill instead.

AI & Automation 79 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
63
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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](reference.md) | Full API reference: every parameter, response schema, error code | | [references/setup.md](references/setup.md) | API key setup — read when Step 0 finds no key | | [references/pipelines.md](references/pipelines.md) | Per-endpoint recipes: exact payloads + script calls for each workflow | | [references/troubleshooting.md](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](references/setup.md)). - **Key sources read** — the current session environment, then `...

Details

Author
meshy-dev
Repository
meshy-dev/meshy-3d-agent
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category