← 返回 Skills 市场
168
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meshy-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/meshy-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Cross-platform slicer support and OBJ post-processing for 3D printing (coordinate rotation, scaling, XY centering)
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Meshy Openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meshy-openclaw」即可一键安装,无需额外配置。
Meshy Openclaw 是免费的吗?
是的,Meshy Openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meshy Openclaw 支持哪些平台?
Meshy Openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meshy Openclaw?
由 Arlieeee(@arlieeee)开发并维护,当前版本 v0.1.1。
推荐 Skills