← Back to Skills Marketplace
youhaveamydream-spec

OpenClaw Dashboard

by youhaveamydream-spec · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
203
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install xc-openclaw-dashboard
Description
实时监控多个AI Agent的运行状态和Token消耗,支持会话列表和飞书群组富文本状态推送。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xc-openclaw-dashboard
  3. After installation, invoke the skill by name or use /xc-openclaw-dashboard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本发布 - 多Agent状态监控、Token消耗统计、飞书卡片推送
Metadata
Slug xc-openclaw-dashboard
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is OpenClaw Dashboard?

实时监控多个AI Agent的运行状态和Token消耗,支持会话列表和飞书群组富文本状态推送。 It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install OpenClaw Dashboard?

Run "/install xc-openclaw-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Dashboard free?

Yes, OpenClaw Dashboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Dashboard support?

OpenClaw Dashboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Dashboard?

It is built and maintained by youhaveamydream-spec (@youhaveamydream-spec); the current version is v1.0.0.

💬 Comments