skills/smithery.ai/system-info

system-info

SKILL.md

System Information Skill

Gathers comprehensive system information about the Linux host.

Suggested Workflow

  1. Run ./scripts/sysinfo.sh for structured output covering OS, CPU, memory, and uptime.
  2. Use individual commands below for specific details or when the script is unavailable.

Commands Reference

Operating System

  • cat /etc/os-release - Distribution name and version
  • uname -a - Kernel version and architecture
  • hostnamectl - Hostname and OS info (systemd systems)
Installs
7
First Seen
Mar 8, 2026