From aidotnet-moyucode
Retrieves detailed system information including CPU, memory, disk usage, network stats, and running processes. Useful for resource monitoring and troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:system-infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get detailed system information including CPU, memory, disk usage, network stats, and running processes.
Get detailed system information including CPU, memory, disk usage, network stats, and running processes.
/sysinfo command# 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
system, cpu, memory, disk, monitor
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeMonitors CPU, memory, disk, and network resources using bash commands and Node.js scripts. Analyzes usage patterns, detects issues like leaks/bottlenecks, sets alerts, and recommends optimizations.
Monitors system processes with CPU, memory, disk I/O, network, open files, and port bindings. Finds resource hogs, kills runaway processes, and tracks system consumption.
Calculates SCUM scores for processes based on CPU, memory, and runtime to identify resource hogs. Provides bash/awk commands, babashka script, and justfile recipes to view, classify, and kill them. Useful for high system load debugging.