led-control

Control a 64-pixel WS2812 RGB LED strip with color or effect commands.

10|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/autonomous-ai/autonomous-lamp --skill led-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: led-control
Source: https://github.com/autonomous-ai/autonomous-lamp/tree/main/lamp/resources/openclaw-skills/led-control
Command: npx skills add https://github.com/autonomous-ai/autonomous-lamp --skill led-control

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Controlling the 64-pixel WS2812 RGB LED strip directly, enabling precise color, effect, or off states from natural language without manual scripting.

Core Features & Use Cases

  • Direct color control: set a specific RGB color for crisp, deterministic visuals.
  • LED effects and on/off: start predefined effects or turn the LEDs off in a safe manner.
  • Predictable behavior: stop existing effects before applying a solid color to prevent flicker.

Quick Start

Tell me the color or effect you want, and I will apply it to the 64-pixel LED strip.

Frequently Asked Questions about led-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control WS2812 RGB LED strip colors from natural language?

You can control WS2812 RGB LED strip colors by translating natural language requests into hardware commands. The Skill maps your color or effect requests directly to the lamp's hardware endpoints for deterministic visual outcomes on the 64-pixel strip.

Can I set a specific RGB color on a WS2812 strip without manual scripting?

Yes, you can set a specific RGB color on a WS2812 strip without manual scripting by requesting the desired color. The system translates your color request into direct hardware commands to achieve crisp, deterministic visuals on the 64-pixel LED strip.

Why does my WS2812 LED strip flicker when switching to a solid color?

WS2812 LED strips may flicker when switching to a solid color if existing effects are still running. The system prevents this by using stop-before-solid sequencing to halt any active effects before applying the new color command to the hardware endpoints.

How do I turn off a 64-pixel RGB LED strip safely?

To turn off a 64-pixel RGB LED strip safely, you can issue an off request. The system follows the LED control protocol to safely translate this request into the necessary hardware commands, ensuring the lights are deactivated without causing visual glitches.

Does this LED control approach support predefined lighting effects?

Yes, this LED control approach supports predefined lighting effects. You can request an LED effect through natural language, and the system will issue the corresponding effect command through the lamp's hardware endpoints to display it on the 64-pixel WS2812 strip.