← 返回 Skills 市场
Midea Air Conditioners
作者
Iamanorange
· GitHub ↗
· v0.0.3
2420
总下载
3
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install midea-ac
功能描述
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.
安全使用建议
This skill appears to be what it claims: a local-network Midea AC controller implemented in a small Python script. Before installing, verify the following: (1) inspect and update AC_IPS in scripts/midea_ac.py so it lists only your ACs' IPs (remove any unknown addresses); (2) install the dependency from PyPI (pip install msmart-ng) from a trusted environment; (3) be aware that granting the agent access to run this skill allows it to control the listed ACs on your LAN (turn on/off, change temps); (4) because the source is unknown, consider reviewing the code yourself or running it in a restricted environment if you are uncomfortable. The script does not request external credentials or appear to exfiltrate data.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The skill is classified as suspicious due to prompt injection instructions found in `SKILL.md`. Specifically, the 'Natural Language Understanding' section instructs the AI agent to perform multi-step reasoning and conditional logic (e.g., 'Check status first, then increase temperature by 2 - 10 degrees', or conditional fan speed based on AC mode). While these instructions are for a legitimate purpose (AC control), they demonstrate a risky capability where the agent is directed to execute complex, multi-stage operations based on markdown instructions. The `scripts/midea_ac.py` file performs network communication, but it is confined to local IP addresses (192.168.1.x) for controlling Midea ACs, which is aligned with the skill's stated purpose and does not show signs of malicious exfiltration.
能力评估
Purpose & Capability
Name/description match the included Python script: it controls Midea ACs on the local network using the msmart library and hard-coded device IPs. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md maps natural-language intents to specific script commands and instructs running the included script from the skill directory. One minor concern: some NL mappings (e.g., "Warmer / more warm") leave a wide discretionary range ("increase by 2 - 10 degrees") that an agent must concretely choose; the script itself enforces temperature bounds (16–30°C). Otherwise the instructions remain within the stated purpose and do not ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only with an included script). The script depends on the public msmart-ng library (not bundled). No downloads or non-standard installers are referenced.
Credentials
The skill requires no environment variables, no credentials, and no config paths. It controls devices only via local IPs listed in the AC_IPS dict. Asking for local device IPs (hard-coded) is expected for this purpose.
Persistence & Privilege
The skill is not forced-always and uses default autonomous invocation settings. This is normal, but be aware that allowing an agent to invoke the skill lets it turn on/off or change settings for devices on your LAN—expected for a home-automation skill but a potential privacy/availability consideration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install midea-ac - 安装完成后,直接呼叫该 Skill 的名称或使用
/midea-ac触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
Version 0.0.3 of midea-ac
- Update the skill name
- No file changes in this version.
v0.0.2
- Added README.md with usage instructions and examples.
v0.0.1
Initial release of midea_ac skill.
- Control Midea air conditioners: on/off, temperature, fan speed, modes, and more.
- Command-line usage via `python scripts/midea_ac.py`.
- Natural language triggers mapped to appropriate commands.
- Supports status checking, toggling, and setting multiple parameters at once.
- Includes setup and usage instructions in SKILL.md.
元数据
常见问题
Midea Air Conditioners 是什么?
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2420 次。
如何安装 Midea Air Conditioners?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install midea-ac」即可一键安装,无需额外配置。
Midea Air Conditioners 是免费的吗?
是的,Midea Air Conditioners 完全免费(开源免费),可自由下载、安装和使用。
Midea Air Conditioners 支持哪些平台?
Midea Air Conditioners 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Midea Air Conditioners?
由 Iamanorange(@iamanorange)开发并维护,当前版本 v0.0.3。
推荐 Skills