← 返回 Skills 市场
282059559donghui-prog

RTS Dashboard

作者 282059559donghui-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
183
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rts-dashboard
功能描述
RTS (Real-Time Strategy) style monitoring dashboard for OpenClaw. Provides a browser-based tactical command center with real-time visualization of agents, sk...
安全使用建议
This dashboard appears to be what it claims: a local Node.js web server that reads your OpenClaw config, sessions, and skill directories and can connect to the local Gateway. Before installing/running: 1) review server.js and public/index.html yourself (or run in an isolated container) because `npm install` and `node server.js` will execute code from this package; 2) note the dashboard will read ~/.openclaw/openclaw.json (may contain the Gateway token) and will save an Ed25519 private key unencrypted at .device-keys.json in the skill folder — consider file permissions or storing it elsewhere if that concerns you; 3) granting the Gateway allowedOrigins entry will permit the dashboard's web UI to connect to the Gateway from localhost — apply that change intentionally; 4) if you don't trust the source, run the server in a sandbox or VM and inspect network connections. Overall the package is internally consistent with its monitoring purpose, but treat the local token/private-key access as sensitive.
能力评估
Purpose & Capability
The name/description (RTS monitoring dashboard) match the behaviour: the server reads OpenClaw config, enumerates agents/skills/sessions, polls system vitals, and can open a Web UI and connect to the Gateway. The use of a Gateway token and filesystem reads under ~/.openclaw and agent skill/workspace directories are coherent with monitoring and chat features.
Instruction Scope
SKILL.md instructs the agent to check port 4320, run `node server.js` (background), and `npm install` if node_modules is missing — all expected to launch the dashboard. The instructions reference only OpenClaw config files, skill/session paths, and the local Gateway. This grants the skill the ability to read local OpenClaw state and to send chat via the Gateway (an explicit feature), but does not instruct unrelated data collection or external transmission.
Install Mechanism
No install spec is provided (instruction-only for the agent), and included package.json/package-lock.json only depend on the standard 'ws' npm package from the public registry. No downloads from untrusted URLs or extract-from-arbitrary-URLs are present.
Credentials
The skill requests no required env vars but will read optional OPENCLAW_GATEWAY_TOKEN or gateway.auth.token from ~/.openclaw/openclaw.json and scans agent/workspace skill directories and session files. That is proportionate for a monitoring/dashboard tool, but it does access potentially sensitive local tokens and session data and will write an unencrypted .device-keys.json (private key) into the skill directory for Gateway device auth — the user should be aware of these sensitive local accesses.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. It writes its own .device-keys.json and runs as a local process; it does not modify other skills or system-wide agent configurations. The SKILL.md asks the user to add an allowedOrigins entry to Gateway config (manual step) rather than changing it automatically.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rts-dashboard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rts-dashboard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug rts-dashboard
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

RTS Dashboard 是什么?

RTS (Real-Time Strategy) style monitoring dashboard for OpenClaw. Provides a browser-based tactical command center with real-time visualization of agents, sk... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。

如何安装 RTS Dashboard?

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

RTS Dashboard 是免费的吗?

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

RTS Dashboard 支持哪些平台?

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

谁开发了 RTS Dashboard?

由 282059559donghui-prog(@282059559donghui-prog)开发并维护,当前版本 v1.0.0。

💬 留言讨论