← 返回 Skills 市场
arlieeee

Meshy 3D Agent

作者 Arlieeee · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
187
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install meshy-3d-agent
功能描述
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 is internally consistent: it only needs an API key for Meshy, Python + requests, and curl to call the Meshy REST API and save outputs locally. Before installing: (1) confirm what the platform's 'uv' installer will run (ensure it is just installing the requests package), (2) be cautious about persisting MESHY_API_KEY to a .env file — only do so if you understand the project-level secret storage risk and add .env to .gitignore, and (3) verify you trust https://api.meshy.ai because any requests to that endpoint will include your API key. If you prefer not to persist the key, keep it set only in the session environment. If you want more assurance, request the exact install steps that will run for the 'uv' installer and proof that no other network endpoints are contacted.
功能分析
Type: OpenClaw Skill Name: meshy-3d-agent Version: 0.1.1 The meshy-3d-agent bundle provides a legitimate and well-documented integration with the Meshy AI API for 3D model generation, rigging, and printing. It includes structured Python templates for handling asynchronous API tasks, local file organization in a dedicated output folder, and geometric transformations for 3D printing (SKILL.md). The bundle demonstrates security-conscious design by explicitly instructing the agent to limit environment variable and file system access to the current working directory and ensuring sensitive files like .env are added to .gitignore. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description (3D generation, text/image→3D, rigging, printing) align with the declared requirements: python3 + curl, a single service API key (MESHY_API_KEY), and the requests library. No unrelated cloud creds, system config paths, or unusual binaries are requested.
Instruction Scope
SKILL.md explicitly limits environment/file access to the current session env and a .env in the current working directory, plus files the user explicitly provides. It documents network endpoints (api.meshy.ai) and describes create→poll→download flows. The only scope caveat is that persisting the API key to .env (allowed only when the user requests it) will store secrets on disk — the skill documents this and recommends adding .env to .gitignore.
Install Mechanism
Install spec lists a single dependency (requests). This is proportionate. The installer kind is shown as 'uv' which is uncommon/ambiguous in the metadata — likely intended to ensure requests is available (pip install requests), but you should confirm what the platform's 'uv' install step will actually execute before allowing installation.
Credentials
Only one credential (MESHY_API_KEY) is required and declared as the primary credential. The SKILL.md explains how the key is used (Authorization header) and restricts where it will be read/written (current working directory .env only). This is proportionate to the skill's purpose. Note: writing the key to .env is optional but would persist the secret on disk — follow the guidance to add .env to .gitignore if you persist it.
Persistence & Privilege
Skill is not always-enabled and uses normal autonomous-invocation defaults. It does not request system-wide config changes, other skills' configs, or access to system-protected paths. It will create a meshy_output/ directory in the current working directory to store outputs, which is reasonable for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meshy-3d-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meshy-3d-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Expand 3D printing slicer integration - Add model post-processing for 3D printing - Support any user-specified slicer software (Bambu Studio, OrcaSlicer, Creality Print, PrusaSlicer, Cura, etc.)
v0.1.0
Meshy 3D Agent initial release — generate, refine, rig, animate, and prepare 3D models for printing using the Meshy AI API. - Supports full 3D asset pipeline: model generation, texturing, rigging, animation, and Bambu Studio 3D print prep. - Handles API key detection/setup, including secure storage and verification. - Enforces organized file structure in `meshy_output/` directory; maintains per-project and global history. - Provides detailed session notices and upfront credit usage summaries before actions. - Compatible with Python 3, OpenClaw, and standard POSIX shell tools. - Secure API usage: environment variable and `.env` detection only in current directory; never leaks credentials.
元数据
Slug meshy-3d-agent
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Meshy 3D Agent 是什么?

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 插件,目前累计下载 187 次。

如何安装 Meshy 3D Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meshy-3d-agent」即可一键安装,无需额外配置。

Meshy 3D Agent 是免费的吗?

是的,Meshy 3D Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Meshy 3D Agent 支持哪些平台?

Meshy 3D Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meshy 3D Agent?

由 Arlieeee(@arlieeee)开发并维护,当前版本 v0.1.1。

💬 留言讨论