ls-system-info

Collect CPU, memory, disk, uptime, and network information into a Markdown report.

3|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/CruxExperts/localsetup --skill ls-system-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-system-info
Source: https://github.com/CruxExperts/localsetup/tree/main/_localsetup/skills/ls-system-info
Command: npx skills add https://github.com/CruxExperts/localsetup --skill ls-system-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly gather a consistent snapshot of a Linux host's essential system details to establish a baseline for audits, deployments, and troubleshooting.

Core Features & Use Cases

  • Baseline collection: CPU, memory, disk, uptime, OS release, and network info without requiring sudo.
  • Markdown-friendly output: Generates a readable report suitable for documentation and ticketing.
  • Use Case: Run on new servers to capture a repeatable system layout before applying changes or releases.

Quick Start

Run the system snapshot to generate a baseline report of CPU, memory, disk, uptime, and network details.

Frequently Asked Questions about ls-system-info

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

FAQPage Schema
How do I capture a Linux system baseline without sudo access?

You can capture a Linux system baseline without sudo by collecting CPU, memory, disk, uptime, and network information using only standard Linux utilities. This approach works on servers and containers where elevated privileges are unavailable.

What is the best way to generate a markdown report for Linux system diagnostics?

The best way to generate a markdown report for Linux system diagnostics is to run a Python 3.10+ script that uses only the standard library. It collects system characteristics and outputs a readable markdown baseline snapshot suitable for documentation.

Can I collect CPU and memory information from Linux containers without installing extra packages?

Yes, you can collect CPU and memory information from Linux containers without extra packages. The snapshot process relies entirely on standard Linux utilities and the Python 3.10+ stdlib, requiring no additional software installations.

How do I take a repeatable system snapshot for server audits and deployments?

To take a repeatable system snapshot for server audits and deployments, run a baseline collection process that gathers OS release, disk, uptime, CPU, memory, and network details into a consistent report for comparison before applying changes.

Does this Linux baseline snapshot tool require Python to run?

The optional script for outputting a markdown report requires Python 3.10+ standard library to run. However, the core baseline collection of CPU, memory, disk, and network information relies on standard Linux utilities.

When should I use a no-sudo system snapshot instead of other Linux diagnostics tools?

You should use a no-sudo system snapshot when operating in restricted Linux environments or containers where sudo is unavailable. It provides a quick, repeatable baseline for troubleshooting and audits without the overhead of installing specialized diagnostic packages.