Control Homey home automation hub via CLI. Use when you need to control smart home devices (lights, thermostats, sockets, etc.), check device status, list zones, trigger flows, or perform any Homey automation tasks. Supports on/off, dimming, color changes, temperature control, and device inspection. Safe, capability-allowlisted operations only.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install homey-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install homey-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/homey-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: homey-cli description: Control Homey home automation hub via CLI. Use when you need to control smart home devices (lights, thermostats, sockets, etc.), check device status, list zones, trigger flows, or perform any Homey automation tasks. Supports on/off, dimming, color changes, temperature control, and device inspection. Safe, capability-allowlisted operations only. ---
Safe, agent-friendly CLI for controlling Homey home automation hubs.
cd skills/homey-cli
npm install
- Callback URL: http://localhost:8787/callback - Note your Client ID and Client Secret
Create .env file:
export HOMEY_CLIENT_ID="your-client-id"
export HOMEY_CLIENT_SECRET="your-client-secret"
export HOMEY_REDIRECT_URL="http://localhost:8787/callback"
bash run.sh auth login
Follow the OAuth flow in your browser. Tokens are stored in ~/.config/homey-cli/.
bash run.sh homey list
bash run.sh homey use <homeyId>
# List all devices
bash run.sh devices list
# List devices as JSON
bash run.sh devices list --json
# Get specific device
bash run.sh devices get <deviceId>
# Read capability value
bash run.sh devices read <deviceId> onoff
# Control devices
bash run.sh devices on <deviceId>
bash run.sh devices off <deviceId>
bash run.sh devices dim <deviceId> 0.4
bash run.sh devices color <deviceId> #FF8800
bash run.sh devices temperature <deviceId> 21.5
# List flows
bash run.sh flows list
# Trigger flow
bash run.sh flows trigger <flowId>
bash run.sh inventory --json
Write operations are capability-allowlisted for safety:
onoff, dim, light_hue, light_saturation, light_temperature, target_temperatureexport HOMEY_CLI_ALLOWED_CAPABILITIES=onoff,dim,target_temperatureDestructive operations (delete devices, modify flows, change app settings) are not supported.
When users ask:
devices on devices dim 0.5 devices read measure_temperature devices list --json and filter by class/capabilities~/.config/homey-cli/credentials.json~/.config/homey-cli/config.jsonbash run.sh auth loginbash run.sh devices listHOMEY_CLI_ALLOWED_CAPABILITIES or check if it's a read-only capability安装 Homey - Home Automation 后,可以对 AI 说这些话来触发它
Help me get started with Homey - Home Automation
Explains what Homey - Home Automation does, walks through the setup, and runs a quick demo based on your current project
Use Homey - Home Automation to control Homey home automation hub via CLI
Invokes Homey - Home Automation with the right parameters and returns the result directly in the conversation
What can I do with Homey - Home Automation in my developer & devops workflow?
Lists the top use cases for Homey - Home Automation, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/homey-cli/ 目录(个人级,所有项目可用),或 .claude/skills/homey-cli/(项目级)。重启 AI 客户端后,用 /homey-cli 主动调用,或让 AI 根据上下文自动发现并使用。
Homey - Home Automation 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Homey - Home Automation 可免费安装使用。请查阅仓库了解许可证信息。
Control Homey home automation hub via CLI. Use when you need to control smart home devices (lights, thermostats, sockets, etc.), check device status, list zones, trigger flows, or perform any Homey automation tasks. Supports on/off, dimming, color changes, temperature control, and device inspection. Safe, capability-allowlisted operations only.
Automate my developer & devops tasks using Homey - Home Automation
Identifies repetitive steps in your workflow and sets up Homey - Home Automation to handle them automatically
Homey - Home Automation 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。