一键导入
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