multiAI Summary Pending

pc-monitor-cn

name: pc-monitor-cn

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/pc-monitor-cn/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1173910773/pc-monitor-cn/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/pc-monitor-cn/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How pc-monitor-cn Compares

Feature / Agentpc-monitor-cnStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

name: pc-monitor-cn

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# pc-monitor-cn
name: pc-monitor-cn
version: 1.0.0

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

## 描述

提供系统资源的实时监控功能,包括:
- CPU 使用率
- 内存使用率
- 磁盘空间
- 网络状态

## 使用方式

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

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

## 依赖

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

## 配置

无特殊配置要求。