Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

claw-keyboard爪式键盘

Agent Skill

claw-keyboard 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,245

周安装

223

GitHub Stars

公开资料未说明

下载量

1,838
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:claw-keyboard(爪式键盘)
来源仓库:https://github.com/dionren/claw-keyboard
安装命令:
openclaw skills install claw-keyboard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install claw-keyboard

简介

claw-keyboard 通过 USB HID 控制键盘 RGB 背光与宏设置。

  • 支持自定义 LED 模式、按键映射和配置文件切换。
  • 通过 clawhub 安装,需识别硬件型号并加载驱动协议。
  • 使用前应确认设备兼容性、固件版本及热键冲突风险。
  • 适合电竞玩家或效率爱好者个性化外设管理。claw-keyboard 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
claw-keyboard
description
Control keyboard RGB backlight, custom LEDs, macros, key mapping, and profile settings via USB HID. Use when the user asks to control keyboard lighting, manage macros, remap keys, adjust profile parameters, render KLE layouts, or interact with compatible USB keyboards (e.g. LUXSWH R68pro).
version
1.0.4
homepage
https://github.com/clawdevice/claw-keyboard
metadata
openclaw
emoji
⌨️
version
1.0.3
requires
bins
os
install
kind
download
url
https://github.com/clawdevice/claw-keyboard/releases/latest/download/claw-keyboard-darwin-arm64
bins
[claw-keyboard]
label
macOS Apple Silicon
os
[darwin]
kind
download
url
https://github.com/clawdevice/claw-keyboard/releases/latest/download/claw-keyboard-darwin-amd64
bins
[claw-keyboard]
label
macOS Intel
os
[darwin]
kind
download
url
https://github.com/clawdevice/claw-keyboard/releases/latest/download/claw-keyboard-linux-amd64
bins
[claw-keyboard]
label
Linux x86_64
os
[linux]
kind
download
url
https://github.com/clawdevice/claw-keyboard/releases/latest/download/claw-keyboard-linux-arm64
bins
[claw-keyboard]
label
Linux ARM64
os
[linux]
kind
download
url
https://github.com/clawdevice/claw-keyboard/releases/latest/download/claw-keyboard-windows-amd64.exe
bins
[claw-keyboard]
label
Windows x86_64
os
[win32]
kind
download
url
https://github.com/clawdevice/claw-keyboard/releases/latest/download/claw-keyboard-windows-arm64.exe
bins
[claw-keyboard]
label
Windows ARM64
os
[win32]

claw-keyboard

Use claw-keyboard to discover and control USB keyboards that support the vendor HID protocol (UsagePage 0xFF60, Usage 0x61). Tested with LUXSWH R68pro. Supports RGB backlight, custom per-key LEDs, macros, key remapping, profile tuning, KLE layout rendering, and multi-keyboard management.

Quick start

  • claw-keyboard discover — scan for connected keyboards
  • claw-keyboard info — show keyboard details (rows, cols, firmware, mode, RGB state)
  • claw-keyboard rgb color red — set backlight to red
  • claw-keyboard rgb brightness 128 — set brightness (0-255)
  • claw-keyboard rgb effect 1 — set lighting effect mode (0-20)
  • claw-keyboard rgb save — persist current settings to flash

Device selection

When multiple keyboards are connected, use --device <path> to target a specific one. Run discover to list available paths.

RGB control

  • claw-keyboard rgb status — show current brightness, effect, speed, color
  • claw-keyboard rgb color <name|hue> — set color by name (red, green, blue, cyan, purple, orange, yellow, white) or hue value (0-255)
  • claw-keyboard rgb brightness <0-255> — set LED brightness
  • claw-keyboard rgb effect <0-20> — set lighting effect mode (0 = rainbow, 1 = solid, 2-20 = animations)
  • claw-keyboard rgb speed <0-5> — set animation speed (0 = slowest, 5 = fastest)
  • claw-keyboard rgb save — write current config to flash (avoid frequent calls — flash has limited write cycles)

Custom LED control

  • claw-keyboard led on <row> <col> — turn on a single LED at row/col position
  • claw-keyboard led off <row> <col> — turn off a single LED
  • claw-keyboard led clear — turn off all LEDs
  • claw-keyboard led list — list currently lit LED positions
  • claw-keyboard led sync-start — start onboard LED effect sync (keyboard reports LED data to PC)
  • claw-keyboard led sync-stop — stop onboard LED effect sync

Key mapping

  • claw-keyboard keymap read — dump current key layout (all layers)
  • claw-keyboard keymap layers — show number of supported layers
  • claw-keyboard keymap get <layer> <row> <col> — read the 2-byte HID key value at a position
  • claw-keyboard keymap set <layer> <row> <col> <keyvalue> — set a single key (4-digit hex, e.g. 0029 = Escape). Requires user confirmation — this changes a physical key binding on the keyboard.
  • claw-keyboard keymap write <file> — write complete keymap from hex file. Requires user confirmation — this overwrites all key bindings.

Macro management

  • claw-keyboard macro list — show macro count, storage usage, and parsed macros
  • claw-keyboard macro clear — erase all macros. Requires user confirmation — this deletes all macros permanently.
  • claw-keyboard macro dump — hex dump of raw macro storage data
  • claw-keyboard macro set <actions> [<actions>...] — configure macros from action strings (replaces all existing macros). Requires user confirmation.

- Action format: tap:<keycode>, press:<keycode>, release:<keycode>, delay:<ms> separated by commas - Example: claw-keyboard macro set "press:0xE0,tap:0x06,release:0xE0" (Ctrl+C)

Profile parameters

  • claw-keyboard profile get — read profile parameters (debounce, TAP layer, sleep, power-down)
  • claw-keyboard profile set — configure profile parameters (use --debounce, --tap, --sleep, --powerdown flags)

KLE layout tools

  • claw-keyboard kle info <file.json> — show parsed KLE layout summary
  • claw-keyboard kle render <file.json> — render KLE JSON layout to SVG

Other

  • claw-keyboard reset — factory reset keyboard. Requires explicit user confirmation — this permanently erases all settings, key mappings, and macros from the keyboard, restoring it to factory defaults. Only run when the user explicitly requests a factory reset.

Safety

The following commands modify keyboard hardware state and should only be run with explicit user confirmation. Never run these autonomously:

  • reset — factory reset (irreversible, erases everything)
  • macro clear / macro set — erases or replaces all macros
  • keymap set / keymap write — changes key bindings
  • rgb save — writes to flash (limited write cycles)

Read-only commands (discover, info, rgb status, keymap read, macro list, profile get, kle info) are always safe to run.

Notes

  • The tool auto-discovers keyboards by scanning for HID interfaces with UsagePage 0xFF60 and Usage 0x61, then verifying via a challenge-response handshake.
  • Not all keyboards expose the vendor HID interface. If discover finds nothing, the keyboard may not support this protocol.
  • On macOS, you may need to grant HID access permission to the terminal application in System Settings > Privacy & Security > Input Monitoring.
  • On Linux, you may need udev rules to access USB HID devices without root. Create /etc/udev/rules.d/99-claw-keyboard.rules with SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1a86", MODE="0666" and run sudo udevadm control --reload-rules.
  • SHA256 checksums for all binaries are available in the SHA256SUMS file on the GitHub Releases page. Verify after downloading: shasum -a 256 -c SHA256SUMS.
  • Use --json flag for machine-readable output.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.88%
按下载量换算1,303

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install claw-keyboard 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills