返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
h

homeassistant-n8n-agent

Bridge OpenClaw with your n8n instance for Home Assistant automation.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.4
安全检测
已通过
2,668
下载量
0
收藏
概述
安装方式
版本历史

homeassistant-n8n-agent

# Home‑Assistant – n8n Agent Skill This skill bridges OpenClaw with your n8n instance for Home Assistant automation. # How it works Uses curl to trigger a n8n workflow for all things related to IoT. All requests should be a POST formatted as follows: curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H "Content-Type: application/json" -d '{"chatInput": "USERS QUESTION/REQUEST", "requestType": "DETERMINED REQUEST TYPE", "sessionId":"openclaw"}' # Steps Determine the nature of a user's prompt. 1. Is the inquiry about a current device state or multiple states? If so, `requestType` is `state` 2. Is the inquiry asking for an IoT device state to be changed? If so, `requestType` is `action` 3. Is the inquiry asking about IoT data from the past? If so, `requestType` is `historical` 4. Is the inquiry asking about calendar or schedule information? If so, `requestType` is `calendar` ## Quick Reference ### Action ```bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H "Content-Type: application/json" -d '{"chatInput": "turn off the office light", "requestType": "action", "sessionId":"openclaw"}' curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H "Content-Type: application/json" -d '{"chatInput": "change the downstairs thermostat to 72", "requestType": "action", "sessionId":"openclaw"}' ``` ### Historical ```bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H "Content-Type: application/json" -d '{"chatInput": "when was the front door last opened?", "requestType": "historical", "sessionId":"openclaw"}' ``` ### State ```bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H "Content-Type: application/json" -d '{"chatInput": "is the air conditioner running?", "requestType": "state, "sessionId":"openclaw"}' ``` ### Calendar ```bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H "Content-Type: application/json" -d '{"chatInput": "when is my next meeting?", "requestType": "calendar, "sessionId":"openclaw"}' ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 homeassistant-n8n-agent-1776369241 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 homeassistant-n8n-agent-1776369241 技能

通过命令行安装

skillhub install homeassistant-n8n-agent-1776369241

下载 Zip 包

⬇ 下载 homeassistant-n8n-agent v1.0.4

文件大小: 1.49 KB | 发布时间: 2026-4-17 14:35

v1.0.4 最新 2026-4-17 14:35
- Added support for calendar-related inquiries with a new requestType: "calendar".
- Updated instructions and examples to include handling for calendar and schedule information.
- Clarified the process for determining the nature of user prompts.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部