lerobot skills

56 tagged lerobot, measured the same way as everything else here.

Browse within: gazebo 53isaac-sim 53

attach-end-effector

01

PathOn-AI/PathOnRoboticsOSS

Skill Claude CodeCodex

Mount an end-effector (parallel-jaw gripper, dexterous hand, suction tool, etc.) on a robot arm by attaching its MJCF to the arm's attachmentsite via MuJoCo's MjSpec API. Use when combining an arm MJCF and an end-effector MJCF into a single combined model. Handles known gotchas the underlying script doesn't: mesh…

135 21d ago A 0 tokens

mjcf-to-urdf

02

PathOn-AI/PathOnRoboticsOSS

Skill Claude CodeCodex

Convert an MJCF (MuJoCo's XML format) to URDF for downstream consumers that don't speak MJCF (RViz, pinocchio, ROS-based motion planning, etc.). The conversion is lossy — constraints, position actuators, contact excludes, and keyframes are all dropped. Use this skill ONLY when a URDF-only consumer needs the kinematic…

135 21d ago A 97 tokens

urdf-to-mjcf

03

PathOn-AI/PathOnRoboticsOSS

Skill Claude CodeCodex

Use when bringing a URDF robot, hand, or CAD-generated model into MuJoCo MJCF and no hand-tuned upstream MJCF exists.

135 21d ago A 37 tokens

cloud-run

04

robium-ai/robium

Skill Claude CodeCodex

Deploy headless robotics / sim / demo containers to Google Cloud Run: the build → Artifact Registry → Cloud Run path plus the gotchas that bite sim workloads (no UDP multicast for gz-transport/DDS, CPU allocated only while a request is open, session affinity for per-visitor instances, request timeout / concurrency for…

9 +1 4d ago A 224 tokens original MIT

data

05

robium-ai/robium

Skill Claude CodeCodex

Data sourcing strategy for robotics and physical-AI: choose between offline datasets (HuggingFace hub, Open X-Embodiment and similar), simulation-generated data, and teleop/real-robot collection; plan storage formats, episode structure, and dataset versioning. Use when: 'where do we get data', 'training data for the…

9 +1 4d ago A 153 tokens original MIT

live-demo

06

robium-ai/robium

Skill Claude CodeCodex

Turn a working robium app into a public, interactive web demo: a mission-control demo page (start/stop instance buttons, live boot terminal, fleet budget), per-visitor simulator instances on Cloud Run (scale-to-zero), and a visualizer handoff (Foxglove deep link or self-hosted viewer). Use when: 'live demo', 'demo…

9 +1 4d ago A 182 tokens original MIT