Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Chaching Panel — OpenClaw Skill

Control a Chaching Panel LED panel (64x32 HUB75 on ESP32-S3) from OpenClaw.

Display text, numbers, shapes, graphs, dashboard panels, and play sounds — all via HTTP from any OpenClaw channel (WhatsApp, Telegram, Slack, etc.).

Installation

From ClawHub

clawhub install chachingpanel-skill

From Git

cd ~/.openclaw/skills
git clone https://github.com/joaquinckronoset/chachingpanel-skill.git

Configuration

Add the panel's IP address to your OpenClaw config (~/.openclaw/openclaw.json):

{
  "skills": {
    "entries": {
      "chachingpanel": {
        "enabled": true,
        "env": {
          "CHACHINGPANEL_IP": "192.168.1.50"
        }
      }
    }
  }
}

Replace 192.168.1.50 with your panel's actual IP (shown on the panel during boot, or check your router's DHCP table).

Requirements

  • Chaching Panel with firmware v0.0.1+ (includes the full HTTP API with line, bitmap, dissolve, WAV upload)
  • Panel and OpenClaw host on the same local network
  • curl available on the host machine

Usage examples

Talk to your OpenClaw agent:

  • "Show HELLO in green on the panel"
  • "Play the coin sound"
  • "Play this WAV file on the panel"
  • "Draw a red circle in the center of the panel"
  • "Draw a diagonal line across the panel"
  • "Show Bitcoin price at 64,770 with a chart"
  • "Fade to a new screen with dissolve effect"
  • "Set panel brightness to 30%"
  • "What sounds are available?"
  • "Reset the panel to normal"

API Reference

See SKILL.md for the complete HTTP API documentation.

License

MIT

About

OpenClaw skill to control the Chaching Panel LED panel over HTTP

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors