원클릭으로
smart-home
Control Home Assistant devices (lights, switches, thermostats, sensors)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Control Home Assistant devices (lights, switches, thermostats, sensors)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Run Karpathy-style fixed-budget optimization loops for one approved asset and one objective score. Use when the user asks to optimize, auto-research, run overnight experiments, improve a prompt/tool/copy/config, or turn 'is it good?' into a number.
Store and recall personal facts, preferences, and profile details for the user. Use when the user shares personal info ('my name is', 'I live in'), asks 'what's my…', or says 'do you remember'.
Stores user corrections and preferences as learnings to improve future responses. Use when the user corrects a mistake, states a preference, or says 'remember that', 'from now on', or 'I prefer'.
Schedule proactive push notifications and one-shot nudges for users. Use when the user asks for a future reminder, notification, alert, or nudge like 'remind me at 3pm' or 'notify me tomorrow morning'.
Create, view, reschedule, and cancel calendar events and appointments. Use when the user asks to schedule a meeting, check their calendar, book an appointment, reschedule, or set a reminder for an event.
Connect and manage messaging channels (Telegram, Discord, WhatsApp) through conversation
SOC 직업 분류 기준
| name | smart-home |
| description | Control Home Assistant devices (lights, switches, thermostats, sensors) |
| version | 1.0.0 |
| author | zoe-team |
| api_only | true |
| priority | 10 |
| triggers | ["turn on","turn off","dim","brightness","set temperature","thermostat","lock","unlock","open","close","garage","fan","sensor","temperature","humidity"] |
| allowed_endpoints | ["POST /api/homeassistant/control","GET /api/homeassistant/entities","GET /api/homeassistant/state","GET /api/homeassistant/states"] |
| tags | ["home-automation","iot"] |
User wants to control smart home devices: lights, switches, thermostats, fans, locks, garage doors, or check sensor readings.
GET http://localhost:8000/api/homeassistant/entities
GET http://localhost:8000/api/homeassistant/state?entity_id={entity_id}
POST http://localhost:8000/api/homeassistant/control
{
"entity_id": "light.living_room",
"action": "turn_on",
"parameters": {"brightness": 255}
}