Learn-skills.dev smartthings-cli
Use the SmartThings CLI to manage SmartApps, Edge drivers, devices, locations, capabilities, and automations, based on the official SmartThings CLI repository and 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-cli" ~/.claude/skills/neversight-learn-skills-dev-smartthings-cli && rm -rf "$T"
manifest:
data/skills-md/401unauthorized/smartthings-skills/smartthings-cli/SKILL.mdsource content
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.