System Info
SkillMonitoring & opsSystem information and monitoring
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the System Info skill
What this skill tells your AI
The instructions your AI receives, as published by gebruder/wirken in skills/system-info/SKILL.md and read by ahel’s review.
Gather system information and monitor resources.
Hardware and OS
- OS info:
uname -a - CPU:
nproc(count),lscpu | head -20(details) - Memory:
free -h - Disk:
df -h - Uptime:
uptime - Hostname:
hostname
Processes
- Top processes by CPU:
ps aux --sort=-%cpu | head -15 - Top processes by memory:
ps aux --sort=-%mem | head -15 - Process tree:
pstree -p | head -30 - Find process:
pgrep -a <name>
Network
- IP addresses:
ip addr showorhostname -I - Open ports:
ss -tlnp - DNS:
cat /etc/resolv.conf - Test connectivity:
ping -c 3 <host>
Logs
- System log (recent):
journalctl --no-pager -n 30 - Kernel messages:
dmesg | tail -20
Signals
- GitHub stars
- 171
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
system-info-gebruder- Source
- github.com/gebruder/wirken