원클릭으로
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