skill_cad_generator

Convert natural language CAD requests into structured JSON parameters for rendering.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts natural language CAD requests into a structured JSON parameter file and routes it through an FRP tunnel to M4 Pro for recomputation and rendering. Supports parametric models like tulip petals for rapid concept exploration.

Core Features & Use Cases

  • Understands user needs and generates standardized JSON parameters
  • Pushes parameter sets to M4 Pro for Three.js rendering and OBJ/CAD output
  • Ensures security with parameter validation, a model whitelist, and restricted output formats
  • Use Case: rapid iteration of design concepts from description to visualized CAD assets

Quick Start

Describe your CAD idea in plain language and let this skill produce a parametric JSON definition and trigger rendering on M4 Pro.

Frequently Asked Questions about skill_cad_generator

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

FAQPage Schema
How do I convert natural language descriptions into CAD parameters?

To convert natural language descriptions into CAD parameters, provide your plain text design ideas to the skill, which generates a structured JSON parameter definition for downstream rendering workflows.

Can I generate Three.js rendering parameters from a text prompt?

Yes, you can generate Three.js rendering parameters from a text prompt by submitting your plain language description; the skill routes the resulting JSON through an FRP tunnel to M4 Pro for rendering.

What output formats are supported when generating parametric 3D models?

The supported output formats when generating parametric 3D models are OBJ and PNG, which are securely delivered via a restricted internal channel after recomputation on M4 Pro.

Does the skill enforce validation for CAD parameter generation?

Yes, the skill enforces CAD parameter generation validation by applying strict parameter checks and using a model whitelist to ensure only authorized parametric designs are processed.

How do I rapidly iterate on parametric design concepts like tulip petals?

To rapidly iterate on parametric design concepts like tulip petals, describe your configurable shapes in plain language and the skill will produce the JSON parameters needed to trigger rendering on M4 Pro.