← Back to Skills Marketplace
168
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meshy-openclaw
Description
Generate 3D models, textures, images, rig characters, animate them, and prepare for 3D printing using the Meshy AI API. Handles API key detection, task creat...
Usage Guidance
This skill appears to do what it says and only needs your Meshy API key and Python's requests package. Before installing: 1) Prefer providing the API key for the current session instead of persisting it to .env unless you understand the risk. 2) If you persist the key, add .env to .gitignore to avoid accidental commits. 3) Be aware the skill prints the first ~8 characters of your key to stdout — these partial values can appear in logs or transcripts, so avoid sharing those logs. 4) Only install if you trust the Meshy API endpoint and are comfortable granting one API key to the skill.
Capability Analysis
Type: OpenClaw Skill
Name: meshy-openclaw
Version: 0.1.1
The skill bundle provides a comprehensive interface for the Meshy AI 3D generation service. It includes well-structured instructions for an AI agent to handle API authentication, task polling, and file management within a dedicated 'meshy_output' directory. The code and instructions (SKILL.md, reference.md) demonstrate good security practices, such as explicitly restricting file access to the current working directory, automatically updating .gitignore to prevent credential leaks, and providing a clear security manifest. High-risk operations like subprocess execution for 3D slicer integration and network requests to api.meshy.ai are strictly aligned with the stated purpose of 3D model generation and printing.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: it connects to https://api.meshy.ai, creates/polls tasks, downloads model assets, and prepares local output. Requested binaries (python3, curl), the single env var (MESHY_API_KEY), and the lightweight requests dependency are appropriate for a Meshy API integration.
Instruction Scope
SKILL.md stays within the declared scope (interacts only with api.meshy.ai, current working directory .env, and user-specified input files). However, the provided detection script echoes the first 8 characters of MESHY_API_KEY to stdout (e.g., ENV_VAR: FOUND (msy_12345678...)), which contradicts the 'Never logged' claim and could expose part of the key in logs/agent transcripts. The skill also instructs saving the full key to .env when the user requests persistence (explicit user action).
Install Mechanism
Install spec only requests the 'requests' Python package (via a 'uv' entry). This is a minimal, expected dependency for making HTTP calls. No remote archives or arbitrary downloads are requested.
Credentials
Only MESHY_API_KEY is required and declared as the primary credential, which is proportional. The minor concern is the partial-key echo to stdout and the optional persistence to a local .env file; both are explained in the manifest but could expose secrets if logs or the .env file are not handled carefully.
Persistence & Privilege
The skill does not request always:true, does not require system-level changes, and confines file writes to the current working directory (meshy_output/ and an optional .env) per its manifest. No modifications to other skills or system configs are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meshy-openclaw - After installation, invoke the skill by name or use
/meshy-openclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Cross-platform slicer support and OBJ post-processing for 3D printing (coordinate rotation, scaling, XY centering)
Metadata
Frequently Asked Questions
What is Meshy Openclaw?
Generate 3D models, textures, images, rig characters, animate them, and prepare for 3D printing using the Meshy AI API. Handles API key detection, task creat... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Meshy Openclaw?
Run "/install meshy-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meshy Openclaw free?
Yes, Meshy Openclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Meshy Openclaw support?
Meshy Openclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meshy Openclaw?
It is built and maintained by Arlieeee (@arlieeee); the current version is v0.1.1.
More Skills