← 返回 Skills 市场
1173910773

Pc Monitor Cn

作者 1173910773 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pc-monitor-cn
功能描述
实时监控PC系统资源状态,包括CPU、内存、磁盘和网络使用情况。
使用说明 (SKILL.md)

pc-monitor-cn

name: pc-monitor-cn version: 1.0.0

监控系统资源状态(CPU、内存、磁盘、网络)。

描述

提供系统资源的实时监控功能,包括:

  • CPU 使用率
  • 内存使用率
  • 磁盘空间
  • 网络状态

使用方式

# 查看所有系统状态
~/.openclaw/workspace/skills/system-monitor/scripts/monitor.sh

# 或者使用 Python 版本
~/.openclaw/workspace/skills/system-monitor/scripts/monitor.py

依赖

  • Python 3.6+
  • psutil (可选,用于更详细的监控)

配置

无特殊配置要求。

安全使用建议
This skill appears to be a straightforward local system monitor. Things to consider before installing: (1) monitor.sh will call 'pip3 install psutil' at runtime if psutil is missing — consider installing psutil yourself in a virtualenv or your user environment to avoid modifying system Python packages; (2) run the scripts locally to verify output before integrating them into an automated workflow; (3) the README/SKILL.md reference 'system-monitor' paths while the registry slug is 'pc-monitor-cn' — this is likely a packaging/name mismatch but not necessarily malicious; (4) because the script can install packages, avoid running it as root unless you intend to modify system-wide Python packages. No credentials or network exfiltration are present in the code.
功能分析
Type: OpenClaw Skill Name: pc-monitor-cn Version: 1.0.0 The skill bundle is a standard system monitoring utility that tracks CPU, memory, disk, and network usage. The code in scripts/monitor.py and scripts/monitor.sh is transparent, lacks any network exfiltration or unauthorized access logic, and aligns perfectly with its stated purpose. The automatic installation of the psutil dependency via pip3 in monitor.sh is a common utility pattern and not indicative of malicious intent.
能力评估
Purpose & Capability
The skill name/description (PC/system resource monitoring) matches the included Python and shell scripts which collect CPU, memory, disk and network stats. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and README instruct running the included scripts only. The shell wrapper will attempt to install psutil via pip3 if it's missing, which triggers a network installation step at runtime; aside from that, the scripts only read local system metrics via psutil/shutil and do not reference other files, env vars, or external endpoints. Minor packaging inconsistency: the docs and script paths use 'system-monitor' while the registry slug/name is 'pc-monitor-cn'.
Install Mechanism
No formal install spec is provided (instruction-only skill), but monitor.sh auto-installs the dependency psutil using 'pip3 install psutil -q' if it's not present. Installing from PyPI at runtime is expected for this purpose but can change system Python packages; there is no pinned version or use of a virtual environment.
Credentials
No environment variables, credentials, or config paths are requested. The code does not attempt to access secrets or unrelated configuration.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not modify other skills or system settings. It does not request persistent privileges beyond normal script execution.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pc-monitor-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pc-monitor-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pc-monitor-cn. - 提供实时监控系统资源的功能:CPU、内存、磁盘、网络状态 - 支持通过 Shell 脚本或 Python 脚本查看资源状态 - 可选依赖 psutil,实现更详细的监控 - 无需特殊配置
元数据
Slug pc-monitor-cn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pc Monitor Cn 是什么?

实时监控PC系统资源状态,包括CPU、内存、磁盘和网络使用情况。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 Pc Monitor Cn?

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

Pc Monitor Cn 是免费的吗?

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

Pc Monitor Cn 支持哪些平台?

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

谁开发了 Pc Monitor Cn?

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

💬 留言讨论