{"skill":{"slug":"itsyhome-control","displayName":"Itsyhome Control","summary":"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/...","description":"---\nname: itsyhome-control\ndescription: \"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/off, toggle lights, set brightness/temperature/color/fan speed/blind position, lock/unlock doors, open/close garage doors, run scenes, list rooms or devices, check device state or status. Requires Itsyhome Pro running on the same Mac as the OpenClaw gateway. Trigger on any smart home control intent (lights, thermostat, locks, blinds, fans, cameras, scenes, groups).\"\n---\n\n# Itsyhome Control\n\nItsyhome exposes a local HTTP webhook server (default port `8423`) and a URL scheme (`itsyhome://`).\n\n**Prerequisites:** Itsyhome Pro, webhook server enabled in Settings → Webhooks.\n\n## Core Pattern\n\nAll control and query happens via `curl http://localhost:8423/<action>/<target>`.\n\n- Targets use `Room/Device` format or just `DeviceName`\n- Spaces → `%20` in URLs\n- On success: `{\"success\": true}` or JSON data\n- On failure: `{\"error\": \"...\"}` with HTTP 4xx\n\n## Workflow\n\n1. **If target is ambiguous** → `curl http://localhost:8423/list/devices` to find exact names\n2. **To check current state** → `curl http://localhost:8423/info/<target>`\n3. **To control** → appropriate action endpoint (see references/api.md)\n4. **Confirm to user** with what was done; include state if queried\n\n## Quick Reference\n\n```bash\n# Status\ncurl http://localhost:8423/status\n\n# List\ncurl http://localhost:8423/list/rooms\ncurl http://localhost:8423/list/devices\ncurl http://localhost:8423/list/devices/Kitchen\n\n# Query\ncurl http://localhost:8423/info/Office/Spotlights\n\n# Control\ncurl http://localhost:8423/toggle/Office/Spotlights\ncurl http://localhost:8423/on/Kitchen/Light\ncurl http://localhost:8423/brightness/50/Bedroom/Lamp\ncurl http://localhost:8423/scene/Goodnight\n```\n\nFor the full endpoint list, all control actions, and URL scheme reference: see [references/api.md](references/api.md).\n","tags":{"latest":"1.0.1"},"stats":{"comments":0,"downloads":1126,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":2},"createdAt":1771777556729,"updatedAt":1779077218866},"latestVersion":{"version":"1.0.1","createdAt":1771777857493,"changelog":"Add HomeKit + Home Assistant mention and link to itsyhome.app","license":null},"metadata":null,"owner":{"handle":"nickustinov","userId":"s17bzytj96g0capeb4e7p6m1en885psd","displayName":"nickustinov","image":"https://avatars.githubusercontent.com/u/823000?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779949681319}}