SkillAgentSearch skills...

Maclight

Control your Mac keyboard LEDs

Install / Use

/learn @busyloop/Maclight
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MacLight Gem Version

MacLight lets you control the keyboard LEDs on your Mac or Macbook.

Screenshot

capslock

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

View on GitHub
GitHub Stars117
CategoryDevelopment
Updated7mo ago
Forks4

Languages

C

Security Score

72/100

Audited on Aug 7, 2025

No findings