Pc Monitor Cn

v1.0.0

实时监控PC系统资源状态,包括CPU、内存、磁盘和网络使用情况。

0· 140·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 1173910773/pc-monitor-cn.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pc Monitor Cn" (1173910773/pc-monitor-cn) from ClawHub.
Skill page: https://clawhub.ai/1173910773/pc-monitor-cn
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pc-monitor-cn

ClawHub CLI

Package manager switcher

npx clawhub@latest install pc-monitor-cn
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk974qw90yd8fv5327sjxt7tsfx83jyqq
140downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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 (可选,用于更详细的监控)

配置

无特殊配置要求。

Comments

Loading comments...