Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control and monitor Home Assistant smart devices using commands for lights, switches, covers, climate, scenes, and scripts via the HA API.
Control and monitor Home Assistant smart devices using commands for lights, switches, covers, climate, scenes, and scripts via the HA API.
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.
Control smart home devices via Home Assistant API.
Name: homeassistant Type: OpenClaw Skill Purpose: Control lights, switches, covers, climate, scenes, scripts via HA API
Home Assistant running on local network Long-Lived Access Token from HA Profile page
# Run this to configure ha-cli setup <HA_URL> <TOKEN> # Example: ha-cli setup 192.168.1.100 your_long_lived_token_here Or set environment variables: export HA_URL="http://homeassistant.local:8123" export HA_TOKEN="your_token_here"
# Turn on device (any type) ha-cli on <device_name> ha-cli <device_name> on # Turn off device ha-cli off <device_name> ha-cli <device_name> off
# Set brightness (0-100) ha-cli brightness <0-100> <device_name> ha-cli <device_name> brightness 75 # Set RGB color ha-cli rgb #RRGGBB <device_name> ha-cli rgb #FF5500 "Living Room"
# Set temperature ha-cli <temperature> <thermostat_name> ha-cli 22 thermostat
# Activate scene ha-cli scene <scene_name> ha-cli scene movie # Run script ha-cli script <script_name> ha-cli script morning
# Check HA status ha-cli status ha-cli info # List all entities ha-cli list ha-cli list entities # List by domain ha-cli list light ha-cli list switch ha-cli list climate
DomainCommandsExampleslighton, off, brightness, rgbha-cli on living roomswitchon, offha-cli off tvcoveropen, close, stopha-cli open blindsclimatetemperature, modeha-cli 22 thermostatlocklock, unlockha-cli lock front doorsceneactivateha-cli scene moviescriptrunha-cli script morning
Case insensitive Partial name matching (bed โ Bedroom Light) Fuzzy matching enabled
Connection error: Shows HA URL and token setup instructions Entity not found: Shows similar entity suggestions Invalid command: Shows usage help
openhue (Philips Hue) sonoscli (Sonos speakers) eightctl (Eight Sleep)
homeassistant/ โโโ SKILL.md # This file โโโ README.md # User documentation โโโ ha-cli # Main CLI executable โโโ ha # Bash wrapper โโโ config.json # Saved configuration
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.