Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add sandraschi/dreame-mcp --skill dreame-operatorgit clone --depth 1 https://github.com/sandraschi/dreame-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sandraschi/dreame-mcp/dreame-operator)<a href="https://agentmods.dev/skills/sandraschi/dreame-mcp/dreame-operator"><img src="https://agentmods.dev/badge/skills/sandraschi/dreame-mcp/dreame-operator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sandraschi/dreame-mcp/dreame-operator"><img src="https://agentmods.dev/badge/skills/sandraschi/dreame-mcp/dreame-operator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00612 |
| Opus 5 | $0.00000 | $0.00306 |
| Sonnet 5 | $0.00000 | $0.00122 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
dreame-operator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dreame-operator — Dreame Robot Vacuum Operations
What this server does
Control a Dreame D20 Pro Plus robot vacuum through the DreameHome cloud API (and optionally local miio in hybrid mode). Provides device status telemetry, LIDAR map retrieval with room/path/zone data, cleaning controls, and an agentic workflow that plans multi-step cleaning goals via LLM sampling.
Tools
dreame_tool(operation=...) — portmanteau
status— full telemetry: battery, state, cleaned area, cleaning time, charging, fan speedbattery— battery percentage onlymap— LIDAR map summary: rooms, robot position, movement trail, restricted zonesstart_clean,stop,pause,go_home,find_robot— navigation & control
dreame_help(category=...)
Multi-level help. Categories: status, map, control, connection, agentic.
dreame_agentic_workflow(goal=...)
LLM plans and executes multi-step goals via MCP sampling (e.g. "check battery
and start cleaning if above 20%"). The planner calls back into dreame_tool.
dreame_shutdown()
Gracefully disconnects the client and stops the server.
Best practices
- Start with
dreame_tool(operation='status')to verify connectivity before control ops. - Use
dreame_agentic_workflowfor compound goals; usedreame_tooldirectly for single commands. mapmay take up to 60s on slow cloud links — the server serializes map fetches.- Control commands execute through the cloud when no local IP is set; hybrid mode (DREAME_IP + DREAME_USER/PASSWORD) gives fast local control plus cloud maps.
Configuration
DREAME_USER/DREAME_PASSWORD/DREAME_COUNTRY— DreameHome cloud credentials (required for maps)DREAME_DID— optional device id (auto-discovered when a single device)DREAME_IP/DREAME_TOKEN— optional local miio (null-token trick when token blank)DREAME_MCP_PORT— backend port (default 10894)DREAME_REF_PATH— path to the Tasshack dreame-vacuum reference clone
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 50 lines · 0 tokens per session scan A 9c8c9ca8e30a
dreame-operator is a skill published in the GitHub repository sandraschi/dreame-mcp (4 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 612 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
huawei-cloud-cloudrobo-robot
Manage CloudRobo robot instances — register robots, query robot lists and details, update robot metadata, delete offline robots, export robot certificates for secure access, and fetch the latest robot-side SDK package information. Robots are the physical carriers of embodied intelligence tasks and serve as execution…
bumi-operator
Operate bumi-mcp for Noetix Bumi specs, OSS links, optional robot bridge, and virtual twin composition via fleet MCPs.
yahboom-robots-expert
Use this skill when you need domain expertise on Yahboom Raspbot v2 hardware, ROS 2 setup, mecanum kinematics, or integration architecture.
yahboom-operator
Use this skill when controlling or troubleshooting a Yahboom Raspbot v2 (or compatible) robot via the Yahboom MCP server.
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
jetson-diagnostic
Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.