system-info

Collect CPU, memory, disk, process, network, and battery metrics for system health checks.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Prathmesh234/Emu --skill system-info-prathmesh234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-info
Source: https://github.com/Prathmesh234/Emu/tree/main/backend/skills/bundled/system-info
Command: npx skills add https://github.com/Prathmesh234/Emu --skill system-info-prathmesh234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and report real-time system health and resource usage to accelerate troubleshooting and capacity planning.

Core Features & Use Cases

  • Collect CPU, memory, disk, process, network, and battery status.
  • Provide human-readable summaries and actionable remediation guidance.
  • Use cases: diagnosing slow performance, verifying system readiness, and baseline health checks.

Quick Start

Ask the agent to run a quick system health check and report CPU, memory, disk, and process status.

Frequently Asked Questions about system-info

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

FAQPage Schema
How do I run a quick system health check for CPU and memory usage?

To run a system health check, request the agent to collect and summarize critical metrics including CPU usage, memory, disk space, and running processes. It provides human-readable summaries to help diagnose slow performance and verify system readiness across Windows and Linux environments.

What metrics are included in a system diagnostics report?

A system diagnostics report includes CPU usage, memory, disk space, running processes, network status, and battery when available. These metrics are collected to accelerate troubleshooting and capacity planning.

Does the system health check work on both Windows and Linux?

Yes, the system health check works across both Windows and Linux environments. It uses deterministic shell-based diagnostics with safe defaults to gather metrics and guide remediation.

What's the best way to diagnose slow system performance?

The best way to diagnose slow system performance is to run a quick health check that collects CPU usage, memory, disk space, and running processes. The results provide actionable remediation guidance to identify bottlenecks.

Can I use this for capacity planning and baseline health checks?

Yes, you can use this for capacity planning and baseline health checks. It collects real-time resource usage and summarizes critical metrics to identify system health trends and inform infrastructure decisions.

Why does system diagnostics require shell-based checks?

System diagnostics require shell-based checks to gather accurate, real-time metrics directly from the operating system. This deterministic approach ensures reliable collection of CPU, memory, disk, and network status across different platforms.