AgentSkillsCN

system-status

全面检查系统健康状况与资源使用情况,包括 CPU、内存、磁盘、进程、网络及负载统计信息。当用户需要检查系统状态、监控资源使用、查看系统健康状况、诊断性能问题,或概览系统运行状态时,此功能均可派用场。

SKILL.md
--- frontmatter
name: system-status
description: Check comprehensive system health and resource usage including CPU, memory, disk, processes, network, and load statistics. Use when asked to check system status, monitor resources, view system health, diagnose performance issues, or get an overview of system running state (进程、cpu、内存、负载、磁盘等).

System Status

Monitor and report comprehensive system health metrics in Chinese.

Quick Start

Run the status check script:

bash
scripts/check_system.sh

The script provides:

  • System info (hostname, OS, uptime, load averages)
  • CPU usage and core count
  • Memory and swap usage
  • Disk usage for all mounted filesystems
  • Top processes by memory usage
  • Network connection statistics
  • Current user login information

Output Format

The report is formatted in Chinese with emoji indicators for easy reading:

  • 📋 系统信息
  • 💻 CPU 状态
  • 🧠 内存状态
  • 💾 磁盘使用
  • ⚙️ 进程状态
  • 🌐 网络状态
  • 👤 登录信息

All metrics are human-readable with appropriate units (GB, %, etc.).

Resources

scripts/

  • check_system.sh - Comprehensive system health check script that gathers CPU, memory, disk, process, and network statistics