pc-monitor-cn
name: pc-monitor-cn
About this skill
This AI agent skill, `pc-monitor-cn`, offers real-time monitoring of critical system resources. It tracks CPU utilization, memory usage, available disk space, and current network activity. Designed for quick health checks, it helps users and AI agents understand the immediate performance posture of a system. By providing an an instant snapshot of resource consumption, it enables proactive identification of potential bottlenecks or unusual activity. The skill is particularly useful for developers debugging applications, system administrators needing quick diagnostics, or any user experiencing sluggish performance. It eliminates the need to open dedicated monitoring tools, allowing an AI agent to quickly fetch and report system health directly within a conversational workflow. It supports both a shell script and a Python version for flexibility.
Best use case
The primary use case is to perform quick system health checks and diagnose immediate performance issues. Developers, system administrators, and users running resource-intensive applications will benefit most by getting instant insights into their machine's operational status without switching contexts.
name: pc-monitor-cn
A clear, concise report detailing the current CPU usage, memory consumption, disk space utilization, and network activity of the system.
Practical example
Example input
Check my system's current resource usage.
Example output
CPU Usage: 35% (4 cores) Memory Usage: 7.2GB / 16GB (45%) Disk Usage (/): 150GB / 500GB (30%) Network Activity: Tx: 5 MB/s, Rx: 2 MB/s
When to use this skill
- To get a real-time overview of CPU, memory, disk, or network usage.
- When diagnosing performance bottlenecks or unexpected system slowdowns.
- Before running resource-intensive tasks to ensure sufficient capacity.
- To quickly verify system health after software installations or updates.
When not to use this skill
- When needing long-term historical data, trends, or advanced analytics.
- For enterprise-grade monitoring systems with complex alerting and visualization needs.
- If remote monitoring of multiple servers from a central dashboard is required.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/pc-monitor-cn/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How pc-monitor-cn Compares
| Feature / Agent | pc-monitor-cn | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | easy | N/A |
Frequently Asked Questions
What does this skill do?
name: pc-monitor-cn
How difficult is it to install?
The installation complexity is rated as easy. You can find the installation instructions above.
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.
Related Guides
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
AI Agents for Freelancers
Browse AI agent skills for freelancers handling client research, proposals, outreach, delivery systems, documentation, and repeatable admin work.
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 (可选,用于更详细的监控) ## 配置 无特殊配置要求。
Related Skills
desktop-monitor-widget
桌面监控悬浮球 - 实时显示系统资源状态
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
filesystem
Advanced filesystem operations for listing files, searching content, batch processing, and directory analysis. Supports recursive search, file type filtering, size analysis, and batch operations like copy/move/delete. Use when you need to: list directory contents, search for files by name or content, analyze directory structures, perform batch file operations, or analyze file sizes and distribution.
Budget & Expense Tracker — AI Agent Financial Command Center
Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent.
yt-dlp
A robust CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and thousands of other sites. Supports format selection, quality control, metadata embedding, and cookie authentication.
time-checker
Check accurate current time, date, and timezone information for any location worldwide using time.is. Use when the user asks "what time is it in X", "current time in Y", or needs to verify timezone offsets.
pihole-ctl
Manage and monitor local Pi-hole instance. Query FTL database for statistics (blocked ads, top clients) and control service via CLI. Use when user asks "how many ads blocked", "pihole status", or "update gravity".
mermaid-architect
Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".
memory-cache
High-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and session context caching. Use for: (1) Saving agent state, (2) Caching API results, (3) Sharing data between sub-agents.
mema
Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.
file-organizer-skill
Organize files in directories by grouping them into folders based on their extensions or date. Includes Dry-Run, Recursive, and Undo capabilities.
media-compress
Compress and convert images and videos using ffmpeg. Use when the user wants to reduce file size, change format, resize, or optimize media files. Handles common formats like JPG, PNG, WebP, MP4, MOV, WebM. Triggers on phrases like "compress image", "compress video", "reduce file size", "convert to webp/mp4", "resize image", "make image smaller", "batch compress", "optimize media".