Itsyhome Control
/install itsyhome-control
Itsyhome Control
Itsyhome exposes a local HTTP webhook server (default port 8423) and a URL scheme (itsyhome://).
Prerequisites: Itsyhome Pro, webhook server enabled in Settings → Webhooks.
Core Pattern
All control and query happens via curl http://localhost:8423/\x3Caction>/\x3Ctarget>.
- Targets use
Room/Deviceformat or justDeviceName - Spaces →
%20in URLs - On success:
{"success": true}or JSON data - On failure:
{"error": "..."}with HTTP 4xx
Workflow
- If target is ambiguous →
curl http://localhost:8423/list/devicesto find exact names - To check current state →
curl http://localhost:8423/info/\x3Ctarget> - To control → appropriate action endpoint (see references/api.md)
- Confirm to user with what was done; include state if queried
Quick Reference
# Status
curl http://localhost:8423/status
# List
curl http://localhost:8423/list/rooms
curl http://localhost:8423/list/devices
curl http://localhost:8423/list/devices/Kitchen
# Query
curl http://localhost:8423/info/Office/Spotlights
# Control
curl http://localhost:8423/toggle/Office/Spotlights
curl http://localhost:8423/on/Kitchen/Light
curl http://localhost:8423/brightness/50/Bedroom/Lamp
curl http://localhost:8423/scene/Goodnight
For the full endpoint list, all control actions, and URL scheme reference: see references/api.md.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install itsyhome-control - After installation, invoke the skill by name or use
/itsyhome-control - Provide required inputs per the skill's parameter spec and get structured output
What is Itsyhome Control?
Control and query HomeKit and Home Assistant smart home devices via the Itsyhome macOS app (https://itsyhome.app). Use when the user asks to turn devices on/... It is an AI Agent Skill for Claude Code / OpenClaw, with 644 downloads so far.
How do I install Itsyhome Control?
Run "/install itsyhome-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Itsyhome Control free?
Yes, Itsyhome Control is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Itsyhome Control support?
Itsyhome Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Itsyhome Control?
It is built and maintained by nickustinov (@nickustinov); the current version is v1.0.1.