Agent Skills
› NeverSight/learn-skills.dev
› smartthings-edge-driver
smartthings-edge-driver
GitHub用于构建和调试 SmartThings Edge 设备驱动(Lua),涵盖 Zigbee、Z-Wave、Matter 等协议及能力配置。需严格依据官方参考文档提供指导,确保信息准确且版本同步。
Trigger Scenarios
需要编写或修改 SmartThings Edge Lua 驱动代码
排查 SmartThings 设备连接或通信故障
查询 Edge Driver API 用法或设备配置文件结构
Install
npx skills add NeverSight/learn-skills.dev --skill smartthings-edge-driver -g -y
SKILL.md
Frontmatter
{
"name": "smartthings-edge-driver",
"description": "Build and troubleshoot SmartThings Edge device drivers in Lua, including Zigbee, Z-Wave, Matter, LAN, capabilities, device profiles, driver channels, and Edge driver API reference usage."
}
SmartThings Edge Driver
Use this skill when working on SmartThings Edge drivers (Lua). Always open the exact official doc pages from references/ before answering so guidance stays current.
Workflow
- Identify the device protocol (Zigbee, Z-Wave, Matter, LAN) and the device capabilities.
- Confirm required capabilities, profiles, and preferences in the device docs.
- Use Edge driver structure docs to set up driver layout and lifecycle handlers.
- Consult the Edge driver API reference for exact class/module usage and defaults.
- For protocol-specific behavior, use the corresponding library reference.
- Link the exact pages used in the response.
References
- Core Edge docs and device fundamentals:
references/edge-links.md - Full Edge driver API reference (Lua):
references/edge-reference.md
Load only the reference file(s) needed for the user request.
Version History
- e0220ca Current 2026-07-05 21:10


