target: https://meshy.ai
name: meshy-ai
description: >
Use the Meshy.ai REST API to generate 3D assets from text or images and download the resulting OBJ/MTL and preview renders. Supports: (1) text-to-3D and (2) image-to-3D. Handles async task polling. Requires MESHY_API_KEY in the environment.
tags:
- 3d
- assets
- meshy
- text-to-3d
- image-to-3d
requires_credentials:
- MESHY_API_KEY
Local paths or URLs of downloaded OBJ/MTL and preview images.
1---2name: meshy-ai-23description: ---4---56---7target: https://meshy.ai8name: meshy-ai9description: >10 Use the Meshy.ai REST API to generate 3D assets from text or images and download the resulting OBJ/MTL and preview renders. Supports: (1) text-to-3D and (2) image-to-3D. Handles async task polling. Requires MESHY_API_KEY in the environment.11tags:12 - 3d13 - assets14 - meshy15 - text-to-3d16 - image-to-3d17requires_credentials:18 - MESHY_API_KEY19---20---2122# Meshy.ai Skill2324---2526# Provided by TippyEntertainment27# https://github.com/tippyentertainment/skills.git28Generate 3D models via Meshy.ai and save outputs for the current task.2930## Capabilities3132- Create **text-to-3D** tasks from a prompt.33- Create **image-to-3D** tasks from an image URL.34- Poll async task status until `SUCCEEDED` or `FAILED`.35- Download resulting 3D assets (OBJ/MTL) and preview images into a task-scoped folder.3637## Inputs3839- `mode`: `"text-to-3d"` | `"image-to-3d"`.40- For `text-to-3d`:41 - `prompt` (string, required).42 - `art_style` (string, optional; e.g., `"realistic"`, `"cartoon"`, `"lowpoly"`).43 - `should_remesh` (boolean, optional).44- For `image-to-3d`:45 - `image_url` (string, required; public URL or data URI).46 - `model_type` (optional; `"standard"` | `"lowpoly"`).47 - `should_texture`, `should_remesh` (booleans, optional).4849## Outputs5051- Meshy task id.52- Final task status.53- Local paths or URLs of downloaded OBJ/MTL and preview images.
Run npx skillmds@latest add tippyentertainment/meshy-ai-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tippyentertainment (@tippyentertainment) published this skill. Their other Agent Skills are listed on their SkillMD profile.