meshy

Solid

Generate 3D models from text or images via 5 providers: Meshy (text-to-3D, texturing, batch), fal.ai Hunyuan3D Pro ($0.225, PBR), WaveSpeedAI Rapid ($0.0225, bulk), Trellis 2 (poly control), and Local Depth (free offline ONNX depth maps + mesh). Includes GLB viewer. Triggers on 3D model, image to 3D, GLB, depth map, text to 3D, texturing, 3D asset, Meshy, Hunyuan.

AI & Automation 41 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

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

Skill Content

# 3D Model Generation (Multi-Provider) Generate 3D models from text prompts, images, or apply textures to existing models. Four providers with different cost/quality tradeoffs. ## Provider Selection | Provider | Script | Cost | Speed | Best for | |----------|--------|------|-------|----------| | **Meshy** (default) | `meshy_text_to_3d.py`, `meshy_image_to_3d.py` | 5-20 credits | 2-7 min | Text-to-3D, texturing, low-poly game assets, batch | | **fal.ai Hunyuan3D** | `fal_hunyuan3d.py` | $0.225 | ~2 min | High-fidelity image-to-3D with PBR, text-to-3D | | **WaveSpeedAI Rapid** | `wavespeed_rapid.py` | $0.0225 | ~1 min | Bulk iteration, concept validation (16x cheaper) | | **Trellis 2** | `trellis2.py` | 15-55 credits | 30s-4 min | Precise poly count control, geometry-only fast runs | | **Local Depth** | `depth_local.py` | Free | ~5s | Offline depth maps, local mesh gen, preprocessing | **Decision guide:** - Quick concept check → WaveSpeedAI ($0.02, fastest) - Production image-to-3D → fal.ai Hunyuan3D (best PBR quality) - Text-to-3D → Meshy (only provider with text prompt support + refine pipeline) - Specific poly budget → Trellis 2 (`--decimation 5000` for low-poly) - Batch generation → Meshy (`meshy_batch.py` with manifest) - Free offline depth/mesh → Local Depth (zero API cost, ONNX on-device) - Depth map as preprocessing → Local Depth + any cloud provider for texturing ## Prerequisites ```bash # API key in environment (already in ~/.config/env/secrets.env) export MESHY...

Details

Author
tdimino
Repository
tdimino/claude-code-minoan
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

meshy-3d-agent

Generate 3D models, textures, images, rig characters, animate them, and prepare for 3D printing using the Meshy AI API. Handles API key detection, task creation, polling, downloading, and full 3D print pipeline with slicer integration. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, 3D print a model, or interact with the Meshy API.

3 Updated yesterday
Laic-parsiism709
Web & Frontend Listed

threejs-3d-generator-meshy

Generate, texture, retexture, remesh, rig, animate, and download 3D assets for Three.js games using the Meshy API. Use for text-to-3D, image-to-3D, multi-view image-to-3D, game-ready GLB/FBX assets, characters, creatures, props, weapons, buildings, humanoid auto-rigging, a 678-clip mocap animation library, text-to-motion custom clips, retexturing, retopology/decimation, and browser asset pipelines. Ships a three.js clip viewer for verifying rigs and animations in a real browser. Use instead of threejs-3d-generator (Tripo) when the user asks for Meshy, when a humanoid character needs many animation clips, or when Tripo credits are exhausted. Pair with threejs-image-generator for concepts and reference images before image-to-3D.

0 Updated 1 weeks ago
corevider
AI & Automation Solid

meshy-3d-generation

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.

3 Updated yesterday
Laic-parsiism709