Agent Skills
› NeverSight/learn-skills.dev
› smartthings-api
smartthings-api
GitHub基于 SmartThings 官方文档,提供设备、位置、能力及自动化规则/场景的 API 操作指导。通过精准引用参考链接,确保回答的准确性和时效性。
Trigger Scenarios
查询或操作 SmartThings 设备
配置自动化规则或场景
获取 SmartThings API 端点信息
Install
npx skills add NeverSight/learn-skills.dev --skill smartthings-api -g -y
SKILL.md
Frontmatter
{
"name": "smartthings-api",
"description": "Use the SmartThings Public REST API and automation models (rules, scenes), including endpoints for devices, locations, rooms, capabilities, automations, subscriptions, and rules, based on official documentation."
}
SmartThings API
Use this skill when working with the SmartThings Public API, or when building automations via Rules or Scenes. Always open the exact official doc pages from references/ before answering so guidance stays current.
Workflow
- Identify the API surface (devices, locations, capabilities, automations, rules, scenes).
- Open the official API overview and the specific automation docs.
- For automation behavior, verify rules/scenes semantics in the docs.
- Link the exact pages used in the response.
References
- API and automations links:
references/api-links.md
Load only the reference file needed for the user request.
Version History
- e0220ca Current 2026-07-05 21:10


