{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zigbee",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zigbee",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/zigbee",
    "agentPageUrl": "https://openagent3.xyz/skills/zigbee/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zigbee/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zigbee/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Mesh Network Traps",
        "body": "Battery devices don't route — only mains-powered devices extend mesh\nMesh needs routers every 10-15m — one coordinator alone has limited range\nAdding routers requires rebuilding routes — devices don't automatically find new paths\nFirst devices paired become mesh backbone — pair routers before sensors"
      },
      {
        "title": "Coordinator Issues",
        "body": "Only one coordinator per network — two coordinators create two separate networks\nCoordinator stick placement matters — USB extension away from computer reduces interference\nCoordinator migration loses all pairings — backup before switching hardware\nSome sticks need firmware flash — Sonoff, CC2531 don't work out of box"
      },
      {
        "title": "WiFi Interference",
        "body": "Zigbee shares 2.4GHz spectrum — WiFi channels overlap with Zigbee channels\nZigbee channel 11 = WiFi channel 1, Zigbee 25 = WiFi 11 — pick non-overlapping\nDefault Zigbee channel 11 often worst — conflicts with common WiFi defaults\nChanging Zigbee channel requires re-pairing all devices — choose carefully initially"
      },
      {
        "title": "Compatibility Issues",
        "body": "\"Zigbee compatible\" doesn't mean interoperable — some devices only work with their hub\nXiaomi/Aqara devices drop off generic coordinators — need specific handling\nTuya Zigbee often requires their gateway — may not pair with Zigbee2MQTT\nCheck device compatibility list before buying — not all Zigbee is equal"
      },
      {
        "title": "Pairing Problems",
        "body": "Pairing mode timeout is short — be ready before enabling\nFactory reset required if previously paired — hold button 5-10 seconds\nDistance during pairing matters — pair close to coordinator, move after\nSome devices need multiple reset attempts — keep trying"
      },
      {
        "title": "Groups vs Binding",
        "body": "Groups: coordinator sends one command to all — requires coordinator online\nBinding: direct device-to-device — works without coordinator, lower latency\nBinding a switch to bulbs survives coordinator reboot — groups don't\nNot all devices support binding — check before planning automation"
      },
      {
        "title": "Battery Devices",
        "body": "Battery sensors sleep aggressively — commands only received on wake\nCheck-in intervals vary by device — some wake every hour, others every few seconds\nReporting thresholds affect battery life — frequent updates drain faster\nReplacing battery sometimes requires re-pairing — device forgets network"
      },
      {
        "title": "Common Failures",
        "body": "Device shows online but doesn't respond — try power cycle, check routing\nIntermittent responses — mesh too sparse, add routers\nDelayed commands — routing through many hops, add closer router\nNew device won't pair — network in wrong mode, coordinator issue, or device not reset"
      }
    ],
    "body": "Mesh Network Traps\nBattery devices don't route — only mains-powered devices extend mesh\nMesh needs routers every 10-15m — one coordinator alone has limited range\nAdding routers requires rebuilding routes — devices don't automatically find new paths\nFirst devices paired become mesh backbone — pair routers before sensors\nCoordinator Issues\nOnly one coordinator per network — two coordinators create two separate networks\nCoordinator stick placement matters — USB extension away from computer reduces interference\nCoordinator migration loses all pairings — backup before switching hardware\nSome sticks need firmware flash — Sonoff, CC2531 don't work out of box\nWiFi Interference\nZigbee shares 2.4GHz spectrum — WiFi channels overlap with Zigbee channels\nZigbee channel 11 = WiFi channel 1, Zigbee 25 = WiFi 11 — pick non-overlapping\nDefault Zigbee channel 11 often worst — conflicts with common WiFi defaults\nChanging Zigbee channel requires re-pairing all devices — choose carefully initially\nCompatibility Issues\n\"Zigbee compatible\" doesn't mean interoperable — some devices only work with their hub\nXiaomi/Aqara devices drop off generic coordinators — need specific handling\nTuya Zigbee often requires their gateway — may not pair with Zigbee2MQTT\nCheck device compatibility list before buying — not all Zigbee is equal\nPairing Problems\nPairing mode timeout is short — be ready before enabling\nFactory reset required if previously paired — hold button 5-10 seconds\nDistance during pairing matters — pair close to coordinator, move after\nSome devices need multiple reset attempts — keep trying\nGroups vs Binding\nGroups: coordinator sends one command to all — requires coordinator online\nBinding: direct device-to-device — works without coordinator, lower latency\nBinding a switch to bulbs survives coordinator reboot — groups don't\nNot all devices support binding — check before planning automation\nBattery Devices\nBattery sensors sleep aggressively — commands only received on wake\nCheck-in intervals vary by device — some wake every hour, others every few seconds\nReporting thresholds affect battery life — frequent updates drain faster\nReplacing battery sometimes requires re-pairing — device forgets network\nCommon Failures\nDevice shows online but doesn't respond — try power cycle, check routing\nIntermittent responses — mesh too sparse, add routers\nDelayed commands — routing through many hops, add closer router\nNew device won't pair — network in wrong mode, coordinator issue, or device not reset"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/zigbee",
    "publisherUrl": "https://clawhub.ai/ivangdavila/zigbee",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}