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.zip

Installs 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.
487 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Advanced

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

You give it
Python source defining gen_urdf(), robot description edits, or URDF target
You get back
Generated or validated .urdf files, or a summary of robot/link/joint checks

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

  1. Treat the Python source that defines gen_urdf() as source of truth. Treat the configured .urdf file as generated.
  2. For the gen_urdf() envelope contract, read references/generator-contract.md.
  3. For robot description edits, read references/urdf-workflow.md.
  4. Prioritize complete physical links: include inertial, visual, and collision for each link that represents physical robot geometry. Frame-only links may intentionally omit them.
  5. Edit links, joints, limits, axes, origins, inertials, materials, visual/collision geometry, mesh filenames, and any consumer-specific sidecar metadata deliberately.
  6. Regenerate only the explicit URDF target with scripts/gen_urdf/cli.py.
  7. Use --summary for a compact robot/link/joint check after regeneration.
  8. For validation expectations, read references/validation.md.
  9. 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.
  10. For CAD Explorer handoff of generated .urdf entries, 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

Python environment for the project or workspaceURDF validation runtime packages from requirements.txt

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.

SkillInstallsUpdatedSafetyDifficulty
urdf (this skill)03moReviewAdvanced
hugging-face-cli36moReviewIntermediate
data-engineering137moReviewAdvanced
telegram-bot-builder1066moReviewIntermediate

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.

350

data-engineering

pluginagentmarketplace

ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.

13192

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.

106130

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

9180

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.

17164

jianying-editor

luoluoluo22

剪映 (JianYing) AI自动化剪辑的高级封装 API (JyWrapper)。提供开箱即用的 Python 接口,支持录屏、素材导入、字幕生成、Web 动效合成及项目导出。

38110

Search skills

Search the agent skills registry