openclaw-homeassistant

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-homeassistant" with this command: npx skills add homeofe/openclaw-homeassistant/homeofe-openclaw-homeassistant-openclaw-homeassistant

openclaw-homeassistant

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

Tools (34)

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated