← 返回
AI智能 中文

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.
控制美的空调。当用户想要控制空调时使用此技能。支持开关空调、设置温度、风速和模式切换等功能。
iamanorange
AI智能 clawhub v0.0.3 1 版本 99526.1 Key: 无需
★ 3
Stars
📥 2,880
下载
💾 2
安装
1
版本
#latest

概述

Midea Smart Home Control

Control Midea ACs via the msmart.

How to Use

Skill path: ~/.openclaw/skills/midea_ac

AC Control Commands

# 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 SaysCommand
--------------------
Turn on the AC / open ACscripts/midea_ac.py on
Turn off the AC / close ACscripts/midea_ac.py off
Toggle the ACscripts/midea_ac.py toggle
Warmer / more warmCheck status first, then increase temperature by 2 - 10 degrees
Cooler / less heatCheck status first, then decrease temperature by 2 - 10 degrees
Full speed / maximumif mode is heat: scripts/midea_ac.py --temperature 30 --fan_speed max, if mode is cool: scripts/midea_ac.py --temperature 16 --fan_speed max
Minimum speedscripts/midea_ac.py --fan_speed low
AC status / what's the statusscripts/midea_ac.py status

Before Executing

  1. Navigate to skill directory: cd ~/.openclaw/skills/midea_ac
  2. Run with uv: python scripts/midea_ac.py
  3. Report the result to the user after execution

版本历史

共 1 个版本

  • v0.0.3 当前
    2026-03-28 12:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 212,799
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,350 📥 317,716
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,539