Toolverse
All skills

wled

by openclaw

Control WLED LED controllers via HTTP API. Use when a user asks to control WLED lights, LED strips, or ESP-based LED controllers. Supports power on/off, brightness, colors (RGB), effects, palettes, presets, and device status.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps

About this skill

Control WLED LED controllers via HTTP API. Use when a user asks to control WLED lights, LED strips, or ESP-based LED controllers. Supports power on/off, brightness, colors (RGB), effects, palettes, presets, and device status.

How to use

  1. Upewnij się, że masz urządzenie WLED podłączone do sieci lokalnej i znasz jego adres IP lub nazwę hosta. Skill komunikuje się z urządzeniem przez HTTP API, dlatego muszą być w tej samej sieci.

  2. Aby włączyć lub wyłączyć światła, użyj komendy power: python3 scripts/wled.py -H [IP] power on włącza światła, power off wyłącza je. Parametr -H zawsze określa adres IP lub hostname urządzenia WLED.

  3. Reguluj jasność wartościami od 0 do 255: python3 scripts/wled.py -H [IP] brightness 255 ustawia maksymalną jasność, brightness 128 to około 50%. Możesz też sprawdzić aktualną jasność bez parametru.

  4. Ustawiaj kolory RGB, podając trzy wartości od 0 do 255: python3 scripts/wled.py -H [IP] color 255 0 0 dla czerwieni, color 0 255 0 dla zieleni, color 0 0 255 dla błękitu. Kombinacje tych wartości dają dowolny kolor.

  5. Wybieraj efekty wizualne z dostępnej listy: najpierw wyświetl wszystkie efekty komendą python3 scripts/wled.py -H [IP] effects, a następnie zastosuj wybrany efekt jego numerem, np. effect 9 dla tęczy. Możesz też dostosować prędkość efektu parametrem -s lub intensywność parametrem -i.

  6. Załaduj zapisane predefiniowane konfiguracje (presets) lub wybierz paletę kolorów: python3 scripts/wled.py -H [IP] palettes wyświetla dostępne palety, a palette 6 ustawia wybraną paletę.

Related skills

trello

by openclaw

Manage Trello boards, lists, and cards via the Trello REST API.

DevOps
23107

crawl4ai

by basher83

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

DevOps
11128

dashboard-creator

by mhattingpete

Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.

DevOps
21124

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

task-master

by sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

DevOps
14126

senior-computer-vision

by davila7

World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production

DevOps
1044