← 返回 Skills 市场
Openclaw Control Center
作者
qinxiao607
· GitHub ↗
· v1.0.0
· MIT-0
1235
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-control-center
功能描述
OpenClaw 可视化控制中心。当用户需要查看系统状态、打开控制台、监控 AI 运行指标、管理定时任务/会话/技能,或需要可视化运营面板时触发。触发词:打开控制中心 / 控制中心 / dashboard / 系统总览 / 系统状态。
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-control-center - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-control-center触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-control-center 1.0.0
- 初始发布:支持 OpenClaw 可视化控制中心,双模式仪表盘(简洁/专业)。
- 简洁模式面向普通用户:实时展示系统状态、AI 资源消耗、会话/任务信息,配通俗解释。
- 专业模式面向技术用户:完整数据表、架构图、API 列表等,详见文档。
- 实时采集系统状态数据,前端支持深色模式、动画效果、模式切换与本地偏好保存。
- 兼容 OpenClaw 2026.3+,无需安装额外依赖,浏览器自动打开仪表盘。
元数据
常见问题
Openclaw Control Center 是什么?
OpenClaw 可视化控制中心。当用户需要查看系统状态、打开控制台、监控 AI 运行指标、管理定时任务/会话/技能,或需要可视化运营面板时触发。触发词:打开控制中心 / 控制中心 / dashboard / 系统总览 / 系统状态。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1235 次。
如何安装 Openclaw Control Center?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-control-center」即可一键安装,无需额外配置。
Openclaw Control Center 是免费的吗?
是的,Openclaw Control Center 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Control Center 支持哪些平台?
Openclaw Control Center 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Control Center?
由 qinxiao607(@qinxiao607)开发并维护,当前版本 v1.0.0。
推荐 Skills