vcad
Parametric 3D CAD modeling, assemblies, and physics simulation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install vcad?โผ
Run `npx skills add ecto/vcad --all -g -y` in your terminal to install all skills in this suite globally.
How to create 3D CAD models with AI?โผ
Describe the part you need in plain English and the agent builds it with vcad's create_cad_document tool using primitives, sketches, holes, and patterns. You can then inspect dimensions and export to STL for 3D printing.
Can vcad import STEP files from Fusion 360 or SolidWorks?โผ
Yes. The import_step tool reads AP203 and AP214 STEP files, lets you measure volume and bounding boxes, and re-export to STL or GLB.
Can vcad simulate robot arms and mechanisms?โผ
Yes. You can define assemblies with revolute, slider, and ball joints, then run gym-style physics simulations with torque or position controls.
Does vcad work with Claude Code and other AI agents?โผ
Yes. It ships as a standard MCP server and SKILL.md files, so it runs in Claude Code, Cursor, and any MCP-compatible agent.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core