system-info
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
获取系统信息,包括CPU、内存、磁盘、网络和进程详情。
3installs
Sourceaidotnet/moyucode
Added on
NPX Install
npx skill4agent add aidotnet/moyucode system-infoTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →System Info Tool
Description
Get detailed system information including CPU, memory, disk usage, network stats, and running processes.
Trigger
- command
/sysinfo - User needs system information
- User wants to check resources
Usage
bash
# 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 10Tags
systemcpumemorydiskmonitorCompatibility
- Codex: ✅
- Claude Code: ✅