system-info | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / system-info

system-info

maintained by UKGovernmentBEIS

star 1.7k account_tree 381 verified_user MIT License
bolt View GitHub

name: system-info description: Get detailed system information including OS, kernel, CPU, and memory details

System Information Skill

Use this skill to gather comprehensive system information about the Linux host.

Quick Start

Run the included script for a complete system overview:

./scripts/sysinfo.sh

Manual Commands

Operating System

  • cat /etc/os-release - Distribution name and version
  • uname -a - Kernel version and architecture
  • hostnamectl - Hostname and OS info (systemd systems)

CPU Information

  • lscpu - CPU architecture details (cores, threads, model)
  • cat /proc/cpuinfo | head -30 - Detailed processor info
  • nproc - Number of available processors

Memory Information

  • free -h - Memory and swap usage (human-readable)
  • cat /proc/meminfo | head -10 - Detailed memory statistics

System Uptime

  • uptime - How long the system has been running
  • cat /proc/loadavg - Load averages

Tips

  • The sysinfo.sh script provides structured output suitable for parsing
  • Use lscpu for the most readable CPU information
  • Memory values in /proc/meminfo are in kilobytes

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1.7k
GitHub Forks 381
Created Jan 2026
Last Updated 4个月前
tools tools system admin

Related Skills

docker-expert
chevron_right
caffeine
chevron_right
telnyx-network
chevron_right
discord-governance
chevron_right
plex

plex

openclaw
star 2.4k
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.