Agent Skills
› NeverSight/learn-skills.dev
› smartthings-cli
smartthings-cli
GitHub用于通过 SmartThings CLI 管理 SmartApps、Edge 驱动、设备、位置、能力及自动化。根据官方文档提供安装、配置及具体命令指导,确保操作准确并引用最新官方资源。
Trigger Scenarios
用户需要安装或配置 SmartThings CLI
用户希望管理 SmartApps 或 Edge 驱动
用户需要查询设备状态或执行自动化操作
用户询问 SmartThings CLI 的具体命令用法
Install
npx skills add NeverSight/learn-skills.dev --skill smartthings-cli -g -y
SKILL.md
Frontmatter
{
"name": "smartthings-cli",
"description": "Use the SmartThings CLI to manage SmartApps, Edge drivers, devices, locations, capabilities, and automations, based on the official SmartThings CLI repository and documentation."
}
SmartThings CLI
Use this skill when the user wants to install, configure, or use the SmartThings CLI for SmartApps, Edge drivers, devices, locations, capabilities, or automations. Always open the exact official doc pages from references/ before answering so guidance stays current.
Workflow
- Confirm the CLI task (auth, project init, driver install, device query, etc.).
- Open the official CLI documentation for exact commands and flags.
- Link the exact pages used in the response.
References
- CLI and examples:
references/cli-links.md
Load only the reference file needed for the user request.
Version History
- e0220ca Current 2026-07-05 21:10


