system-info
SKILL.md
System Information Skill
Gathers comprehensive system information about the Linux host.
Suggested Workflow
- Run
./scripts/sysinfo.shfor structured output covering OS, CPU, memory, and uptime. - Use individual commands below for specific details or when the script is unavailable.
Commands Reference
Operating System
cat /etc/os-release- Distribution name and versionuname -a- Kernel version and architecturehostnamectl- Hostname and OS info (systemd systems)