ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pc Monitor Cn

Skill by 1173910773

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1173910773/pc-monitor-cn
Or

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

配置

无特殊配置要求。

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1173910773-pc-monitor-cn": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.