
from solidworks-automation-skill91
Python-based SolidWorks automation toolkit for controlling SolidWorks via COM: part modeling, assemblies, drawings, exports, and common troubleshooting on Windo
This skill provides practical, scriptable guidance and helpers for automating SolidWorks via Python COM. It explains connecting to a running SolidWorks instance, common workflows for part modeling, assemblies, drawings, file export (STEP/STL/PDF), and handling units, selections, and by-ref parameters. The material is aimed at automating repetitive CAD tasks, batch exports, BOM extraction, and integrating SolidWorks operations into OpenClaw workflows.
Use this skill when you need to automate SolidWorks on a Windows machine: create parts from parametric inputs, update assemblies, produce engineering drawings, export files in bulk, or run scripted checks and simple FEA prep. Also useful for integrating SolidWorks file export into CI or headless workflows where a running SolidWorks COM server is available.
scripts/ modules (connection helpers, part/assembly/export helpers) described in the SKILL body (note: repository may include the actual scripts).Designed for agents or automation that can run Python on Windows and call COM (Codex/Copilot/agents with exec/shell access). Works when the host has Python and pywin32 installed.
This skill has not been reviewed by our automated audit pipeline yet.