← 返回 Skills 市场
joaquinckronoset

OpenClaw Panel

作者 joaquinckronoset · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
291
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclawpanel
功能描述
Control an OpenClaw LED panel (64x32 HUB75 on ESP32-S3) over HTTP — display text, graphics, shapes, play sounds, and read status.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclawpanel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclawpanel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — control LED panel (64x32 HUB75 on ESP32-S3) over HTTP
元数据
Slug openclawpanel
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

OpenClaw Panel 是什么?

Control an OpenClaw LED panel (64x32 HUB75 on ESP32-S3) over HTTP — display text, graphics, shapes, play sounds, and read status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。

如何安装 OpenClaw Panel?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclawpanel」即可一键安装,无需额外配置。

OpenClaw Panel 是免费的吗?

是的,OpenClaw Panel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Panel 支持哪些平台?

OpenClaw Panel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Panel?

由 joaquinckronoset(@joaquinckronoset)开发并维护,当前版本 v1.0.0。

💬 留言讨论