Learn-skills.dev smartthings-api
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.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/401unauthorized/smartthings-skills/smartthings-api" ~/.claude/skills/neversight-learn-skills-dev-smartthings-api && rm -rf "$T"
manifest:
data/skills-md/401unauthorized/smartthings-skills/smartthings-api/SKILL.mdsource content
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.