A comprehensive CLI-based skill for controlling Athom Homey smart home devices through local LAN or cloud APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install homey
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install homey using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust interface to interact with your Athom Homey ecosystem, supporting Homey Pro, Homey Cloud, and Homey Bridge. It enables users and AI agents to manage smart devices, execute automated flows, and organize zones via a professional command-line interface. By leveraging Openclaw Skills, developers can integrate home automation directly into their terminal workflows or agentic scripts.
The tool supports both local network access for low-latency control and cloud-based authentication for remote or headless environments. Whether you need to toggle a light, adjust a thermostat, or trigger a complex routine, this skill offers the granular control necessary for sophisticated smart home management within the Openclaw Skills ecosystem.
The skill requires Node.js >= 18. Follow these steps to integrate it with Openclaw Skills:
npm install -g .
homeycli auth discover-local --save --pick 1
echo "<LOCAL_API_KEY>" | homeycli auth set-local --stdin
echo "<CLOUD_TOKEN>" | homeycli auth set-token --stdin
homeycli status
The skill organizes data around the official Homey object model. Most commands support the --json flag to provide structured data compatible with Openclaw Skills automation.
| Entity | Description | Key Metadata Fields |
|---|---|---|
| Devices | Physical or virtual hardware | id, name, capabilities, class, zone |
| Flows | Automated routines and scenes | id, name, enabled |
| Zones | Physical locations or rooms | id, name, parent |
| Capabilities | Specific device traits/states | onoff, dim, target_temperature, locked |
Use homeycli snapshot --json to retrieve a complete state of all devices and flows in a single operation.
Loading
A comprehensive legal AI platform providing encrypted document storage, OCR, transcription, and specialized legal search capabilities.

An intelligent memory management tool that reviews daily notes and automates file cleanup for OpenClaw agents.

An automated system utility for macOS that enables AI agents to monitor performance, clear junk, and manage applications via a local API.

A background utility that automates daily version checks and updates for both the core agent and all installed skills.

A comprehensive collection of AI-native configuration guides designed to automate the setup and optimization of Openclaw Skills for diverse agent architectures.

An automated workflow for transforming long-form videos into high-engagement, captioned short-form clips for social media.








































