A Python-powered skill to send scrolling text messages and musical alerts to RDA MSG Board LED matrix displays.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rda-msg-board
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install rda-msg-board using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The RDA Message Board Controller is a versatile tool designed to bridge the gap between your digital environment and physical LED matrix displays. By leveraging the Openclaw Skills ecosystem, developers and home automation enthusiasts can programmatically send notifications, system status updates, or custom alerts to ESP8266 and ESP32-based hardware.
This skill provides a streamlined interface for managing multiple display profiles and triggering a wide array of musical chirps, making it an essential component for any office or smart home setup. Whether you are monitoring server health or setting up a fun notification system, this integration ensures your messages are seen and heard.
First, ensure you have Python 3 installed. If you want to use profile management, install PyYAML:
pip install pyyaml
Initialize your configuration by copying the sample profile file:
cp boards.yaml.sample boards.yaml
Add your first board using the management script:
python3 scripts/manage_boards.py add office --ip 192.168.1.88 --user admin --pass msgboard
Alternatively, you can set fallback environment variables for a single-board setup: MSG_BOARD_IP, MSG_BOARD_USER, and MSG_BOARD_PASS.
The skill manages connection data and board settings primarily through a YAML-based configuration file.
| File | Description | Format |
|---|---|---|
| boards.yaml | Stores named profiles with IP, user, and password credentials. | YAML |
| scripts/send_message.py | Main execution script for sending payloads to the hardware. | Python |
| scripts/manage_boards.py | Utility for CRUD operations on board profiles. | Python |
Loading
A sophisticated AI tool for text-to-image generation and complex multi-image remixing powered by Google Gemini models.

An ML-powered DOM pruning engine that reduces browser prompt tokens by 95% for more efficient AI agents.

A Model Context Protocol server that enables AI agents to interact with Teller Protocol for arbitrage discovery and on-chain transaction building.

An MCP server that enables AI agents to discover arbitrage opportunities, fetch borrow terms, and build on-chain transactions for the Teller protocol.

A privacy-centric skill for connecting AI agents to self-hosted SearXNG instances for untracked, ad-free web searching.

A comprehensive framework for designing, implementing, and analyzing statistically rigorous A/B tests and multivariate experiments.








































