Saengsation
Control Keychron V7 keyboard RGB LEDs — set lighting states, effects, colors, and animationsFrom its SKILL.md
npx -y skills add mbarlow/saengsation --skill saengsationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 436 tokens by cl100k_base, as published. Nobody here has run it
You have access to the saengsation CLI tool for controlling the Keychron V7 keyboard RGB LEDs.
Available Commands
# Apply a named state
saengsation state set <name>
# List all states
saengsation state list
# Set effect directly
saengsation kb effect <name|number>
# Set color (HSV)
saengsation kb color <hue>,<sat>[,<brightness>]
# Set brightness / speed
saengsation kb brightness <0-255>
saengsation kb speed <0-3>
# Run an animation
saengsation animate <cycle|police|pulse|flash> [--duration N] [--hue N]
Built-in States
| State | Effect | Description |
|---|---|---|
| focus | breathing blue | Deep work mode |
| alert | solid red | Something needs attention |
| chill | cycle_all | Slow rainbow cycle |
| meeting | off | Lights off |
| music | rainbow_beacon | Party mode |
| night | solid dim warm | Dark room |
| matrix | digital_rain green | Hacker vibes |
| waiting | solid red | Claude needs user input |
| acknowledged | breathing green | Claude received input |
| working | cycle_spiral | Claude is processing |
| idle | breathing blue dim | Nothing happening |
When to Use
- When the user asks to change their keyboard lighting
- When the user references a mood, state, or activity that maps to a preset
- When the user asks what lighting options are available
Examples
User: "set my keyboard to focus mode"
→ saengsation state set focus
User: "make it red"
→ saengsation kb color 0,255,255
User: "party mode"
→ saengsation state set music
User: "turn off my keyboard lights"
→ saengsation state set meeting
User: "run police lights for 5 seconds"
→ saengsation animate police --duration 5
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.