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-skill

View 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) Use scripts/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) Use scripts/image_to_3d_obj.py. ### Local image __CODE_BLOCK_1__ ### Public URL __CODE_BLOCK_2__ - Always downloads model.obj (and model.mtl if provided by Meshy) into ./meshy-out/image-to-3d__/. ## Notes - Meshy tasks are async: create → poll until status=SUCCEEDED → download URLs. - API reference for this skill: references/api-notes.md`.