Skip to content

Use OpenClaw to Control Robots

This document explains how to use OpenClaw to connect to AGILEBOT robots (either a real robot or a cloud simulation robot), control the robot with natural language, and perform basic control operations.

Quick Start

1. Environment Preparation

Complete the following preparations before starting:

2. Install Agent Skills

Run the following command in your terminal to start the interactive installation flow:

bash
npx skills add https://dev.sh-agilebot.com -g

TIP

After execution, the installation tool will automatically scan locally installed Agents. Follow the terminal prompts to select OpenClaw to complete the skill installation. For detailed instructions, refer to: Agent Skills

Usage Examples

NOTE

  • If you are using a cloud simulation robot, follow the full procedure below.
  • If you are using a real robot, start directly from step 6.
  • To switch the interface language to English, complete the payload and safety settings first, then enter the home page and switch the language manually.
  • In the next version, the interface language will switch automatically based on the page settings.
  1. Apply for and activate robot resources in the Airbot Console, start the robot, and note the password for the visitor account.

  2. Access the robot and log in with the above account and password:

    Login Page
  3. Confirm payload settings: Payload Settings

  4. Confirm safety settings: Safety Settings

  5. After entering the home page, switch the interface language to English:

    Language Switch
  6. Press Ctrl+F1 to reset errors and power on.

  7. Open OpenClaw and describe the task to the Agent, for example:

text
I have an AGILEBOT robot with IP address 192.168.1.100. Please help me connect to the robot and read its current position.

NOTE

  • Cloud Simulation Robot: The IP address is the domain name part in the browser address bar (excluding the port number and the path after it). For example, if the address bar shows http://fl6a677xl1xw.instances.airbot-dev.sh-agilebot.com:5613/#/system/first_boot_confirm , the IP address is fl6a677xl1xw.instances.airbot-dev.sh-agilebot.com .
  • Real Robot: The default IP address is 10.27.1.254 .

Conversation Demo

The following example shows an actual conversation with the Agent in OpenClaw:

OpenClaw Conversation Demo

Warning

After installing OpenClaw and Agent Skills, the related capabilities will run with full Agent permissions. Please use in a trusted environment.

When working with real robot movements, always operate in a safe environment and confirm robot status, coordinate system, and motion range beforehand.