← Back to Skills Marketplace
jontsai

Openclaw Command Center

by Jonathan Tsai · GitHub ↗ · v1.4.1
cross-platform ✓ Security Clean
1028
Downloads
0
Stars
7
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-command-center
Description
Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-command-center
  3. After installation, invoke the skill by name or use /openclaw-command-center
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug openclaw-command-center
Version 1.4.1
License
All-time Installs 8
Active Installs 7
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1028 downloads so far.

How do I install Openclaw Command Center?

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

Is Openclaw Command Center free?

Yes, Openclaw Command Center is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Openclaw Command Center support?

Openclaw Command Center is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Command Center?

It is built and maintained by Jonathan Tsai (@jontsai); the current version is v1.4.1.

💬 Comments