Openclaw Skills converts dimensioned images into confirmation-ready SVG blueprints and accurate STL models for fabrication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install image-to-3d-model
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install image-to-3d-model using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for the Image to 3D Part STL Builder helps an AI coding agent transform user-provided images, sketches, or parts with dimensions into high-precision 2D SVG layouts and 3D STL print-ready models.
It is designed for iterative engineering workflows: first extract geometry from the image, then generate a dimensioned SVG for user confirmation, and only after approval rewrite the generation logic in generate.py to produce the final STL. Openclaw Skills makes this process reliable for 3D printing, plotting, and light machining by combining visual interpretation, mathematical contour reconstruction, and controlled model generation.
src/generate.py template and rewrite the contour logic inside generate_3d_model.requirements.txt.python -m venv venv
./venv/Scripts/pip install -r <path_to_skill>/requirements.txt
./venv/Scripts/python <path_to_skill>/src/generate.py --output part.stl --thickness 2.0
Openclaw Skills for this builder organizes its files into a compact template-driven workflow:
| Path | Purpose | Notes |
|---|---|---|
requirements.txt |
Python dependencies for geometry and mesh generation | Includes numpy, trimesh, shapely, and mapbox_earcut |
src/generate.py |
STL generation template | The agent rewrites the contour generation logic based on confirmed image analysis |
SKILL.md |
Workflow and usage instructions | Defines the trigger conditions, confirmation loop, and regeneration steps |
output.svg: Confirmation-stage 2D vector blueprint with red dimension annotations.part.stl: Final 3D printable mesh output.src/generate.py for direct secondary development.Loading
Openclaw Skills for finding, verifying, downloading, and extracting official China CDC health reports with strict source and workflow controls.

Openclaw Skills for researching and writing a scholarly Simplified Chinese analysis of Ode to the Goddess of Luo River, with citations and annotations.

Openclaw Skills for generating a long-form, citation-backed Simplified Chinese research article on the identity of Zhiyanzhai in Dream of the Red Chamber.

Openclaw Skills for vessel cargo matching finds domestic or international cargo boards by current port, destination port, and ship capacity.

READ() transforms reading materials into structured insight and action, turning content into reasons, questions, evidence, next steps, and review points.

PRACTICE() is an Openclaw Skills workflow that converts ideas, articles, or methods into minimal, verifiable, low-cost experiments with clear stop conditions.








































