unitree-robot

Controls GO1/GO2 and G1/H1 robots via natural language commands in OpenClaw.

50|5|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/LooperRobotics/OpenClaw-Robotics --skill unitree-robot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unitree-robot
Source: https://github.com/LooperRobotics/OpenClaw-Robotics/tree/main
Command: npx skills add https://github.com/LooperRobotics/OpenClaw-Robotics --skill unitree-robot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Command Unitree mobile robots (GO1/GO2, G1, H1) from OpenClaw using natural language, enabling hands-free operation and rapid prototyping.

Core Features & Use Cases

  • Unified command interface for multiple Unitree platforms (quadruped and humanoid) through OpenClaw.
  • Insight9 RGB-D camera integration for perception, SLAM, and navigation workflows.
  • Simple deployment and management within the OpenClaw ecosystem for researchers, educators, and hobbyists.

Quick Start

Initialize the Unitree Robot Controller Skill for a supported robot and start issuing natural language movement commands such as forward 1m.

Frequently Asked Questions about unitree-robot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control Unitree robots using natural language commands?

You can control Unitree mobile robots using natural language commands by deploying this Skill via OpenClaw. It provides a unified command interface for issuing text instructions like "forward 1m" directly to supported quadruped and humanoid platforms.

Can I use this with both Unitree quadrupeds and humanoids?

Yes, this Skill supports both Unitree quadrupeds and humanoids. It is compatible with GO1 and GO2 quadruped robots, as well as G1 and H1 humanoid platforms, allowing you to command them through a single unified interface.

Does controlling Unitree robots with OpenClaw support SLAM and navigation?

Yes, controlling Unitree robots with OpenClaw supports SLAM and navigation workflows. The Skill integrates with the Insight9 RGB-D camera to provide the depth perception data required for mapping and autonomous navigation.

What do I need to set up before commanding Unitree robots via OpenClaw?

To command Unitree robots via OpenClaw, you need Python 3.8 or higher and NumPy installed. The implementation also requires setting up modular adapters for your specific robots and sensors to interface correctly.

Why does my natural language command fail to move the Unitree robot?

Natural language commands may fail to move the Unitree robot if modular adapters for your specific robot or sensor are not properly initialized. The Skill includes robust error handling designed to catch and report these lifecycle and hardware integration issues.