Overview
- Skill Key
- iamanorange/midea-ac
- Author
- iamanorange
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/iamanorange/midea-ac
- Latest Commit SHA
- 7ab7745ca82a53afc57f698d86f7e54d128480d3
Control Midea ACs. Use this skill when the user wants to control ACs. Supports turning ACs on/off, setting temperature, setting fan speed, switching modes, and more.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 midea_ac 技能。 若已安装,则直接安装 midea_ac 技能。
# Midea Smart Home Control Control Midea ACs via the msmart. ## How to Use Skill path: `~/.openclaw/skills/midea_ac` ### AC Control Commands ```bash # Navigate to skill directory cd ~/.openclaw/skills/midea_ac # Check status python scripts/midea_ac.py bedroom status # Turn on/off python scripts/midea_ac.py bedroom on python scripts/midea_ac.py bedroom off python scripts/midea_ac.py bedroom toggle # Set operation mode python scripts/midea_ac.py bedroom --mode cool # Set target temperature python scripts/midea_ac.py bedroom --temperature 26 # Set fan speed python scripts/midea_ac.py bedroom --fan_speed low # Set aux hear mode python scripts/midea_ac.py bedroom --aux_mode on # Set multiple parameters at once python scripts/midea_ac.py bedroom --mode heat --temperature 28 --fan_speed medium --aux_mode off ``` ## Natural Language Understanding When the user says the following, execute the corresponding command: | User Says | Command | |-----------|---------| | Turn on the <room-name> AC / open AC | `scripts/midea_ac.py <room-name> on` | | Turn off the <room-name> AC / close <room-name> AC | `scripts/midea_ac.py <room-name> off` | | Toggle the <room-name> AC | `scripts/midea_ac.py <room-name> toggle` | | Warmer / more warm | Check status first, then increase temperature by 2 - 10 degrees | | Cooler / less heat | Check status first, then decrease temperature by 2 - 10 degrees | | Full speed / maximum | if mode is heat: `scripts/midea_ac.py <room-name> --temperature 30 --fan_speed max`, if mode is cool: `scripts/midea_ac.py <room-name> --temperature 16 --fan_speed max` | | Minimum speed | `scripts/midea_ac.py <room-name> --fan_speed low` | | <room-name> AC status / what's the <room-name> status | `scripts/midea_ac.py <room-name> status` | ## Before Executing 1. Navigate to skill directory: `cd ~/.openclaw/skills/midea_ac` 3. Run with uv: `python scripts/midea_ac.py <room-name> <command>` 3. Report the result to the user after execution
# OpenClaw Midea AC Skill A lightweight skill for the **OpenClaw** to control Midea Air Conditioners over your local network. # Usage Scan for your Midea AC's IP and fill them in AC_IPS dict in `midea_ac.py`. # Credits & References Inspired by @hqman's [Mijia](https://clawhub.ai/hqman/mijia) skill. Powered by @mill1000's [msmart-ng](https://pypi.org/project/msmart-ng) library.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.