.claude/skills/control-ikea-lightbulbRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Control IKEA/TP-Link Kasa smart bulbs (set on/off, brightness, and color). Use when you want to programmatically control a local smart bulb by IP on the LAN.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/control-ikea-lightbulbRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/control-ikea-lightbulbRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/control-ikea-lightbulbRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @antgly/control-ikea-lightbulbclawhub inspect @antgly/control-ikea-lightbulb --version 1.0.1This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:453fcebe486e3b659809e0d7d3ffc6b0382fe703e58ead50f453ce6ebfadc7f6pyproject.tomlscripts/__init__.pyscripts/control_kasa_light.pyscripts/light_show_verbose.pyscripts/light_show.pyscripts/run_control_kasa.shscripts/run_test_light_show.shskill-card.mdSKILL.md**Switched to uv for dependency management and simplified setup.** - Removed the custom virtualenv bootstrap script; now uses uv and pyproject.toml for managing dependencies. - Added pyproject.toml with updated Python and python-kasa version constraints to address resolver issues. - Updated wrapper and helper scripts to use uv instead of manual virtualenv activation. - Updated documentation to reflect the new uv-based workflow, with quick start instructions. - Dropped mention of the old virtualenv in favor of uv; Git ignore advice simplified.