← 返回 Skills 市场
OpenClaw Dashboard
作者
youhaveamydream-spec
· GitHub ↗
· v1.0.0
· MIT-0
203
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install xc-openclaw-dashboard
功能描述
实时监控多个AI Agent的运行状态和Token消耗,支持会话列表和飞书群组富文本状态推送。
安全使用建议
This skill appears to do what it says: it runs the local `openclaw status` command, parses results, builds a dashboard and a Feishu card payload. It does not request credentials or make outbound network calls itself (the Feishu payload is constructed but not sent by the included code). Before installing: 1) verify that your OpenClaw environment provides the expected Feishu channel integration (since the skill assumes the platform will perform the push), 2) manually inspect SKILL.md for hidden Unicode/control characters (the scanner flagged this), and 3) run the skill in a non-production environment first to confirm its parsing and outputs behave as you expect. If you need the skill to actually send Feishu messages from the local host, expect to provide channel/token configuration separately and audit any code that would perform HTTP requests.
功能分析
Type: OpenClaw Skill
Name: xc-openclaw-dashboard
Version: 1.0.0
The skill bundle implements a monitoring dashboard for OpenClaw by executing system commands. The primary indicator is the use of 'child_process.execSync' in 'scripts/collector.js' to run 'openclaw status', which is a high-risk capability (shell access) even though it is plausibly needed for the stated purpose. The skill also collects system metadata such as the computer name and OS version to populate the dashboard. No evidence of intentional malice, prompt injection, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the implementation: collector runs `openclaw status`, parses sessions/tokens, renderer builds a local dashboard, and index.js exposes /status, /sessions, /status-card commands. Requesting no credentials and no unrelated binaries aligns with a local dashboard.
Instruction Scope
SKILL.md explicitly instructs using `openclaw status` (local command) which is exactly what the code does. The README and SKILL.md mention Feishu card push; the code builds an interactive card payload but does not perform an HTTP request itself — this implies the platform or OpenClaw 'channel' is expected to handle sending. A prompt-injection pattern (unicode control characters) was detected in SKILL.md and should be manually reviewed.
Install Mechanism
No install spec (instruction-only skill) and bundled code files only. No downloads or archive extraction are present. Risk from install-time behavior is minimal; runtime will execute included JS when invoked.
Credentials
No required env vars or credentials declared. The code only reads process.env.COMPUTERNAME for a node name (non-sensitive). No secrets, API keys, or unrelated service tokens are requested.
Persistence & Privilege
Skill is not marked always:true, doesn't request persistent privileges, and does not modify other skills or system-wide settings. It only exposes functions to be invoked by the agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xc-openclaw-dashboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/xc-openclaw-dashboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本发布 - 多Agent状态监控、Token消耗统计、飞书卡片推送
元数据
常见问题
OpenClaw Dashboard 是什么?
实时监控多个AI Agent的运行状态和Token消耗,支持会话列表和飞书群组富文本状态推送。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。
如何安装 OpenClaw Dashboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xc-openclaw-dashboard」即可一键安装,无需额外配置。
OpenClaw Dashboard 是免费的吗?
是的,OpenClaw Dashboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Dashboard 支持哪些平台?
OpenClaw Dashboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Dashboard?
由 youhaveamydream-spec(@youhaveamydream-spec)开发并维护,当前版本 v1.0.0。
推荐 Skills