← 返回 Skills 市场
ppopen

System Monitor

作者 pp · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
714
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-skill-system-monitor
功能描述
Real-time system metrics monitoring (CPU, memory, disk, network, processes). Use when: user asks to check system status, cpu usage, memory usage, disk space,...
安全使用建议
This skill appears to do what it says: run local monitoring commands and return system status. Before installing, (1) verify the host has the CLI utilities you need (or adjust the SKILL.md to match your platform), (2) inspect the included scripts yourself (they are short and readable), and (3) be aware that running the skill reveals local process lists and network port/connection info — avoid running it on multi-tenant/shared systems where that information is sensitive. If you want stricter control, limit the agent's ability to invoke the skill autonomously or run it manually as needed.
功能分析
Type: OpenClaw Skill Name: openclaw-skill-system-monitor Version: 1.0.1 The system-monitor skill provides standard system performance monitoring capabilities using native CLI utilities (top, df, free, vm_stat, etc.) for macOS and Linux. The included script 'scripts/system-stats.sh' and the instructions in 'SKILL.md' are strictly aligned with the stated purpose of reporting CPU, memory, and disk metrics, with no evidence of data exfiltration, unauthorized access, or malicious intent.
能力评估
Purpose & Capability
The skill's name/description match its implementation: it runs local CPU, memory, disk, network, and process commands and includes a short script. Slight mismatch: the registry 'required binaries' list includes core tools (top, df, vm_stat, free, lsof, uptime) but the SKILL.md also references additional utilities (mpstat, hostinfo, ifconfig, nettop, iostat, ip, ss, pstree, du, swapon, awk, sort, etc.). These are reasonable for a system-monitor tool but are not enumerated in the metadata.
Instruction Scope
Instructions direct the agent to execute local CLI diagnostics only (top, df, vm_stat, free, lsof, uptime, ps, ifconfig/ss/ip, etc.). There are no commands that send data to external endpoints and no access to unrelated filesystem paths or environment secrets. Note: the commands collect local process and network information (process lists, listening ports, connections), which can be sensitive on shared systems—this is consistent with the stated purpose but worth awareness.
Install Mechanism
No install spec (instruction-only) and a single small shell script are provided. Nothing is downloaded or extracted from external URLs. Risk from installation is low.
Credentials
The skill requires no environment variables or credentials. It does not request unrelated secrets or config paths.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system changes, and does not modify other skills' configuration. The agent may invoke it autonomously by default (ordinary behavior) but it does not gain elevated persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-skill-system-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-skill-system-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Skills Factory publish batch
v1.0.0
Initial public publish from Skills Factory
元数据
Slug openclaw-skill-system-monitor
版本 1.0.1
许可证
累计安装 4
当前安装数 4
历史版本数 2
常见问题

System Monitor 是什么?

Real-time system metrics monitoring (CPU, memory, disk, network, processes). Use when: user asks to check system status, cpu usage, memory usage, disk space,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 714 次。

如何安装 System Monitor?

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

System Monitor 是免费的吗?

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

System Monitor 支持哪些平台?

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

谁开发了 System Monitor?

由 pp(@ppopen)开发并维护,当前版本 v1.0.1。

💬 留言讨论