← 返回 Skills 市场
antoniosilveira

OpenClaw 3D Printing Skill

作者 Antonio Silveira · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
86
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-3d-printing-skill
功能描述
Create parametric 3D-printable parts and enclosures with CadQuery, export STL or 3MF files, render review previews, and iterate on fit, tolerances, and print...
安全使用建议
This skill appears to be what it says: a CadQuery-based parametric modeling helper with preview and conversion scripts. Before installing, 1) run it in an isolated Python virtual environment (venv or conda/micromamba) as recommended; 2) verify CadQuery imports work in that environment; 3) inspect any model.py scripts you (or the agent) plan to run — run_cadquery_model.py will execute those scripts with the Python interpreter, so a malicious or unreviewed model script could perform filesystem or network actions; 4) avoid running model scripts from untrusted sources and consider sandboxing if you must; and 5) review and pin dependencies (requirements.txt) before installing to reduce supply-chain risk.
功能分析
Type: OpenClaw Skill Name: openclaw-3d-printing-skill Version: 1.0.1 The skill bundle is a legitimate tool for parametric 3D design using CadQuery. It provides a structured workflow for an AI agent to generate, validate, and preview 3D models (STL/3MF). While the core functionality involves executing Python scripts via `scripts/run_cadquery_model.py`, this is the intended purpose of a CAD modeling skill and is implemented with standard subprocess handling and timeouts. No evidence of data exfiltration, persistence, or malicious prompt injection was found; the instructions in `SKILL.md` and the helper scripts in the `scripts/` directory are strictly focused on 3D modeling and printability validation.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the files and helper scripts present: CadQuery-based modeling, STL/3MF export, preview rendering, and a model-runner. The Python dependencies and example briefs are appropriate for a 3D-printing modeling skill.
Instruction Scope
SKILL.md stays on-topic and tells the agent to use the bundled scripts for model execution, preview, and conversion. The run_cadquery_model.py script launches the model script with the Python interpreter (subprocess.run), which is expected for executing user-supplied CadQuery scripts but means the skill will run arbitrary Python code present in the model script. This is appropriate for the stated purpose but is a powerful capability the user should treat like running arbitrary scripts.
Install Mechanism
No install spec included (instruction-only skill) and README gives reasonable manual setup guidance. Dependencies are heavy (CadQuery, pyrender, trimesh) but necessary for the advertised features; there are no opaque downloads or extract-from-URL steps in the repo files.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The declared requirements (Python/CadQuery + preview libs) align with the skill's functions.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges or modify other skills. Autonomous invocation is allowed (platform default) and is reasonable for this helper; nothing in the repo attempts to persist beyond its own files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-3d-printing-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-3d-printing-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Improve listing copy, add ClawHub install guidance, and polish discovery.
v1.0.0
Initial public release
元数据
Slug openclaw-3d-printing-skill
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

OpenClaw 3D Printing Skill 是什么?

Create parametric 3D-printable parts and enclosures with CadQuery, export STL or 3MF files, render review previews, and iterate on fit, tolerances, and print... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 OpenClaw 3D Printing Skill?

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

OpenClaw 3D Printing Skill 是免费的吗?

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

OpenClaw 3D Printing Skill 支持哪些平台?

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

谁开发了 OpenClaw 3D Printing Skill?

由 Antonio Silveira(@antoniosilveira)开发并维护,当前版本 v1.0.1。

💬 留言讨论