← Back to Skills Marketplace
qinxiao607

Openclaw Control Center

by qinxiao607 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
1235
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-control-center
Description
OpenClaw 可视化控制中心。当用户需要查看系统状态、打开控制台、监控 AI 运行指标、管理定时任务/会话/技能,或需要可视化运营面板时触发。触发词:打开控制中心 / 控制中心 / dashboard / 系统总览 / 系统状态。
Usage Guidance
This skill is coherent for a local control‑center/dashboard: it collects runtime info from OpenClaw and produces a static HTML you can open. Before installing or using '专业模式' (pro mode), be aware it will display sensitive items such as Session Keys, Tokens, Gateway endpoints and full cron/job payloads. Recommendations: 1) Keep READONLY_MODE or other safety defaults enabled on your Gateway if you will view the pro panel. 2) Do not place the skill into a shared/global skills folder if multiple users/agents can access the same workspace. 3) Inspect the generated control-center.html content before opening it in a browser (or open in a text editor) to confirm no secrets are being written you don't want exposed. 4) Avoid running the 'full deployment' steps (git clone / npm install / run) unless you trust the upstream repo and understand it will run a web server on a local port. If you need a safer setup, use the default 简洁模式 and avoid enabling/displaying the professional tables that include keys/tokens.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-control-center Version: 1.0.0 The skill bundle functions as a system dashboard but requires high-privilege access to sensitive information, including session keys, API endpoints, and cron job payloads via tools like 'sessions_list' and 'gateway'. It instructs the AI agent to generate a local HTML file containing these secrets and then uses the 'exec' tool to execute a PowerShell command (Start-Process) to open it in a browser. While the intent appears to be functional visualization, the automated handling of session secrets combined with shell execution and the promotion of an external GitHub repository (TianyiDataScience/openclaw-control-center) for a 'full version' introduces significant security risks and potential for local data exposure.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
Name/description match the actual instructions: the skill uses built‑in OpenClaw tools (session_status, sessions_list, cron, gateway, browser, exec) to collect runtime state and produce a dashboard HTML. The declared tool requirements in metadata.json align with what SKILL.md calls. No unrelated external credentials or binaries are requested.
Instruction Scope
Instructions read local reference files bundled with the skill, call OpenClaw tool APIs to collect runtime data, generate ~/.qclaw/workspace/control-center.html and open it with the system browser. This is appropriate for a dashboard, but professional mode explicitly exposes Session Key / Token / API endpoints and other sensitive fields (per references/pro-mode.md). The SKILL.md also contains rules forbidding such exposure in '简洁模式' but permitting it in '专业模式'.
Install Mechanism
Instruction-only skill with no install spec and no downloads — lowest install risk. The INSTALL.md instructs copying files into the local ~/.qclaw workspace (or Windows path) which is normal for a static dashboard template.
Credentials
The skill requires no environment variables or external credentials, which is consistent. However, because it queries gateway/config and session APIs, the generated professional view can display sensitive internal artefacts (Session Keys, tokens, WebSocket/REST endpoints). Those outputs are proportional to a 'pro' monitoring tool but represent sensitive data exposure — the skill does not request credentials itself, but can reveal them.
Persistence & Privilege
always:false and no system-wide config changes. The skill writes a single HTML file to the user's workspace (~/.qclaw/workspace/control-center.html) and opens it; it does not request persistent elevated privileges or modify other skills. Autonomous invocation is allowed by default but is not combined with any additional high privilege here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-control-center
  3. After installation, invoke the skill by name or use /openclaw-control-center
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
openclaw-control-center 1.0.0 - 初始发布:支持 OpenClaw 可视化控制中心,双模式仪表盘(简洁/专业)。 - 简洁模式面向普通用户:实时展示系统状态、AI 资源消耗、会话/任务信息,配通俗解释。 - 专业模式面向技术用户:完整数据表、架构图、API 列表等,详见文档。 - 实时采集系统状态数据,前端支持深色模式、动画效果、模式切换与本地偏好保存。 - 兼容 OpenClaw 2026.3+,无需安装额外依赖,浏览器自动打开仪表盘。
Metadata
Slug openclaw-control-center
Version 1.0.0
License MIT-0
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is Openclaw Control Center?

OpenClaw 可视化控制中心。当用户需要查看系统状态、打开控制台、监控 AI 运行指标、管理定时任务/会话/技能,或需要可视化运营面板时触发。触发词:打开控制中心 / 控制中心 / dashboard / 系统总览 / 系统状态。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1235 downloads so far.

How do I install Openclaw Control Center?

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

Is Openclaw Control Center free?

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

Which platforms does Openclaw Control Center support?

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

Who created Openclaw Control Center?

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

💬 Comments