← Back to Skills Marketplace
Openclaw Command Center
by
Jonathan Tsai
· GitHub ↗
· v1.4.1
13128
Downloads
78
Stars
95
Active Installs
10
Versions
Install in OpenClaw
/install 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
Install only if you intend to run an administrative dashboard over your OpenClaw workspace. Before use, bind it to localhost or a trusted network, enable token/Tailscale/Cloudflare auth, avoid public tunnels unless access is strongly protected, and review whether operator auto-discovery, job controls, and optional Linear sync are acceptable for your environment.
Capability Analysis
Type: OpenClaw Skill
Name: command-center
Version: 1.4.1
The skill bundle is a comprehensive and well-documented dashboard for monitoring OpenClaw agents. It demonstrates strong security practices, including path traversal protection in the static file server (src/index.js), restricted command execution via a whitelist of allowed actions (src/actions.js), and the use of execFileSync to prevent shell injection (src/openclaw.js). It also provides robust authentication options such as Tailscale and Cloudflare Access integration (src/auth.js). All capabilities, including system vital collection and log reading, are strictly aligned with the stated purpose of the dashboard.
Capability Assessment
Purpose & Capability
The dashboard purpose is coherent, but the artifacts go beyond the brief monitoring/read-only framing: they expose job run/pause/resume/skip/kill, topic status changes, operator writes, privacy-setting writes, transcript-derived identity extraction, and an optional Linear mutation script.
Instruction Scope
Authentication defaults to none, CORS is set to '*', mutating endpoints share the same broad dashboard surface, and server.listen(PORT) does not use the configured localhost host, which materially increases accidental exposure risk.
Install Mechanism
The declared install command starts a Node server, which matches the skill purpose. Optional scripts can start a Cloudflare tunnel or install system packages, but those are not part of the default install path.
Credentials
Reading OpenClaw sessions, memory, usage, vitals, and local state is expected for this dashboard, but the data is sensitive and aggregated through web APIs that are under-scoped by default.
Persistence & Privilege
The skill persistently writes dashboard state such as operators and privacy settings, and it automatically derives operator profiles from recent transcripts; those behaviors are not hidden, but are under-disclosed for their privacy impact.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install command-center - After installation, invoke the skill by name or use
/command-center - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.1
- Minor version update with dependency changes and localization improvements.
- Updated npm dependencies for improved stability and security.
- Enhanced English and Chinese locale files for more complete translations.
- Small code adjustments in server.js and vitals.js for consistency.
- No changes to user-facing features or API.
v1.4.0
- Added support for automatic installation of system dependencies.
- New configuration file: config/system-deps.json.
- Added setup script: scripts/install-system-deps.sh.
- Updated various files to integrate the new dependency installation process.
- Documentation improved in README and SKILL.md.
v1.3.0
Major refactor with modularization and new testing coverage.
- Codebase migrated from a monolithic structure to modular source files under /src.
- Many new utility, data, authentication, session, cron, and topic management modules added.
- Legacy lib/ files removed and replaced for improved maintainability.
- Comprehensive new test files introduced for major modules and features.
- Core dashboard features and API preserved; no user-facing config or usage changes.
v1.2.0
feat: add Simplified Chinese i18n support and docs
v1.1.0
Linux support, Discord operator detection, profile-aware workspace
v1.0.4
Public release: pre-commit hooks, user data protection, badges, PR workflow enforcement
v1.0.1
Fix profile-aware paths for multi-profile installations
v1.0.0
Open source launch
v0.2.0
OPENCLAW_PROFILE env var support for multi-profile setups, ClawHub workflow documentation, git tag-based releases
v0.1.0
Initial release: web dashboard for monitoring and controlling OpenClaw instances. Session monitoring, LLM usage tracking, Linear integration, topic classification, multi-instance support.
Metadata
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 13128 downloads so far.
How do I install Openclaw Command Center?
Run "/install 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.
More Skills