Mijia Device Manager

Cheat-sheet for controlling Xiaomi/Mijia smart devices via the mijiaAPI CLI

Works with setup

Test report

Verdict
Works with setup
Score
7.6/10
Tested
Jul 19, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · 7f0bd71

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

A thin cheat-sheet over the external mijiaAPI CLI (v4.1.3), which it documents accurately: set --prop_name/--value and get --prop_name match the live CLI. Output was unmeasurable because every device command hits a hard Xiaomi QR-login wall (auth file missing, 'run login') and also needs real Mijia hardware on the account, neither available in test. Since the skill bundles no scripts, its whole value is reminding the agent of a self-documenting CLI's syntax.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 5/10
  • Docs & honesty 4/5

What Mijia Device Manager does

Documents how to control Xiaomi/Mijia smart-home devices by driving the external mijiaAPI CLI through the Xiaomi cloud, covering device discovery, on/off, brightness, colour and scenes. It ships no scripts of its own, only the command syntax and a device-property reference. Triggers when a user wants to control a Mijia device, list devices, or read device state.

How to install Mijia Device Manager

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Mijia Device Manager

  • /mijia-device-manager Cheat-sheet for controlling Xiaomi/Mijia smart devices via the mijiaAPI CLI

It also activates on plain-language prompts like these:

  • 帮我查一下客厅台灯现在的亮度和开关状态,如果太暗就把它调到百分之七十左右的样子。
  • 列出我米家账号下所有的智能设备清单,顺便检查一下卧室空调现在是不是还开着没有关掉。
  • 我要睡觉了,麻烦帮我把客厅和卧室的所有灯都关掉,顺便把窗帘也拉上,谢谢你辛苦了。

Frequently asked questions

Is the Mijia Device Manager skill free?
Yes. The skill itself is free from dean2021/mijia-device-manager. SkillProof publishes the install command and an independent test verdict at no cost.
Does Mijia Device Manager work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Works with setup. A thin cheat-sheet over the external mijiaAPI CLI (v4.1.3), which it documents accurately: set --prop_name/--value and get --prop_name match the live CLI. Output was unmeasurable because every device command hits a hard Xiaomi QR-login wall (auth file missing, 'run login') and also needs real Mijia hardware on the account, neither available in test. Since the skill bundles no scripts, its whole value is reminding the agent of a self-documenting CLI's syntax.
What is the Mijia Device Manager SkillProof Score?
7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
How do I install Mijia Device Manager?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Mijia Device Manager with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.