What problem does it solve? Reviewing generated or imported CAD and robot-description files requires a visual tool, and manually setting up a viewer, picking ports, and constructing links is repetitive and error-prone. This Skill launches the CAD Viewer for a chosen workspace directory and hands back ready-to-open review URLs. ## Core Features & Use Cases - Viewer Launch and Reuse: Starts a CAD Viewer server from the chosen workspace directory, reusing an existing instance when one already serves that directory, and returns the live URL as machine-readable JSON. - Multi-Format Review Links: Produces one deep link per file for .step, .stp, .glb, .stl, .3mf, .dxf, .urdf, .srdf, and .sdf artifacts, all sharing one browsable catalog rooted at the launch directory. - Use Case: After a CAD generation skill produces models/gripper/STEP/gear_rack_gripper.step, launch the Viewer from the project's models/ directory and return http://127.0.0.1:3245/?file=gripper/STEP/gear_rack_gripper.step so the user can inspect the part, its assembly tree, and measurements in the browser. ## Quick Start Use the cad-viewer skill to open my generated STEP file in CAD Viewer and give me the review link.