cad-editor

Translate natural-language drafting requests into executable CAD scripts and DXF outputs.

2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Glow-maker/skills --skill cad-editor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cad-editor
Source: https://github.com/Glow-maker/skills/tree/main/cad-editor
Command: npx skills add https://github.com/Glow-maker/skills --skill cad-editor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ezdxf, matplotlib, numpy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

CAD design is time-consuming; this Skill translates natural-language drafting requests into concrete engineering drawings, accelerating ideation and documentation.

Core Features & Use Cases

  • Natural-language to CAD: Converts NL requests into structured DXF outputs and render previews to facilitate quick validation.
  • Domain coverage: Handles architectural, mechanical, electrical, piping, and structural drawing tasks with DXF export and visual previews.
  • Workflow automation: NL parsing, parameter extraction, template-based script generation, and rendering in a single pipeline.

Quick Start

输入自然语言需求,例如:画一个4000x3000的建筑平面图并导出 DXF 与 PNG 预览。

Frequently Asked Questions about cad-editor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I generate architectural and mechanical CAD drawings from text input?

Yes, you can generate architectural, mechanical, electrical, piping, and structural CAD drawings from text. The Skill extracts parameters from natural language input and applies template-based script generation across these domains to produce structured DXF outputs and render previews.

Does this Skill support exporting DXF files with PNG and SVG previews?

Automating CAD script generation from text is done by parsing natural language, extracting drafting parameters, and applying template-based script generation. This pipeline produces executable scripts that render DXF files along with PNG, SVG, and PDF previews for quick validation.

Do I need to install ezdxf and matplotlib to generate CAD scripts from natural language?

Yes, the Skill supports exporting DXF files alongside PNG, SVG, and PDF preview renderings. After parsing natural language and generating scripts, it renders visual previews to facilitate quick validation of the engineering drawings before final use.

What are the limitations of using NLP to generate CAD scripts for engineering drawings?

Yes, you need ezdxf, matplotlib, and numpy installed to generate CAD scripts from natural language. These dependencies handle DXF file creation, visual rendering of previews, and numerical parameter processing within the script generation pipeline.

What are the limitations of using NLP to generate CAD scripts for engineering drawings?

Limitations of using NLP for CAD script generation include relying on template-based structures and safety validations, which may constrain highly complex or non-standard geometries. The pipeline requires clear parameter extraction from natural language to produce accurate DXF outputs.