Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control smart home devices via Home Assistant: lights, climate, media, covers, scenes, sensors, automations, and more. 34 tools with readOnly and domain-leve...
Control smart home devices via Home Assistant: lights, climate, media, covers, scenes, sensors, automations, and more. 34 tools with readOnly and domain-leve...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
OpenClaw plugin for Home Assistant integration. Control your entire smart home from chat.
ha_status - HA config, version, location ha_list_entities - List entities (filter by domain/state) ha_get_state - Get single entity state + attributes ha_search_entities - Search entities by name pattern ha_list_services - Available services by domain
ha_light_on - Turn on (brightness, color_temp, rgb, transition) ha_light_off / ha_light_toggle ha_light_list - All lights with current state
ha_switch_on / ha_switch_off / ha_switch_toggle
ha_climate_set_temp - Set temperature + HVAC mode ha_climate_set_mode - heat/cool/auto/off ha_climate_set_preset - home/away/eco/boost ha_climate_list - All climate entities with temps
ha_media_play / ha_media_pause / ha_media_stop ha_media_volume - Set volume (0.0-1.0) ha_media_play_media - Play specific media
ha_cover_open / ha_cover_close ha_cover_position - Set position (0-100)
ha_scene_activate / ha_script_run / ha_automation_trigger
ha_sensor_list - All sensors with values ha_history - Entity history over time ha_logbook - Recent logbook entries
ha_call_service - Any service call ha_fire_event - Fire custom events ha_render_template - Jinja2 templates
ha_notify - Send notifications
{ "url": "http://your-ha-instance:8123", "token": "YOUR_LONG_LIVED_ACCESS_TOKEN", "allowedDomains": ["light", "switch", "climate"], "readOnly": false }
readOnly: blocks all write operations allowedDomains: restricts to specific device domains Entity ID validation enforced on all calls
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.