← Back to Skills Marketplace
OpenClaw Panel
by
joaquinckronoset
· GitHub ↗
· v1.0.0
· MIT-0
291
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclawpanel
Description
Control an OpenClaw LED panel (64x32 HUB75 on ESP32-S3) over HTTP — display text, graphics, shapes, play sounds, and read status.
Usage Guidance
This skill appears coherent: it only needs curl and the panel's IP to send HTTP requests to the device. Before installing, verify you trust the device firmware/source (README references a GitHub repo), keep the panel on a trusted local network (do not expose it directly to the internet), and ensure OPENCLAW_PANEL_IP is set to the local device you intend to control. Because the skill can issue network requests, consider whether you want it to run autonomously in your agent — if not, invoke it manually. If you need higher assurance, review the panel firmware repository and run the curl commands yourself to confirm expected behavior.
Capability Analysis
Type: OpenClaw Skill
Name: openclawpanel
Version: 1.0.0
The skill bundle provides a legitimate interface for controlling an OpenClaw LED panel via HTTP. It uses standard curl commands to interact with a user-defined local IP address (OPENCLAW_PANEL_IP) and includes detailed functional instructions and safety guardrails (e.g., locking/unlocking the display, coordinate bounds) for the AI agent. No evidence of data exfiltration, malicious execution, or obfuscation was found in SKILL.md or README.md.
Capability Assessment
Purpose & Capability
Name/description match the requested resources: the skill needs curl and OPENCLAW_PANEL_IP to send HTTP requests to a local ESP32-based panel. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md only instructs the agent to build and send HTTP requests (GET/POST) to endpoints under http://${OPENCLAW_PANEL_IP} and documents payload formats. It references only the declared env var and typical local-network setup; it does not instruct reading other files, tokens, or system paths.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by an installer. This is the lowest-risk install pattern.
Credentials
Only OPENCLAW_PANEL_IP is required (declared as primaryEnv). Treating the panel IP as a 'credential' is odd but defensible: the skill needs the device address to function. No API keys, secrets, or unrelated env vars are requested.
Persistence & Privilege
always: false and no special privileges requested. The skill is user-invocable and may be invoked autonomously (platform default) but does not request permanent system-wide presence or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclawpanel - After installation, invoke the skill by name or use
/openclawpanel - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — control LED panel (64x32 HUB75 on ESP32-S3) over HTTP
Metadata
Frequently Asked Questions
What is OpenClaw Panel?
Control an OpenClaw LED panel (64x32 HUB75 on ESP32-S3) over HTTP — display text, graphics, shapes, play sounds, and read status. It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install OpenClaw Panel?
Run "/install openclawpanel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Panel free?
Yes, OpenClaw Panel is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Panel support?
OpenClaw Panel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Panel?
It is built and maintained by joaquinckronoset (@joaquinckronoset); the current version is v1.0.0.
More Skills