← 返回 Skills 市场
derick001

Process Monitor Dashboard

作者 Derick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
163
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install process-monitor-dashboard
功能描述
Monitor system processes, resource usage, and performance metrics with real-time terminal dashboard.
安全使用建议
This skill appears to do what it says: a local terminal monitor using Python + psutil. Before installing/running: 1) confirm you have (or will install) psutil in a controlled environment (pip install psutil or use your distro package). 2) Note the SKILL.md contains a few options not implemented in scripts/main.py (e.g., --log, --watch, 'disk' sort) — rely on the script's --help output or inspect main.py if you need those features. 3) Be aware the tool lists running processes and usernames (like ps/top) which can reveal sensitive process names; run on systems where that exposure is acceptable. 4) Because the skill runs locally and requests no credentials or network access, it doesn't appear to exfiltrate data, but you should still review the included script if you need high assurance before running in production.
功能分析
Type: OpenClaw Skill Name: process-monitor-dashboard Version: 1.0.0 The skill bundle provides a standard system monitoring dashboard using the legitimate 'psutil' library. The code in 'scripts/main.py' performs read-only operations to gather CPU, memory, disk, and process metrics, and lacks any indicators of data exfiltration, persistence, or malicious execution.
能力评估
Purpose & Capability
The name/description match the included Python script: it reads local CPU, memory, disk, network, and process info via psutil. Declared binary (python3) and library (psutil) are appropriate and proportional to the stated purpose.
Instruction Scope
Runtime instructions and examples describe only local monitoring (dashboard, snapshot, top, monitor). However there are small inconsistencies between SKILL.md and the implementation: SKILL.md documents options like `--log`, `--watch`, and `--by disk` that are not implemented in scripts/main.py; SKILL.md also says 'runs in background' while the script runs interactively in the foreground. These are documentation inaccuracies but do not expand scope to access unrelated data or networks.
Install Mechanism
No install spec is provided (instruction-only style) and the code is shipped in the skill bundle. This is low-risk: nothing is downloaded from external URLs and no archives are extracted.
Credentials
The skill requests no environment variables or credentials and the code does not read secrets or external config paths. It only reads local system metrics and process metadata (PIDs, names, usernames) which is expected for this functionality.
Persistence & Privilege
The skill is not forced-always-on and does not attempt to modify other skills or system-wide agent settings. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install process-monitor-dashboard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /process-monitor-dashboard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of process-monitor-dashboard. - Introduces a real-time terminal dashboard for monitoring system processes and resource usage. - Supports CPU, memory, disk, and network monitoring, including per-core and per-filesystem views. - Provides top process listing, process-specific monitoring, system-wide stats, and resource alerts. - Includes adjustable refresh intervals, color-coded alerts, and both interactive and one-shot snapshot modes. - Output options include text and JSON for scripting/integration. - Requires Python 3 with psutil installed; works on Linux/macOS (limited Windows support).
元数据
Slug process-monitor-dashboard
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Process Monitor Dashboard 是什么?

Monitor system processes, resource usage, and performance metrics with real-time terminal dashboard. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 Process Monitor Dashboard?

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

Process Monitor Dashboard 是免费的吗?

是的,Process Monitor Dashboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Process Monitor Dashboard 支持哪些平台?

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

谁开发了 Process Monitor Dashboard?

由 Derick(@derick001)开发并维护,当前版本 v1.0.0。

💬 留言讨论