From cad-suite
URDF generation and validation for robot model outputs. Use when the agent needs to create, edit, regenerate, inspect, or validate `.urdf` files, `gen_urdf()` envelopes, robot links, joints, joint limits, parent/child kinematic structure, visual or collision mesh references, collision geometry, or URDF-specific XML validation. Use the owning CAD or mesh workflow for STEP/STP, STL/3MF/DXF exports, render images, GLB/topology sidecars, CAD Explorer links, and @cad geometry references.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cad-suite:urdfThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for robot description outputs. URDF work is intentionally separate from ordinary CAD generation because the correctness questions are kinematic, XML, and mesh-reference oriented rather than primarily geometric.
Use this skill for robot description outputs. URDF work is intentionally separate from ordinary CAD generation because the correctness questions are kinematic, XML, and mesh-reference oriented rather than primarily geometric.
Consumer-specific metadata is allowed when a downstream UI or simulator adapter expects it. Treat that metadata as generator-owned extension data rather than standard URDF.
Defer CAD handoff details to the CAD skill: read ${CLAUDE_PLUGIN_ROOT}/skills/cad/SKILL.md, then only load its references/rendering-and-explorer.md when a URDF needs a CAD Explorer link. If the local CAD skill is unavailable, use cad-skill as the fallback reference. Keep URDF-specific generation and explorer_metadata contracts in this skill.
gen_urdf() as source of truth. Treat the configured .urdf file as generated.gen_urdf() envelope contract, read references/generator-contract.md.references/urdf-workflow.md.inertial, visual, and collision for each link that represents physical robot geometry. Frame-only links may intentionally omit them.scripts/gen_urdf/cli.py.--summary for a compact robot/link/joint check after regeneration.references/validation.md..urdf entries, use the CAD skill's Explorer handoff rules rather than duplicating link syntax here.Run with the Python environment for the project or workspace. If the environment lacks the URDF validation runtime packages, install this skill's script dependencies from requirements.txt. Invoke the tool as a filesystem script, for example python <urdf-skill>/scripts/gen_urdf/cli.py .... Relative target paths are resolved from the current working directory; the tool does not prepend a project root.
scripts/gen_urdf/cli.pyThe command interface is target-explicit. Pass the Python generator that defines gen_urdf(); use --summary for a compact robot/link/joint check.
references/gen-urdf.mdreferences/generator-contract.mdreferences/urdf-workflow.mdreferences/validation.mdnpx claudepluginhub algoryn-nl/cad-suite --plugin cad-suiteCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.