meshy-openclaw

Featured

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. For Claude Code or Cursor, use the meshy-3d-generation and meshy-3d-printing skills instead.

AI & Automation 79 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 90/100

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

Skill Content

# Meshy 3D — Generation + Printing Directly communicate with the Meshy AI API to generate and print 3D assets. Covers the complete lifecycle: API key setup, task creation, exponential backoff polling, downloading, multi-step pipelines, and 3D print preparation with slicer integration. --- ## SECURITY MANIFEST **Environment variables accessed:** - `MESHY_API_KEY` — API authentication token sent in HTTP `Authorization: Bearer` header only. Never logged, never written to any file except `.env` in the current working directory when explicitly requested by the user. **External network endpoints:** - `https://api.meshy.ai` — Meshy AI API (task creation, status polling, model/image downloads) **File system access:** - Read: `.env` / `.env.local` in the current working directory only (API key lookup) - Write: `.env` in the current working directory only (API key storage, only on user request) - Write: `./meshy_output/` in the current working directory (downloaded model files, metadata) - Read: files explicitly provided by the user (e.g., local images passed for image-to-3D conversion), accessed only at the exact path the user specifies - No access to home directories, shell profiles, or any path outside the above **Data leaving this machine:** - API requests to `api.meshy.ai` include the `MESHY_API_KEY` in the Authorization header and user-provided text prompts or image URLs. No other local data is transmitted. Downloaded model files are saved locally only. --- All paths bel...

Details

Author
meshy-dev
Repository
meshy-dev/meshy-3d-agent
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category