Automates the creation, inspection, and XML validation of URDF robot descriptions.
Install
mkdir -p .claude/skills/urdf && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11765" && unzip -o skill.zip -d .claude/skills/urdf && rm skill.zipInstalls to .claude/skills/urdf
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Create new URDF files
- →Edit existing URDF files
- →Regenerate URDF files
- →Inspect robot links and joints
- →Validate URDF XML structure
- →Define visual and collision geometry in URDF
How it works
It manages URDF files by treating the Python source as the source of truth, allowing edits to robot descriptions, and regenerating or validating the URDF target.
Inputs & outputs
When to use urdf
- →Generating a new URDF for a robot model
- →Validating robot joints and kinematics
- →Defining collision and visual geometry in URDF
About this skill
URDF
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.
Workflow
- Treat the Python source that defines
gen_urdf()as source of truth. Treat the configured.urdffile as generated. - For the
gen_urdf()envelope contract, readreferences/generator-contract.md. - For robot description edits, read
references/urdf-workflow.md. - Prioritize complete physical links: include
inertial,visual, andcollisionfor each link that represents physical robot geometry. Frame-only links may intentionally omit them. - Edit links, joints, limits, axes, origins, inertials, materials, visual/collision geometry, mesh filenames, and any consumer-specific sidecar metadata deliberately.
- Regenerate only the explicit URDF target with
scripts/gen_urdf/cli.py. - Use
--summaryfor a compact robot/link/joint check after regeneration. - For validation expectations, read
references/validation.md. - If URDF mesh references depend on changed CAD, mesh, or render outputs, regenerate only the affected explicit targets with the owning CAD or mesh workflow.
- For CAD Explorer handoff of generated
.urdfentries, use the CAD skill's Explorer handoff rules rather than duplicating link syntax here.
Commands
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.
- URDF sidecars:
scripts/gen_urdf/cli.py
The command interface is target-explicit. Pass the Python generator that defines gen_urdf(); use --summary for a compact robot/link/joint check.
References
- URDF generation:
references/gen-urdf.md - Generator contract:
references/generator-contract.md - URDF edit workflow:
references/urdf-workflow.md - URDF validation:
references/validation.md
When not to use it
- →When generating STEP/STP, STL/3MF/DXF exports
- →When creating render images or GLB/topology sidecars
- →When the task is standard CAD geometric work
Prerequisites
Limitations
- →Intentionally separate from ordinary CAD generation
- →Defers CAD handoff details to the CAD skill
- →Does not handle STEP/STP, STL/3MF/DXF exports
How it compares
This skill focuses specifically on kinematic and XML correctness for robot descriptions, distinguishing it from general CAD generation that prioritizes geometric accuracy.
Compared to similar skills
urdf side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| urdf (this skill) | 0 | 3mo | Review | Advanced |
| hugging-face-cli | 3 | 6mo | Review | Intermediate |
| data-engineering | 13 | 7mo | Review | Advanced |
| telegram-bot-builder | 106 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
hugging-face-cli
patchy631
Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create repos, manage local cache, or run compute jobs on HF infrastructure. Covers authentication, file transfers, repository creation, cache operations, and cloud compute.
data-engineering
pluginagentmarketplace
ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
code-to-music
Cam10001110101
Tools, patterns, and utilities for creating music with code. Output as a .mp3 file with realistic instrument sounds. Write custom compositions to bring creativity to life through music. This skill should be used whenever the user asks for music to be created. Never use this skill for replicating songs, beats, riffs, or other sensitive works. The skill is not suitable for vocal/lyrical music, audio mixing/mastering (reverb, EQ, compression), real-time MIDI playback, or professional studio recording quality.
jianying-editor
luoluoluo22
剪映 (JianYing) AI自动化剪辑的高级封装 API (JyWrapper)。提供开箱即用的 Python 接口,支持录屏、素材导入、字幕生成、Web 动效合成及项目导出。