← 返回 Skills 市场
lucaszh7

OpenClaw Dashboard

作者 LucasZH7 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
283
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-dashboard-local
功能描述
Use when the user wants a local visual operations dashboard for OpenClaw, with a cute robot presentation, live status visibility, chat access, efficiency tre...
安全使用建议
Do not run install_launchd.sh or start_bg.sh until you have the missing Python runtime files (server.py, autoheal.py, app_watchdog.py) and have reviewed them. The installer will create persistent macOS LaunchAgents that auto-restart Python processes. Specifically: 1) Verify server.py and the other referenced Python scripts exist and inspect them for network activity, credential access, or code that reads/writes ~/.openclaw or other sensitive paths. 2) Confirm the package origin (repository URL and author) and prefer running in an isolated test account or VM first. 3) If you only want a one-off local demo, use ./run_monitor.sh (foreground) rather than installing launchd services. 4) If you find code that reads session files or makes outbound connections, treat that as a red flag unless you explicitly expect that behavior. If you cannot obtain or review the missing Python files, avoid installing the launchd services — the package cannot be fully audited as provided.
功能分析
Type: OpenClaw Skill Name: openclaw-dashboard-local Version: 1.0.2 The skill bundle implements persistent background services on macOS by installing multiple launchd agents (install_launchd.sh) to run a local web server, an 'auto-heal' script, and a watchdog. While these capabilities are aligned with the stated purpose of providing a persistent monitoring dashboard (SKILL.md), the automated setup of persistence and the background execution of scripts whose full logic is not provided (server.py, autoheal.py, app_watchdog.py) constitute high-risk behavior. No clear evidence of intentional malice or data exfiltration was found in the provided shell scripts or documentation.
能力评估
Purpose & Capability
The skill claims a local dashboard and includes helper scripts and macOS launchd integration — that aligns with a persistent local dashboard. However SKILL.md and README list core runtime files (server.py, monitor_config.py, autoheal.py, app_watchdog.py) that are not present in the provided file manifest, which is an important inconsistency.
Instruction Scope
Runtime instructions and scripts instruct the agent (or user) to start/stop the dashboard and to install launchd plists that will RunAtLoad and KeepAlive Python processes. Those scripts point to server.py and other Python services that are not included, so the true runtime behavior cannot be audited from the provided package. The config example also references a local OpenClaw home (~/.openclaw) and a session_key value, implying the dashboard may read local agent state.
Install Mechanism
There is no external download/install spec (no network fetches), which reduces supply-chain risk. But the install_launchd.sh script writes three LaunchAgents into $HOME/Library/LaunchAgents and bootstraps/enables them via launchctl; that creates persistent background services and log files in the repo directory. This is expected for a local persistent dashboard, but it is privileged persistence and should only be used after code review of the invoked Python scripts.
Credentials
The manifest declares no required env vars or credentials, which is proportional. However config.example.json references a local OpenClaw home (~/.openclaw) and a session_key-like string (agent:main:main). If the real server code reads that location or session data, it could access local agent state or tokens — we can't confirm because the referenced Python files are missing.
Persistence & Privilege
Running the installer will create persistent launchd services (KeepAlive, RunAtLoad, StartInterval) that run as the user and will restart automatically. 'always' is false in registry metadata, so the skill won't be forced into every agent run, but the installer itself grants the package persistent background execution on the machine if executed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-dashboard-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-dashboard-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Initial ClawHub publication of the clean OpenClaw Dashboard bundle.
元数据
Slug openclaw-dashboard-local
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Dashboard 是什么?

Use when the user wants a local visual operations dashboard for OpenClaw, with a cute robot presentation, live status visibility, chat access, efficiency tre... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 OpenClaw Dashboard?

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

OpenClaw Dashboard 是免费的吗?

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

OpenClaw Dashboard 支持哪些平台?

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

谁开发了 OpenClaw Dashboard?

由 LucasZH7(@lucaszh7)开发并维护,当前版本 v1.0.2。

💬 留言讨论