# Send Zigbee 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zigbee",
    "name": "Zigbee",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/zigbee",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/zigbee",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/zigbee",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zigbee",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "zigbee",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T21:19:39.295Z",
      "expiresAt": "2026-05-08T21:19:39.295Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zigbee",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zigbee",
        "contentDisposition": "attachment; filename=\"zigbee-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "zigbee"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zigbee"
    },
    "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/zigbee",
    "downloadUrl": "https://openagent3.xyz/downloads/zigbee",
    "agentUrl": "https://openagent3.xyz/skills/zigbee/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zigbee/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zigbee/agent.md"
  }
}
```
## Documentation

### Mesh Network Traps

Battery devices don't route — only mains-powered devices extend mesh
Mesh needs routers every 10-15m — one coordinator alone has limited range
Adding routers requires rebuilding routes — devices don't automatically find new paths
First devices paired become mesh backbone — pair routers before sensors

### Coordinator Issues

Only one coordinator per network — two coordinators create two separate networks
Coordinator stick placement matters — USB extension away from computer reduces interference
Coordinator migration loses all pairings — backup before switching hardware
Some sticks need firmware flash — Sonoff, CC2531 don't work out of box

### WiFi Interference

Zigbee shares 2.4GHz spectrum — WiFi channels overlap with Zigbee channels
Zigbee channel 11 = WiFi channel 1, Zigbee 25 = WiFi 11 — pick non-overlapping
Default Zigbee channel 11 often worst — conflicts with common WiFi defaults
Changing Zigbee channel requires re-pairing all devices — choose carefully initially

### Compatibility Issues

"Zigbee compatible" doesn't mean interoperable — some devices only work with their hub
Xiaomi/Aqara devices drop off generic coordinators — need specific handling
Tuya Zigbee often requires their gateway — may not pair with Zigbee2MQTT
Check device compatibility list before buying — not all Zigbee is equal

### Pairing Problems

Pairing mode timeout is short — be ready before enabling
Factory reset required if previously paired — hold button 5-10 seconds
Distance during pairing matters — pair close to coordinator, move after
Some devices need multiple reset attempts — keep trying

### Groups vs Binding

Groups: coordinator sends one command to all — requires coordinator online
Binding: direct device-to-device — works without coordinator, lower latency
Binding a switch to bulbs survives coordinator reboot — groups don't
Not all devices support binding — check before planning automation

### Battery Devices

Battery sensors sleep aggressively — commands only received on wake
Check-in intervals vary by device — some wake every hour, others every few seconds
Reporting thresholds affect battery life — frequent updates drain faster
Replacing battery sometimes requires re-pairing — device forgets network

### Common Failures

Device shows online but doesn't respond — try power cycle, check routing
Intermittent responses — mesh too sparse, add routers
Delayed commands — routing through many hops, add closer router
New device won't pair — network in wrong mode, coordinator issue, or device not reset
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T21:19:39.295Z
- Expires at: 2026-05-08T21:19:39.295Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/zigbee)
- [Send to Agent page](https://openagent3.xyz/skills/zigbee/agent)
- [JSON manifest](https://openagent3.xyz/skills/zigbee/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/zigbee/agent.md)
- [Download page](https://openagent3.xyz/downloads/zigbee)