dxf-to-image

Installation
SKILL.md

DXF to Image / SVG

Convert DXF (CAD) files to PNG, JPG, or SVG. Useful when you have DXF from map-grabber, Rhino, or other CAD tools and need a raster image to send in chat or a vector SVG for editing.

Dependencies

  • ezdxf (DXF read + drawing add-on)
  • matplotlib (for PNG/JPG only)
  • Pillow (for JPG only)

Setup: OpenClaw does not install Python packages automatically. After installing this skill, run once: pip install -r requirements.txt (from the skill folder). If a script fails with ModuleNotFoundError, install the missing package.

Usage

Convert DXF to PNG, JPG, or SVG

Parameters:

Installs
4
First Seen
Mar 22, 2026
dxf-to-image from skills.volces.com