← 返回 Skills 市场
xmanrui

OpenClaw Bot Dashboard

作者 xmanrui · GitHub ↗ · v1.0.5
cross-platform ⚠ suspicious
688
总下载
0
收藏
6
当前安装
6
版本数
在 OpenClaw 中安装
/install openclaw-bot-dashboard
功能描述
Launch and manage the OpenClaw Dashboard web UI for monitoring all your bots, agents, models, and sessions. Automatically detects OS, checks for updates, ins...
安全使用建议
This skill does what it claims (download, install, and run a local dashboard) but it will: clone code into ~/projects, delete and replace that directory if you don't have git, stop any process using port 3000 (force kill), run npm install, and start the dev server in the background. Before installing/running: (1) manually inspect the GitHub repo (https://github.com/xmanrui/OpenClaw-bot-review) and its package.json/scripts for suspicious postinstall or start scripts; (2) back up any important ~/projects/OpenClaw-bot-review contents; (3) consider running npm install and npm run dev in a sandbox or container if you want to avoid executing untrusted code on your host; (4) be aware the skill will not prompt before rm -rf or kill -9, so run commands manually if you want confirmation. If you need higher assurance, request the skill author add explicit confirmation steps and declare the config and filesystem changes in the manifest.
功能分析
Type: OpenClaw Skill Name: openclaw-bot-dashboard Version: 1.0.5 The skill automates the download and execution of a remote web dashboard from GitHub (xmanrui/OpenClaw-bot-review), including running 'npm install' and 'npm run dev' in the background. It performs high-risk operations such as killing processes on port 3000 and retrieving the system's LAN IP address. While these actions are aligned with the stated purpose in SKILL.md, the combination of remote code execution, background persistence, and broad shell command usage across multiple operating systems constitutes a significant security risk.
能力评估
Purpose & Capability
Name/description match the actual behavior: it clones or downloads a dashboard repo, installs Node deps and runs a dev server. However the skill manifest declares no config paths or env requirements while the SKILL.md expects an OpenClaw config at ~/.openclaw/openclaw.json and writes to ~/projects/OpenClaw-bot-review — minor inconsistency in declared requirements.
Instruction Scope
Runtime instructions tell the agent to run system-level commands: probe/kill processes on port 3000 (lsof/netstat + kill -9), remove directories (rm -rf / Remove-Item), clone or download code from GitHub, run npm install, and start npm run dev in the background. These are within the advertised goal but are destructive and will execute third-party code without an explicit confirmation step. The skill also manipulates files under the user's home directory and may stop unrelated processes that happen to use port 3000.
Install Mechanism
This is an instruction-only skill that clones from a GitHub repo or downloads a ZIP from GitHub — a common and expected pattern. That places it in a moderate-risk category: code pulled from GitHub will be run locally (npm install / npm run), so repository compromise or malicious package scripts could execute on the host.
Credentials
The skill requests no environment variables or credentials in the manifest, which is good. But the instructions implicitly rely on a local OpenClaw config file (~/.openclaw/openclaw.json) and will read/write under ~/projects and start network services. The manifest did not declare the config path or filesystem writes — a mismatch users should be aware of.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable only — appropriate. It will persist files (clone repo into ~/projects) and start a background server; this is expected for the feature but gives the dashboard a long-lived presence on the machine. It does not modify other skills or system-wide agent settings per the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-bot-dashboard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-bot-dashboard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Enforce returning both localhost and LAN URLs; report LAN detection failure explicitly instead of omitting it.
v1.0.4
- Expanded dashboard activation triggers to include "打开 OpenClaw-bot-review", "打开Openclaw大盘", "open OpenClaw-bot-review", and "open bot dashboard". - Updated the skill description and trigger list for improved clarity and broader voice command coverage. - No changes to core logic or workflow.
v1.0.3
- Improved formatting of the skill description for clarity and readability. - Minor updates to the SKILL.md front matter, including expanded trigger details. - No changes to core functionality or workflow.
v1.0.2
- Added frontmatter section in SKILL.md for enhanced metadata and concise description. - Improved and clarified description of triggers, usage, and supported platforms. - No changes to skill logic or implementation; documentation update only.
v1.0.1
openclaw-bot-dashboard 1.0.1 - Updated metadata and documentation in README.md and skill.json. - No code or workflow changes; documentation only.
v1.0.0
OpenClaw Dashboard Skill 1.0.0 – Initial Release - Launch and manage the OpenClaw Dashboard UI to monitor bots, agents, models, and sessions. - Supports both macOS/Linux and Windows environments, with automatic OS detection and installation paths. - Handles project setup: checks for existing install, updates via git if possible, or downloads as ZIP if git is unavailable. - Installs dependencies, manages background server processes, and returns both local and LAN dashboard URLs. - Includes workflow for starting, stopping, and auto-updating the dashboard, plus error handling and prerequisite checks. - Responds to multiple activation phrases in both English and Chinese.
元数据
Slug openclaw-bot-dashboard
版本 1.0.5
许可证
累计安装 6
当前安装数 6
历史版本数 6
常见问题

OpenClaw Bot Dashboard 是什么?

Launch and manage the OpenClaw Dashboard web UI for monitoring all your bots, agents, models, and sessions. Automatically detects OS, checks for updates, ins... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 688 次。

如何安装 OpenClaw Bot Dashboard?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-bot-dashboard」即可一键安装,无需额外配置。

OpenClaw Bot Dashboard 是免费的吗?

是的,OpenClaw Bot Dashboard 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Bot Dashboard 支持哪些平台?

OpenClaw Bot Dashboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Bot Dashboard?

由 xmanrui(@xmanrui)开发并维护,当前版本 v1.0.5。

💬 留言讨论