本页目录

Desktop Web App

Desktop Web App

The Xiao Lu desktop web app is the browser-side companion for RIG robots. It covers agent configuration, voice cloning, knowledge bases, and MCP control.

1. Address

Open https://agent.xgorobot.com/

Desktop web app home

2. Sign In

To make things easy for users without a phone, the app supports signing up and logging in with a username and password.

Username and password login

Users who already bound the mini app can also scan to log in: open the Xiao Lu mini app, go to More - Scan to Log In.

Scan to log in

3. Add a Device

Add a device

When the device boots into the page shown below, it prompts you to provision the network and configure the "life form". At this point the device has entered provisioning mode.

Device provisioning mode

Click to select a device and connect - the computer scans for it.

Device scan

Click the Pair button in the dialog.

Pairing dialog

The device scans nearby Wi-Fi networks on the 2.4 GHz band. If the scan takes too long you can skip it and enter a 2.4 GHz network manually. It normally retries automatically within 15 seconds.

Wi-Fi scanWi-Fi list

Enter the password of the Wi-Fi network you selected (not the one in the screenshot - that is just an example).

Wi-Fi password

Connecting

Choose the life form.

Choose life form

4. Edit the Agent

Edit agent entry

Agent editorAgent editor details

5. Customize an Agent

Select an agent:

Select an agent

Agent selection list

Click Confirm to use it.

Confirm agent

Agent confirmed

Click Save configuration.

Save configuration

Click Use. Use agent

Then restart the device - you can start chatting.

Iterate on the agent: while chatting, whenever you find something unsatisfying, type your feedback directly, start optimizing, review the result, then confirm and save as above.

Iterate on agent

6. Multi-language

In the ears card, choose the conversation language. After selecting a language, recognition for that language improves and the synthesized voice uses it as well. Save the configuration to apply.

Language selection

Save language

7. Knowledge Base

Create one:

Create knowledge base

Knowledge base details

Knowledge base created

Select it for use in the agent:

Attach knowledge base to agent

Knowledge base attached

The next chat will automatically search this knowledge base.

8. Voice Cloning

Voice cloning entry

Voice cloning record

Voice cloning training

Voice cloning progress

Voice cloning done

Wait a few tens of seconds.

Voice ready

Select it in the agent: 1. choose Alibaba Bailian (streaming).

Select Bailian streamingSelect cloned voice

Voice selected

Save the configuration and restart the robot - it now speaks with the new voice.

9. MCP: Control the Robot from Your Tools

Works with openclaw, WorkBuddy, Claude Code, and similar MCP clients.

On the settings page, click to copy the configuration:

Copy MCP config

WorkBuddy as an example:

WorkBuddy

Paste the copied configuration here. If nothing was configured before, clear everything and paste directly; if you already have configuration, merge the "RIG-Puppy-80" level into it.

Paste MCP config

MCP config saved

Reconnect, trust, and so on.

Reconnect and trust

That is it - connected.

MCP connected

MCP session

Robot control via MCP

10. MCP: Let RIG Control Other MCP Servers

RIG can also call other MCP servers, such as Home Assistant or your own functions (e.g. controlling a computer).

MCP server config

Home Assistant as an example

Open https://github.com/LuwuDynamics/xiaolu_mcp_ha

Click the link in the README, or go directly to the HACS repository redirect: Add xiaolu_mcp_ha to HACS

HACS repository

Click download.

Download integration

Select a version and download it. Select version

Version downloaded

Restart.

Restart HA

Add integrationSearch integration

Search for xiaolu.

Search xiaolu

Enter the MCP endpoint address here:

MCP endpoint

Endpoint configured

Click refresh and the readable and controllable devices appear.

Devices listed

Control a local computer browser

See https://github.com/LuwuDynamics/mcp-demo-browser - the README has calculator and open-browser examples. You can let the robot control MCP servers you deploy yourself.