← Back to Skills Marketplace
Pc Monitor Cn
by
1173910773
· GitHub ↗
· v1.0.0
· MIT-0
138
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pc-monitor-cn
Description
实时监控PC系统资源状态,包括CPU、内存、磁盘和网络使用情况。
README (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 (可选,用于更详细的监控)
配置
无特殊配置要求。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pc-monitor-cn - After installation, invoke the skill by name or use
/pc-monitor-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of pc-monitor-cn.
- 提供实时监控系统资源的功能:CPU、内存、磁盘、网络状态
- 支持通过 Shell 脚本或 Python 脚本查看资源状态
- 可选依赖 psutil,实现更详细的监控
- 无需特殊配置
Metadata
Frequently Asked Questions
What is Pc Monitor Cn?
实时监控PC系统资源状态,包括CPU、内存、磁盘和网络使用情况。 It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install Pc Monitor Cn?
Run "/install pc-monitor-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pc Monitor Cn free?
Yes, Pc Monitor Cn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pc Monitor Cn support?
Pc Monitor Cn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pc Monitor Cn?
It is built and maintained by 1173910773 (@1173910773); the current version is v1.0.0.
More Skills