Communityv1.0.1

Control Ikea Lightbulb

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.

1.8kdownloads1stars2active installsantgly
View on ClawHubBack to Skills

Skill Details

Slug
control-ikea-lightbulb
Latest Version
1.0.1
Author
antgly
Published
Feb 4, 2026
Updated
Feb 25, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Control Ikea Lightbulb.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.1

**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.