โ† All skills
Tencent SkillHub ยท Developer Tools

Homeassistant

Control and monitor Home Assistant smart devices using commands for lights, switches, covers, climate, scenes, and scripts via the HA API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Control and monitor Home Assistant smart devices using commands for lights, switches, covers, climate, scenes, and scripts via the HA API.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Home Assistant Skill

Control smart home devices via Home Assistant API.

Skill Metadata

Name: homeassistant Type: OpenClaw Skill Purpose: Control lights, switches, covers, climate, scenes, scripts via HA API

Prerequisites

Home Assistant running on local network Long-Lived Access Token from HA Profile page

Configuration (One-Command)

# 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"

Basic Control

# 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

Brightness & Color

# 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"

Temperature

# Set temperature ha-cli <temperature> <thermostat_name> ha-cli 22 thermostat

Scenes & Scripts

# Activate scene ha-cli scene <scene_name> ha-cli scene movie # Run script ha-cli script <script_name> ha-cli script morning

Status & Discovery

# 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

Supported Device Types

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

Entity Matching

Case insensitive Partial name matching (bed โ†’ Bedroom Light) Fuzzy matching enabled

Error Handling

Connection error: Shows HA URL and token setup instructions Entity not found: Shows similar entity suggestions Invalid command: Shows usage help

Related Skills

openhue (Philips Hue) sonoscli (Sonos speakers) eightctl (Eight Sleep)

Files

homeassistant/ โ”œโ”€โ”€ SKILL.md # This file โ”œโ”€โ”€ README.md # User documentation โ”œโ”€โ”€ ha-cli # Main CLI executable โ”œโ”€โ”€ ha # Bash wrapper โ””โ”€โ”€ config.json # Saved configuration

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • config.json Config