Install
openclaw skills install smart-home-iot一站式智能家居设备管理与自动化编排技能。支持Home Assistant、米家、涂鸦智能等主流平台,通过自然语言控制灯光、温控、安防、窗帘等设备,支持场景联动与定时任务。兼容MQTT/Zigbee/Matter协议,覆盖全球主流智能家居生态。
openclaw skills install smart-home-iotUnified smart home device management and automation skill for OpenClaw. Control lights, thermostats, security systems, curtains, and appliances across multiple platforms using natural language.
| Platform | Protocol | Region |
|---|---|---|
| Home Assistant | REST/WebSocket | Global |
| Mi Home (米家) | MiIO | China/Asia |
| Tuya Smart | Tuya Cloud API | Global |
| SmartThings | Samsung API | Global |
| Apple HomeKit | HAP | Global |
"Turn off all lights in the living room"
"Set bedroom temperature to 22°C"
"Lock all doors and arm the security system"
"Dim the dining room lights to 30%"
# Discover all devices
action: discover
output: device_list.yaml
# Create a scene
scene: good_morning
triggers:
- time: "07:00"
- condition: weekday
actions:
- device: bedroom_curtains
command: open
level: 100
- device: kitchen_light
command: on
brightness: 80
- device: coffee_maker
command: on