Agent Skills: System Info Tool

获取系统信息,包括CPU、内存、磁盘、网络和进程详情。

UncategorizedID: aidotnet/moyucode/system-info

Install this agent skill to your local

pnpm dlx add-skill https://github.com/AIDotNet/MoYuCode/tree/HEAD/skills/tools/system-info

Skill Files

Browse the full folder contents for system-info.

Download Skill

Loading file tree…

skills/tools/system-info/SKILL.md

Skill Metadata

Name
system-info
Description
获取系统信息,包括CPU、内存、磁盘、网络和进程详情。

System Info Tool

Description

Get detailed system information including CPU, memory, disk usage, network stats, and running processes.

Trigger

  • /sysinfo command
  • User needs system information
  • User wants to check resources

Usage

# Full system overview
python scripts/system_info.py

# CPU information
python scripts/system_info.py --cpu

# Memory usage
python scripts/system_info.py --memory

# Disk usage
python scripts/system_info.py --disk

# Running processes
python scripts/system_info.py --processes --top 10

Tags

system, cpu, memory, disk, monitor

Compatibility

  • Codex: ✅
  • Claude Code: ✅