Tools
Modue Tools
Community OpenClaw plugin: agent tools and gateway methods to drive the Modue hardware control surface (display, LEDs, slider, keys).
Install
openclaw plugins install @ddrayne/openclaw-modue-tools
README
# OpenClaw Modue tools (community)
A small community [OpenClaw](https://openclaw.ai) plugin by @ddrayne that lets
agents drive the Modue hardware control surface — display, LEDs, slider, and
key labels — through plain LLM tool calls.
## What it registers
**Agent tools** the LLM can call directly:
- `modue_leds` — set LED patterns (pulse, chase, breathe, flash, solid) or
individual colors
- `modue_display` — push title/body/image content to the device display
- `modue_slider` — set motorized fader position 0-100
- `modue_keys` — set labels for the three physical keys
**Gateway RPC methods** (`modue.bridge.*`) for non-agent callers:
- `modue.bridge.ping`, `modue.bridge.leds`, `modue.bridge.display`,
`modue.bridge.slider`, `modue.bridge.keys`
Both surfaces broadcast `modue.*` events to connected gateway clients; the
Modue platform plugin
([`@modue/openclaw`](https://github.com/ddrayne/openclaw-modue)) listens for
those events and forwards them to the hardware.
## Pairs with
[`@ddrayne/openclaw-modue-bridge`](https://github.com/ddrayne/openclaw-modue-bridge)
provides the inverse direction — gateway methods for the Modue device's
inbound events (`modue.slider.changed`, `modue.key.pressed`, etc.).
## Install
```sh
openclaw plugins install @ddrayne/openclaw-modue-tools
```
## License
ISC.
tools
Comments
Sign in to leave a comment