System Info

Quick system diagnostics: CPU, memory, disk, uptime

Xejrax

@xejrax

What This Skill Does

Command-line tool that displays CPU, memory, disk, and uptime diagnostics using standard Linux utilities.

Replaces manually running multiple system commands (free, uptime, df) by consolidating all key diagnostics into a single tool with subcommands.

When to Use It

  • Check current CPU load and core count
  • View memory usage and available RAM
  • Inspect disk space usage on mounted filesystems
  • Get system uptime and load averages
  • Quickly diagnose system performance issues

Install

$ openclaw skills install @xejrax/system-info

System Info

Quick system diagnostics covering CPU, memory, disk, and uptime. Uses standard Linux utilities that are always available.

Commands

# Show all system info (CPU, memory, disk, uptime)
system-info

# Show CPU information
system-info cpu

# Show memory usage
system-info mem

# Show disk usage
system-info disk

# Show system uptime
system-info uptime

Install

No installation needed. free and related utilities are always present on the system.

Top skills in this category