ワンクリックで
smart-home
Control smart home devices via Home Assistant — lights, thermostat, locks, cameras, and scenes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Control smart home devices via Home Assistant — lights, thermostat, locks, cameras, and scenes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyze code for bugs, security issues, performance problems, and style improvements
Generate a comprehensive morning briefing with weather, calendar events, news headlines, and pending tasks
Track personal expenses from natural language, categorize spending, and generate reports
Prepare for upcoming meetings by gathering attendee info, relevant emails, and past context
Track daily health metrics including water intake, sleep, exercise, steps, and mood
Search and summarize news articles on configured topics into a concise digest
| name | Smart Home |
| description | Control smart home devices via Home Assistant — lights, thermostat, locks, cameras, and scenes |
| version | 1.0.0 |
| author | Karna Team |
| category | home-automation |
| icon | 🏠 |
| tags | ["smart-home","home-assistant","iot","automation"] |
| triggers | [{"type":"command","value":"/home","description":"Control smart home devices via command"},{"type":"pattern","value":"lights?|thermostat|temperature|lock|unlock|camera|scene","description":"Detect smart home device mentions"}] |
| actions | [{"name":"lights","description":"Control lights (on/off/brightness/color)","parameters":{"entity":{"type":"string","description":"Light entity name or area"},"state":{"type":"string","description":"on, off, or toggle"},"brightness":{"type":"number","description":"Brightness 0-255"},"color":{"type":"string","description":"Color name or hex value"}}},{"name":"thermostat","description":"Control thermostat (temperature/mode)","parameters":{"temperature":{"type":"number","description":"Target temperature"},"mode":{"type":"string","description":"heat, cool, auto, off"}}},{"name":"lock","description":"Control locks","parameters":{"entity":{"type":"string","description":"Lock entity name"},"action":{"type":"string","description":"lock or unlock"}},"riskLevel":"high"},{"name":"camera","description":"View camera status or snapshots","parameters":{"entity":{"type":"string","description":"Camera entity name"}}},{"name":"scene","description":"Activate a scene","parameters":{"name":{"type":"string","description":"Scene name to activate"}}},{"name":"status","description":"Get device or area status","parameters":{"entity":{"type":"string","description":"Entity or area name"}}}] |
| permissions | ["network_access"] |
Control smart home devices via Home Assistant REST API.
Requires in the agent config:
homeAssistant.url — Home Assistant instance URL (e.g., http://homeassistant.local:8123)homeAssistant.token — Long-lived access token