DXF to Image
PassAudited by ClawScan on Feb 21, 2026.
Overview
The skill's code, dependencies, and runtime instructions are consistent with its stated purpose (converting DXF to PNG/JPG/SVG); it requests no credentials and has no installer, but note the instruction to auto-run conversions without user confirmation which may have privacy/operational implications.
This skill appears to do exactly what it says: convert DXF files to PNG/JPG/SVG using ezdxf+matplotlib. Before installing or running: 1) Inspect any DXF files you convert for sensitive data (plans, coordinates, metadata). 2) Install the Python deps in a virtualenv or controlled environment (pip install -r requirements.txt). 3) Note SKILL.md's instruction to auto-run conversions without asking — consider modifying the workflow to require explicit confirmation if you want to avoid accidental processing. 4) Use allowed output dirs (/tmp or ~/.openclaw/media/) as documented. 5) Because this skill runs code on files you provide, avoid feeding it DXFs from untrusted sources without sandboxing.
