Maclight
Control your Mac keyboard LEDs
Install / Use
/learn @busyloop/MaclightREADME
MacLight 
MacLight lets you control the keyboard LEDs on your Mac or Macbook.
Screenshot

Installation
$ gem install maclight
Usage
$ maclight --help
Usage: maclight <command>
MacLight v3.0.0 - LED control utility
Options:
--version: Print version and exit
--help, -h: Show this message
Commands:
keyboard Control keyboard LEDs
API Usage
#!/usr/bin/env ruby
require 'maclight'
# Turn LEDs on
MacLight.all_leds(true)
sleep 2
# Turn LEDs off
MacLight.all_leds(false)
Notice
MacLight can currently only toggle all LEDs at once and has only been tested on OSX 10.11.3 (El Capitan).
Related Skills
node-connect
337.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.1kCommit, push, and open a PR
