โ† All skills
Tencent SkillHub ยท Developer Tools

Home Assistant

Control smart home devices via Home Assistant: lights, climate, media, covers, scenes, sensors, automations, and more. 34 tools with readOnly and domain-leve...

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

Control smart home devices via Home Assistant: lights, climate, media, covers, scenes, sensors, automations, and more. 34 tools with readOnly and domain-leve...

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

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, dashboard/akido-dashboard.yaml, jest.config.js, openclaw.plugin.json, package-lock.json

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

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

openclaw-homeassistant

OpenClaw plugin for Home Assistant integration. Control your entire smart home from chat.

Core

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

Lights

ha_light_on - Turn on (brightness, color_temp, rgb, transition) ha_light_off / ha_light_toggle ha_light_list - All lights with current state

Switches

ha_switch_on / ha_switch_off / ha_switch_toggle

Climate

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

Media Player

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

Covers

ha_cover_open / ha_cover_close ha_cover_position - Set position (0-100)

Scenes & Automations

ha_scene_activate / ha_script_run / ha_automation_trigger

Sensors & History

ha_sensor_list - All sensors with values ha_history - Entity history over time ha_logbook - Recent logbook entries

Generic

ha_call_service - Any service call ha_fire_event - Fire custom events ha_render_template - Jinja2 templates

Notifications

ha_notify - Send notifications

Configuration

{ "url": "http://your-ha-instance:8123", "token": "YOUR_LONG_LIVED_ACCESS_TOKEN", "allowedDomains": ["light", "switch", "climate"], "readOnly": false }

Safety

readOnly: blocks all write operations allowedDomains: restricts to specific device domains Entity ID validation enforced on all calls

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
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • jest.config.js Scripts
  • dashboard/akido-dashboard.yaml Config
  • openclaw.plugin.json Config
  • package-lock.json Config