# Send Home Assistant to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-homeassistant",
    "name": "Home Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/homeofe/openclaw-homeassistant",
    "canonicalUrl": "https://clawhub.ai/homeofe/openclaw-homeassistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-homeassistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-homeassistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "dashboard/akido-dashboard.yaml",
      "jest.config.js",
      "openclaw.plugin.json",
      "package-lock.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-homeassistant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-homeassistant",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-homeassistant",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-homeassistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-homeassistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-homeassistant/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: homeofe
- Version: 0.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-homeassistant)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-homeassistant/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-homeassistant/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-homeassistant/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-homeassistant)