← 返回 Skills 市场
Openclaw Command Center
作者
Jonathan Tsai
· GitHub ↗
· v1.4.1
1028
总下载
0
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-command-center
功能描述
Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...
安全使用建议
This package appears to be a coherent self‑hosted OpenClaw dashboard. Before installing or running: 1) Verify the code origin — registry metadata lists no homepage while README points to github.com/jontsai/openclaw-command-center; confirm you trust that source. 2) Run only node lib/server.js by default; inspect scripts/install-system-deps.sh and other scripts before executing them (they may call apt/brew/sudo). 3) Ensure the server binds to localhost (host/PORT in config) and pick a secure DASHBOARD_AUTH_MODE (token or tailscale) if you will expose it beyond your machine. 4) If you enable integrations (Linear/Slack/Discord) or analytics, provide only credentials you intend to share and understand those will allow outbound network calls. 5) If you need higher assurance, review lib/server.js and any network/curl/http code paths for external endpoints before deploying to production.
功能分析
Type: OpenClaw Skill
Name: openclaw-command-center
Version: 1.4.1
The bundle provides a legitimate and well-documented command center dashboard for OpenClaw. It includes features for session monitoring, system vitals collection, and cost tracking. Security analysis shows robust practices, including path traversal protection in the static file server (src/index.js), environment variable sanitization for subprocesses (src/openclaw.js), and the use of execFile/execFileSync to mitigate shell injection risks. While the tool requires broad system access to monitor metrics and manage agents, its behavior is strictly aligned with its stated purpose, and no evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the code and docs: lib/server.js and public/ implement a local dashboard for sessions, vitals, cost tracking and cron jobs. Required env vars are none in the registry metadata and the code/docs only reference reasonable optional variables (OPENCLAW_WORKSPACE, DASHBOARD_AUTH_MODE, DASHBOARD_TOKEN). The requested files and APIs line up with the stated purpose.
Instruction Scope
SKILL.md directs the agent to run a local Node server (node lib/server.js). The runtime docs describe auto‑detecting an OpenClaw workspace and reading local memory/state directories — this is consistent with a monitoring dashboard. There are no instructions in SKILL.md to read unrelated system secrets, call arbitrary remote endpoints, or exfiltrate data. The repo does include optional integrations (linear/slack/discord) that would require credentials if enabled; those are configuration options rather than mandatory runtime actions.
Install Mechanism
Install spec is a simple shell start command (node lib/server.js) — no external downloads or archive extraction are declared. The repository includes scripts (scripts/install-system-deps.sh, setup.sh, etc.) that can install system packages (apt, brew) if a user runs them manually; the SKILL.md install step does not invoke them automatically. Review those scripts before running them if you plan to follow optional setup steps.
Credentials
The skill declares no required environment variables, and the optional envs referenced (PORT, OPENCLAW_WORKSPACE, DASHBOARD_AUTH_MODE, DASHBOARD_TOKEN) are proportionate to a self‑hosted dashboard. Config shows optional external integrations (linear, slack, discord) and an analytics flag; those would require credentials if enabled. Confirm you do not enable external integrations or analytics unless you intend to provide the corresponding API keys and network access.
Persistence & Privilege
Flags show always:false and normal autonomous invocation; the skill does not request persistent global privileges and does not appear to modify other skills' configs. Running it requires starting a local server only. No 'always: true' or other elevated registry permissions are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-command-center - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-command-center触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.1
Release v1.4.1 - fix: prevent iostat process leak on macOS, fix: SSE connection status stuck on Connecting
v1.2.0
feat: add Simplified Chinese i18n support and docs
元数据
常见问题
Openclaw Command Center 是什么?
Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1028 次。
如何安装 Openclaw Command Center?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-command-center」即可一键安装,无需额外配置。
Openclaw Command Center 是免费的吗?
是的,Openclaw Command Center 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Command Center 支持哪些平台?
Openclaw Command Center 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Command Center?
由 Jonathan Tsai(@jontsai)开发并维护,当前版本 v1.4.1。
推荐 Skills