← Back to Skills Marketplace
ymebosma

TRÅDFRI Lights

by ymebosma · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ Security Clean
120
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tradfri-lights
Description
Control IKEA TRÅDFRI lights and groups through a local TRÅDFRI gateway using the native gateway API via node-tradfri-client. Use when the user wants to list...
Usage Guidance
This skill appears to do what it says: control a local IKEA TRÅDFRI gateway. Before installing/run it: 1) Ensure Node.js is available and run `npm install` in the skill folder as instructed. 2) Provide gateway credentials only via config.json or the env vars TRADFRI_HOST / TRADFRI_IDENTITY / TRADFRI_PSK — do not publish these values. 3) Be aware the script must be able to reach the gateway on your local network; run it from a host with network access to the gateway. 4) Review scripts/tradfri.js yourself (it is included) if you have concerns — it operates locally and does not contact external services. 5) Note minor metadata omissions: the registry did not declare the env vars or the Node binary requirement; treat that as a packaging/documentation issue rather than a security red flag. If you want higher assurance, run the script in a controlled environment (or inspect and run it manually) before allowing autonomous agent invocation.
Capability Analysis
Type: OpenClaw Skill Name: tradfri-lights Version: 0.2.0 The skill provides a legitimate interface for controlling IKEA TRÅDFRI smart lights via a local gateway using the node-tradfri-client library. The implementation in scripts/tradfri.js includes standard features for IoT automation such as device discovery, group management, and state verification. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the skill correctly advises the agent to keep credentials private and seek confirmation for large-scale actions.
Capability Assessment
Purpose & Capability
The name/description (local TRÅDFRI gateway control) align with the provided scripts and instructions: the script uses node-tradfri-client and operates only against a locally reachable gateway host. Minor metadata mismatch: the registry lists no required env vars or binaries, while the SKILL.md and script require Node.js and allow TRADFRI_HOST/TRADFRI_IDENTITY/TRADFRI_PSK (and a few tuning env vars). This appears to be an omission in metadata rather than malicious intent.
Instruction Scope
SKILL.md instructs running the included script and installing dependencies (npm install). The runtime instructions and operating rules limit actions to the local TRÅDFRI gateway and ask for confirmation on bulk/house actions; the script reads local config.json and environment variables. The instructions do not direct data to external endpoints beyond the gateway, nor do they ask to read unrelated system files.
Install Mechanism
This is instruction-only (no autoinstall spec). The user is told to run `npm install` in the skill folder to install node-tradfri-client. No downloads from untrusted URLs or remote extract/install steps are present. The lack of an install spec and the requirement to run npm manually is normal but should be noted by the user.
Credentials
The script legitimately needs only local gateway credentials (identity/psk) and the gateway host. Those are the only sensitive values used. However, the registry metadata did not declare these environment variables or the implicit Node requirement; additionally the script accepts extra tuning env vars (TRADFRI_SETTLE_MS, TRADFRI_RETRIES, TRADFRI_RETRY_DELAY_MS) that are not documented in the registry metadata. This is a proportional but partly undocumented set of env vars.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or global agent configuration. It runs as a local script when invoked and therefore has only the privileges of the process that executes it.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tradfri-lights
  3. After installation, invoke the skill by name or use /tradfri-lights
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Add retries, settle-delay verification, floor commands, and layout presets with device-level checks.
v0.1.2
Clarify npm dependency installation, runtime requirements, and local gateway setup.
v0.1.1
Add group brightness support, expose lamp group mapping, and document post-action verification.
v1.0.1
Repository polish: add license and repo metadata
v1.0.0
Initial public release
Metadata
Slug tradfri-lights
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is TRÅDFRI Lights?

Control IKEA TRÅDFRI lights and groups through a local TRÅDFRI gateway using the native gateway API via node-tradfri-client. Use when the user wants to list... It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.

How do I install TRÅDFRI Lights?

Run "/install tradfri-lights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TRÅDFRI Lights free?

Yes, TRÅDFRI Lights is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TRÅDFRI Lights support?

TRÅDFRI Lights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TRÅDFRI Lights?

It is built and maintained by ymebosma (@ymebosma); the current version is v0.2.0.

💬 Comments