Image & Video GenerationDocumentedScanned
meshy-ai
Use the Meshy.ai REST API to generate assets: (1) text-to-2d (Meshy Text to Image)
Share:
Installation
npx clawhub@latest install clawdbot-meshyai-skillView the full skill documentation and source below.
Documentation
Meshy.ai
Generate Meshy assets via API and save outputs locally.
Setup
- Add env var:
MESHY_API_KEY=msy-... - Optional:
MESHY_BASE_URL(defaults to) ## Text → 2D (Text to Image) Usescripts/text_to_image.py. __CODE_BLOCK_0__ - Downloads one or more images (if multi-view) into./meshy-out/text-to-image__/. ## Image → 3D (always save OBJ) Usescripts/image_to_3d_obj.py. ### Local image __CODE_BLOCK_1__ ### Public URL __CODE_BLOCK_2__ - Always downloadsmodel.obj(andmodel.mtlif provided by Meshy) into./meshy-out/image-to-3d__/. ## Notes - Meshy tasks are async: create → poll untilstatus=SUCCEEDED→ download URLs. - API reference for this skill:references/api-notes.md`.