← Back to Skills Marketplace
OpenClaw 3D Printing Skill
by
Antonio Silveira
· GitHub ↗
· v1.0.1
· MIT-0
86
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-3d-printing-skill
Description
Create parametric 3D-printable parts and enclosures with CadQuery, export STL or 3MF files, render review previews, and iterate on fit, tolerances, and print...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-3d-printing-skill - After installation, invoke the skill by name or use
/openclaw-3d-printing-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Improve listing copy, add ClawHub install guidance, and polish discovery.
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.
How do I install OpenClaw 3D Printing Skill?
Run "/install openclaw-3d-printing-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw 3D Printing Skill free?
Yes, OpenClaw 3D Printing Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw 3D Printing Skill support?
OpenClaw 3D Printing Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw 3D Printing Skill?
It is built and maintained by Antonio Silveira (@antoniosilveira); the current version is v1.0.1.
More Skills