A comprehensive guide for deploying, managing, and troubleshooting high-performance Zigbee mesh networks for smart home automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install zigbee
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install zigbee using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Zigbee skill provides essential technical knowledge for developers and home automation enthusiasts working with low-power mesh networks. It addresses the complexities of the Zigbee protocol, focusing on network topology, hardware selection, and the critical distinction between routers and battery-powered end devices. By following the principles outlined in Openclaw Skills, users can build resilient automation systems that scale effectively across diverse environments.
This resource bridges the gap between basic device pairing and professional-grade network architecture. It covers advanced topics such as coordinator placement, firmware requirements for popular adapters like Sonoff or CC2531, and the nuances of vendor-specific compatibility issues found in ecosystems like Xiaomi, Aqara, and Tuya.
To begin using this skill within the Openclaw Skills ecosystem, prepare your hardware and environment with these steps:
# Install Zigbee2MQTT or similar bridge software
npm install -g zigbee2mqtt
# Connect your coordinator via a USB extension cable
# Check for device visibility on Linux
ls -l /dev/ttyACM0
Ensure your coordinator stick is placed away from high-interference sources like routers or computer cases to improve signal quality.
The Zigbee skill organizes network data and device roles according to the following taxonomy:
| Component | Type | Function |
|---|---|---|
| Coordinator | Network Master | Manages the network key, pairings, and routing tables. |
| Routers | Mains-powered | Constantly active nodes that extend mesh range for other devices. |
| End Devices | Battery-powered | Sleep-enabled sensors that communicate via parent routers. |
| Binding | Logical Link | Direct communication between two devices without coordinator intervention. |
Loading
A professional-grade AI agent skill for managing Zendesk tickets, user records, and automated support workflows via API integration.

A comprehensive automation bridge connecting your AI agent to the entire Zapier ecosystem, including Zaps, Tables, and 6000+ app integrations.

A comprehensive tool for local YouTube transcript extraction, timestamped navigation, and intelligent content searching.

A comprehensive digital framework for yoga instruction, focusing on anatomical alignment, safe sequencing, and breath-driven movement.

A professional-grade real estate analysis skill for interpreting Zillow data, calculating investment metrics, and formulating property pricing strategies.

A powerful multi-source gaming intelligence skill for checking deals, compatibility, and playtime via Python.








































