system-info

Gather Linux OS, kernel, CPU, memory, uptime, and health metrics.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kiddyboots216/inspect_ai --skill system-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-info
Source: https://github.com/kiddyboots216/inspect_ai/tree/main/examples/skills/skills/system-info
Command: npx skills add https://github.com/kiddyboots216/inspect_ai --skill system-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gathers Linux system information from a host to create a comprehensive baseline.

Core Features & Use Cases

  • OS, kernel, CPU, and memory discovery from a target machine
  • Uptime, load averages, and basic system health metrics
  • Use Case: A sysadmin runs this on new servers to generate a baseline system profile for inventory and monitoring

Quick Start

Run the included script for a complete system overview: ./scripts/sysinfo.sh

Frequently Asked Questions about system-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gather Linux system information like CPU and memory for a baseline audit?

You can gather Linux system information by running a Bash script that uses standard utilities to output OS, kernel, CPU, memory, uptime, and load averages. This generates a structured system baseline for inventory without requiring additional software installations.

Can I check server uptime and load averages on a Linux machine without installing new monitoring software?

Yes, you can check server uptime and load averages using a Bash script that relies solely on standard Linux utilities. It outputs basic system health metrics and structured data without requiring any additional software installations on the host machine.

Does this system info script work across servers, VMs, and containers?

The system info script works across servers, VMs, and containers. It performs OS, kernel, CPU, and memory discovery from the target machine to generate a comprehensive baseline profile for system administrators and DevOps auditing.

What is the best way to generate a system profile for new server inventory?

The best way to generate a system profile for new server inventory is executing a Bash script that instantly snapshots Linux system information. It collects OS, kernel, CPU, memory, uptime, and health metrics into structured data for monitoring baselines.

Do I need root privileges or extra dependencies to run a Linux system health check script?

You do not need extra dependencies to run this Linux system health check script. It relies on standard Linux utilities already present on the host, outputting structured system information data without requiring additional software installations.

Why use a Bash script for system discovery instead of other monitoring tools?

Using a Bash script for system discovery provides an instant, dependency-free snapshot of Linux OS, kernel, CPU, and memory metrics. It avoids the overhead of installing dedicated monitoring tools while delivering structured baseline data for DevOps auditing.