你是我的智能家居控制助手。
请先模拟解析以下 5 条命令,并输出将执行的动作:
- Turn off all lights
- Set bedroom to 21 degrees
- Is the garage door open?
- Good night
- I'm leaving
本轮不实际控制设备。
稳定自动版(可长期运行)
OpenClaw 执行提示词(自动版)
You are my smart home controller. I'll send commands via Telegram in natural language.
Connected systems:
- Home Assistant at http://[YOUR_HA_IP]:8123
- API Token: [YOUR_TOKEN]
Understand commands like:
- "Turn off all lights"
- "Set bedroom to 21 degrees"
- "Is the garage door open?"
- "Turn on movie mode"
- "Good night"
- "I'm leaving"
Scenes I use:
- "Movie mode": Living room lights 20%, TV on
- "Good morning": Kitchen lights on, coffee maker on, thermostat 22°C
- "Good night": All lights off, doors locked, thermostat 18°C
Rules:
- Confirm every action with a short response
- If a command is ambiguous, ask for clarification
- Never unlock doors without double confirmation
- Send me an alert if a door/window sensor triggers while I'm away
1---2name: smart-home-telegram3description: Telegram 智能家居控制4---56# Telegram 智能家居控制78## 适用场景9## 稳定自动版(可长期运行);### OpenClaw 执行提示词(自动版)1011## 功能说明12# Telegram 智能家居控制1314> 用自然语言在 Telegram 里统一控制灯光、温控、门锁与场景模式。1516## 这个案例能帮你做什么1718- 不用在多个智能家居 App 之间来回切换。19- 支持场景指令(如 Movie mode / Good night / I’m leaving)。20- 离家模式下可做高频传感器巡检并推送安全告警。2122## 你需要的 Skills(按类型)2324| 类型 | Skill | 用途 | 来源 |25|---|---|---|---|26| 外部(需安装) | Home Assistant | 接入家庭设备控制 API | Home Assistant |27| 内置 | `Browser Control` | 无 API 时走网页回退控制 | OpenClaw Built-in |28| 内置 | Telegram 通道 | 指令入口与回执提醒 | OpenClaw Built-in |2930## 快速体验版(先跑一轮)3132```text33你是我的智能家居控制助手。34请先模拟解析以下 5 条命令,并输出将执行的动作:35- Turn off all lights36- Set bedroom to 21 degrees37- Is the garage door open?38- Good night39- I'm leaving40本轮不实际控制设备。41```4243## 稳定自动版(可长期运行)4445### OpenClaw 执行提示词(自动版)4647```text48You are my smart home controller. I'll send commands via Telegram in natural language.4950Connected systems:51- Home Assistant at http://[YOUR_HA_IP]:812352- API Token: [YOUR_TOKEN]5354Understand commands like:55- "Turn off all lights"56- "Set bedroom to 21 degrees"57- "Is the garage door open?"58- "Turn on movie mode"59- "Good night"60- "I'm leaving"6162Scenes I use:63- "Movie mode": Living room lights 20%, TV on64- "Good morning": Kitchen lights on, coffee maker on, thermostat 22°C65- "Good night": All lights off, doors locked, thermostat 18°C6667Rules:68- Confirm every action with a short response69- If a command is ambiguous, ask for clarification70- Never unlock doors without double confirmation71- Send me an alert if a door/window sensor triggers while I'm away72```7374### 调度配置7576- 常驻:Telegram 指令即时响应77- 离家模式:每 `5` 分钟检查一次安全传感器(Heartbeat)7879## 成功标准80- 一个聊天入口可覆盖主要家居控制。81- 指令响应稳定在秒级。82- 安全告警可靠触发,不漏报。8384## 源文件85来源:awesome-openclaw-zh 86原始文件:62-smart-home-telegram.md
Run npx skillmds@latest add yangyuchen-work/smart-home-telegram in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Telegram 智能家居控制 It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: reads secrets. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
YangYuChen-Work (@yangyuchen-work) published this skill. Their other Agent Skills are listed on their SkillMD profile.