LaunchKit · 2026
Back to Skills

create-dxf

Create RFQ-ready 2D DXF (and optional SVG preview) files.

1
2.0k downloads
by @ajmwagar

Setup & Installation

openclaw skills install @ajmwagar/create-dxf

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install create-dxf

Version History

v0.1.1Feb 1, 2026 - Version note by skill developer:

Add kind=polyline for arbitrary cut outlines (e.g. state silhouettes)

What This Skill Does

Generates manufacturing-ready DXF files and SVG previews from a validated JSON spec, translating natural-language part descriptions into 2D geometry for sheet and plate fabrication. Targets waterjet, laser, and router workflows for parts like mounting plates, brackets, gussets, and hole patterns. Output files use explicit layers (CUT_OUTER, CUT_INNER) compatible with standard CAM and quoting tools.

Converts a plain-language part description into a validated, layer-correct DXF without manual CAD work.

When to use it

  • Generating a mounting plate DXF from a text description
  • Creating a hole pattern layout for a waterjet-cut bracket
  • Producing laser-cut slot templates for sheet metal parts
  • Exporting RFQ-ready files for a fabrication shop
  • Previewing a gusset design as SVG before sending to production

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a 200x150mm aluminum mounting plate with four M5 corner holes and a centered oblong slot

AGENT
  1. 1Converts the description into a structured JSON spec with explicit dimensions, units, and feature coordinates
  2. 2Validates the spec against the schema to catch geometry errors before rendering
  3. 3Runs the render command to produce DXF and SVG output files
  4. 4Organizes geometry onto CUT_OUTER and CUT_INNER layers for CAM compatibility
OUTPUT

mounting_plate.dxf and mounting_plate.svg in the output directory, ready for quoting or cutting