system-info

Collect and report OS details, Java version, memory, disk, and network interfaces.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/dbbaskette/herald --skill system-info-dbbaskette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-info
Source: https://github.com/dbbaskette/herald/tree/main/herald-core/src/main/resources/skills/system-info
Command: npx skills add https://github.com/dbbaskette/herald --skill system-info-dbbaskette

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collect and report comprehensive host system information to quickly assess health and diagnostics.

Core Features & Use Cases

  • OS details and hostname: gather kernel name, version, and system name.
  • Java runtime: report java version and vendor.
  • Memory and swap: capture used, free memory and swap usage.
  • Disk space: show total and free space per filesystem.
  • Network interfaces: list active interfaces and IP addresses.
  • Use Case: When a user asks for system status or troubleshooting, Herald returns a concise health report with key metrics.

Quick Start

Ask Herald to report the current host system information.

Frequently Asked Questions about system-info

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

FAQPage Schema
How do I check host system health and memory usage quickly?

You can check host system health by executing shell commands to collect and summarize OS details, memory usage, disk space, and network interfaces into a concise health report.

What system information is included in a routine server health check?

A routine server health check includes OS kernel details, Java version and vendor, memory and swap usage, disk space per filesystem, and active network interfaces with IP addresses.

Can I run system diagnostics across development, test, and production environments?

Yes, this Skill performs system diagnostics across development, test, and production environments by collecting host metrics like memory and disk space for incident response and routine audits.

How do I get a quick summary of disk space and network interfaces on a host?

You can get a summary of disk space and network interfaces by running shell commands that parse total and free space per filesystem alongside active interfaces and their IP addresses.

Do I need any dependencies or components to gather Java version and OS details?

No dependencies or components are required to gather Java version and OS details; the Skill independently executes native shell commands to collect and format the host data.