Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    ukgovernmentbeis

    system-info

    ukgovernmentbeis/system-info
    Productivity
    1,730

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Get detailed system information including OS, kernel, CPU, and memory details

    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)

    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 outputs structured text (distribution, kernel, CPU model, cores, memory, uptime) suitable for parsing
    • Use lscpu for the most readable CPU information
    • Memory values in /proc/meminfo are in kilobytes
    Recommended Servers
    Kernel
    Kernel
    Memory Tool
    Memory Tool
    SubwayInfo NYC
    SubwayInfo NYC
    Repository
    ukgovernmentbeis/inspect_ai
    Files