agentcad
Installation
SKILL.md
agentcad — CAD tool for AI agents
You have access to agentcad, a CLI that turns CadQuery Python scripts into
3D geometry. All output is JSON. Every command returns "command" and "status" keys.
First-time setup
agentcad init --name <project_name>
agentcad --help # Read this — it is your complete operational briefing
Core workflow
- Write a script. No imports needed —
cq,show_object, and all helpers are pre-injected.show_object(result)is required.