什麼是 mijia?
控制小米米家智慧家庭設備。當使用者想要控制檯燈、智慧插頭或其他米家設備時,可以使用此技能。支援開/關燈、調整亮度、設定色溫、切換模式等。 來源:hqman/my-skills。
控制小米米家智慧家庭設備。當使用者想要控制檯燈、智慧插頭或其他米家設備時,可以使用此技能。支援開/關燈、調整亮度、設定色溫、切換模式等。
透過命令列快速安裝 mijia AI 技能到你的開發環境
來源:hqman/my-skills。
When the user says the following, execute the corresponding command:
| Turn on the light / open lamp | scripts/lampcli.py on | | Turn off the light / close lamp | scripts/lampcli.py off | | Toggle the light | scripts/lampcli.py toggle | | Brighter / more bright | Check status first, then increase by 20-30% | | Dimmer / less bright | Check status first, then decrease by 20-30% |
| Full brightness / maximum | scripts/lampcli.py brightness 100 | | Minimum brightness | scripts/lampcli.py brightness 1 | | Warm light | scripts/lampcli.py temp 2700 | | Cool light / white light | scripts/lampcli.py temp 6500 | | Reading mode | scripts/lampcli.py mode reading | | Computer mode | scripts/lampcli.py mode computer |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/hqman/my-skills --skill mijia控制小米米家智慧家庭設備。當使用者想要控制檯燈、智慧插頭或其他米家設備時,可以使用此技能。支援開/關燈、調整亮度、設定色溫、切換模式等。 來源:hqman/my-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/hqman/my-skills --skill mijia 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/hqman/my-skills