# Send Roborock Vacuum Control to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "robo-rock",
    "name": "Roborock Vacuum Control",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/dru-ca/robo-rock",
    "canonicalUrl": "https://clawhub.ai/dru-ca/robo-rock",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/robo-rock",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=robo-rock",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/robo-rock"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/robo-rock",
    "downloadUrl": "https://openagent3.xyz/downloads/robo-rock",
    "agentUrl": "https://openagent3.xyz/skills/robo-rock/agent",
    "manifestUrl": "https://openagent3.xyz/skills/robo-rock/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/robo-rock/agent.md"
  }
}
```
## Documentation

### Roborock Vacuum Control

Control Roborock robot vacuums via the roborock CLI.

### 1. Install CLI

pipx install python-roborock

### 2. Login to Roborock Account

roborock login

Enter your Roborock/Xiaomi Home app email and password.

### 3. Find Your Device ID

roborock list-devices

Note your device ID (looks like AbCdEf123456789XyZ).

### 4. Store Device ID (Optional)

Add to your TOOLS.md for easy reference:

## Roborock Vacuum
- **Device ID:** your-device-id-here
- **Model:** Roborock S7 Max Ultra (or your model)

### Quick Commands

All commands need --device_id "YOUR_DEVICE_ID" — replace with your actual device ID.

### Check Status

roborock status --device_id "YOUR_DEVICE_ID"

### Start Cleaning

roborock command --device_id "YOUR_DEVICE_ID" start

### Stop/Pause

roborock command --device_id "YOUR_DEVICE_ID" stop
roborock command --device_id "YOUR_DEVICE_ID" pause

### Return to Dock

roborock command --device_id "YOUR_DEVICE_ID" home

### Clean Specific Room

First get room IDs:

roborock rooms --device_id "YOUR_DEVICE_ID"

Then clean specific rooms:

roborock command --device_id "YOUR_DEVICE_ID" segment_clean --rooms 16,17

### Check Consumables

roborock consumables --device_id "YOUR_DEVICE_ID"

Shows filter, brush, sensor lifespans.

### Reset Consumable

roborock reset-consumable filter --device_id "YOUR_DEVICE_ID"
roborock reset-consumable main_brush --device_id "YOUR_DEVICE_ID"
roborock reset-consumable side_brush --device_id "YOUR_DEVICE_ID"

### Last Clean Record

roborock clean-record --device_id "YOUR_DEVICE_ID"

### Clean Summary (All Time)

roborock clean-summary --device_id "YOUR_DEVICE_ID"

### Get Maps

roborock maps --device_id "YOUR_DEVICE_ID"

### Cache Home Layout

roborock home

### Save Map Image

roborock map-image --device_id "YOUR_DEVICE_ID" --output /tmp/vacuum-map.png

### Room Features

roborock features --device_id "YOUR_DEVICE_ID"

### Volume

roborock volume --device_id "YOUR_DEVICE_ID"
roborock set-volume 50 --device_id "YOUR_DEVICE_ID"

### Do Not Disturb

roborock dnd --device_id "YOUR_DEVICE_ID"

### LED Status

roborock led-status --device_id "YOUR_DEVICE_ID"

### Child Lock

roborock child-lock --device_id "YOUR_DEVICE_ID"

### Interactive Session

For multiple commands without repeating device ID:

roborock session --device_id "YOUR_DEVICE_ID"

### Troubleshooting

Commands fail silently:

Check login: roborock login
Use debug mode: roborock -d status --device_id "YOUR_DEVICE_ID"
Ensure vacuum is online and connected to WiFi

"Device not found":

Run roborock list-devices to verify device ID
Make sure you're logged into the correct Roborock account

"Authentication failed":

Re-run roborock login
Check you're using the same account as your Xiaomi Home / Roborock app

### Common Tasks

"Vacuum the house":

roborock command --device_id "YOUR_DEVICE_ID" start

"Vacuum the kitchen":

roborock rooms --device_id "YOUR_DEVICE_ID"  # find kitchen room ID
roborock command --device_id "YOUR_DEVICE_ID" segment_clean --rooms <kitchen_id>

"Is the vacuum done?":

roborock status --device_id "YOUR_DEVICE_ID"

"Send vacuum home":

roborock command --device_id "YOUR_DEVICE_ID" home

"When did it last clean?":

roborock clean-record --device_id "YOUR_DEVICE_ID"

"Check brush/filter life":

roborock consumables --device_id "YOUR_DEVICE_ID"

### Supported Models

Works with most Roborock vacuums including:

Roborock S series (S4, S5, S6, S7, S8)
Roborock Q series (Q5, Q7, Q8)
Roborock E series
Xiaomi Mi Robot Vacuum (Roborock-based)

### Credits

Uses the python-roborock library.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dru-ca
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/robo-rock)
- [Send to Agent page](https://openagent3.xyz/skills/robo-rock/agent)
- [JSON manifest](https://openagent3.xyz/skills/robo-rock/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/robo-rock/agent.md)
- [Download page](https://openagent3.xyz/downloads/robo-rock)