system-info

Collect OS, kernel, CPU, and memory details into a structured summary.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill consolidates host system data (OS, kernel, CPU, and memory) into a single, ready-to-consume report, reducing manual collection time.

Core Features & Use Cases

  • Comprehensive System Snapshot: OS details, kernel, CPU, memory, and uptime in one pass.
  • Troubleshooting & Compliance: Quick diagnostics for incident response and asset audits.
  • Use Case Example: Run the included script to obtain a complete system overview for deployments or audits.

Quick Start

Use the system-info skill to run the scripts/sysinfo.sh script and review the full system overview.

Frequently Asked Questions about system-info

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

FAQPage Schema
How do I get a full Linux system report for OS, kernel, CPU, and memory?▼

You can generate a full Linux system report by running the provided script, which automatically collects OS, kernel, CPU, and memory details into a single structured summary for quick diagnostics.

What is the best way to automate host system information collection for compliance checks?▼

Automating host system information collection for compliance checks is best done by running standard Linux commands via the provided script, producing a structured system overview without requiring manual data gathering.

Can I use standard Linux commands to gather CPU and memory details for troubleshooting?▼

Yes, you can use standard Linux commands to gather CPU and memory details for troubleshooting, as the skill utilizes built-in system utilities to consolidate hardware and OS data into a ready-to-consume diagnostic report.

Does the system information script work without external dependencies on Linux hosts?▼

Yes, the system information script works without external dependencies on Linux hosts, requiring only standard Linux commands to gather OS, kernel, CPU, and memory data without external prompts.

Why do I need to consolidate host system data into a single report?▼

Consolidating host system data into a single report reduces manual collection time, providing a comprehensive snapshot of OS, kernel, CPU, memory, and uptime for incident response and asset audits.