A powerful tool to generate manufacturing-ready 2D DXF and SVG files from JSON specifications derived from natural-language design prompts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install create-dxf
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 create-dxf using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The create-dxf skill enables engineers and makers to bridge the gap between conceptual design and physical manufacturing. By transforming high-level prompts into a strictly validated JSON specification, this tool generates high-quality 2D CAD files compatible with waterjet, laser, and CNC router workflows. It focuses on deterministic output, ensuring that every bracket, mounting plate, or hole pattern meets strict manufacturing standards.
This utility is a vital addition to any technical workflow involving Openclaw Skills, as it automates the tedious task of manual CAD drawing for simple 2D parts. By emitting both a DXF for production and an SVG for quick visual inspection, it significantly streamlines the design-to-production pipeline.
Ensure you have Python 3 installed and access to the internal scripts. To begin generating files with this component of your Openclaw Skills library, follow these steps:
# Validate your specification
python3 scripts/create_dxf.py validate spec.json
# Render the DXF and SVG files to an output directory
python3 scripts/create_dxf.py render spec.json --outdir out
The skill relies on a strict JSON specification using center-origin coordinates and explicit units. This ensures consistency when used alongside other Openclaw Skills. Output files are organized as follows:
| File Extension | Description | Entities Used |
|---|---|---|
| .dxf | Production-ready CAD file | LWPOLYLINE (outer), CIRCLE (inner) |
| .svg | Visual preview | Vector paths |
Layer organization is optimized for manufacturing:
Loading
A comprehensive data ingestion toolkit for tracking AI agent conversations, MCP server analytics, and user interactions within the Agnost AI ecosystem.

A conversational shopping assistant that manages lists, categories, and family sharing through natural language processing.

A dedicated web interface for the shopping-list skill that integrates a full CRUD dashboard into the Second Brain portal.

A powerful integration for building and deploying real-time conversational video agents with low-latency AI avatars.

A deterministic pipeline for AI agents to search, select, and download ready-to-print 3D model files from Printables with full attribution.

A specialized tool to transform 2D source images or multi-color masks into watertight, 3D-printable bas-relief STL files.








































