> meshy-ai
meshy-ai skill from tippyentertainment/skills
curl "https://skillshub.wtf/tippyentertainment/skills/meshy-ai?format=md"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
Meshy.ai Skill
Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
Generate 3D models via Meshy.ai and save outputs for the current task.
Capabilities
- Create text-to-3D tasks from a prompt.
- Create image-to-3D tasks from an image URL.
- Poll async task status until
SUCCEEDEDorFAILED. - Download resulting 3D assets (OBJ/MTL) and preview images into a task-scoped folder.
Inputs
mode:"text-to-3d"|"image-to-3d".- For
text-to-3d:prompt(string, required).art_style(string, optional; e.g.,"realistic","cartoon","lowpoly").should_remesh(boolean, optional).
- For
image-to-3d:image_url(string, required; public URL or data URI).model_type(optional;"standard"|"lowpoly").should_texture,should_remesh(booleans, optional).
Outputs
- Meshy task id.
- Final task status.
- Local paths or URLs of downloaded OBJ/MTL and preview images.
> related_skills --same-repo
> omnissa-horizon-desktops
Manage, deploy, secure, and operate VMware Horizon desktop fleets (on‑premises or cloud-hosted) with domain-join, image pipelines, automation, and monitoring.
> meshy-godot-3d-suite
Suite skill for generating 3D-ready assets for Godot Engine 4.6 RC 1 using Meshy AI: characters, enemies, props, environment pieces, and simple VFX meshes, starting from text (and optionally reference images).
> meshy-godot-3d-asset-creator
Skill for generating 3D-ready assets for Godot Engine 4.6 RC 1 using Meshy AI: stylized low/mid-poly characters, props, and enemies, starting from text or reference images.
> hosted-multi-agent-orchestrator
Coordinate multiple AI agents (host + workers) that can chat and generate artifacts in parallel using /api/chat and /api/generate. The host agent stays present at all times, can jump in to steer or summarize, and makes endpoint choices per subtask. The experience is “podcast-like” (guided multi-voice collaboration), not an actual podcast.