Install
openclaw skills install nanoleafControl Nanoleaf light panels via the Picoleaf CLI. Use for turning Nanoleaf on/off, adjusting brightness, setting colors (RGB/HSL), changing color temperature, or any Nanoleaf lighting control.
openclaw skills install nanoleafUse picoleaf to control Nanoleaf light panels.
Setup
dns-sd -Z _nanoleafapicurl -iLX POST http://<ip>:16021/api/v1/new~/.picoleafrc:
host=<ip>:16021
access_token=<token>
Power
picoleaf on - Turn onpicoleaf off - Turn offBrightness
picoleaf brightness <0-100> - Set brightness percentageColors
picoleaf rgb <r> <g> <b> - Set RGB color (0-255 each)picoleaf hsl <hue> <sat> <light> - Set HSL colorpicoleaf temp <1200-6500> - Set color temperature in KelvinExamples
picoleaf on && picoleaf brightness 30 && picoleaf temp 2700picoleaf on && picoleaf brightness 100 && picoleaf rgb 0 100 255picoleaf offNotes
&&