system-info

Query OS, CPU, memory, disk, battery, and network metrics via psutil.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires psutil, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a safe, read-only snapshot of your system's health, helping you quickly assess device status without manual data gathering.

Core Features & Use Cases

  • Full System Snapshot: Retrieve OS, CPU, memory, disk, battery, and network information in a single request.
  • On-Demand Monitoring: Ask for specific reports (cpu, memory, disk, battery, network) as needed.
  • Use Case: When preparing a support ticket, run a complete system report to include essential specs and current utilization.

Quick Start

Run the system-info script to print a full status report, or request a specific view like memory or disk 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 CPU and memory usage on my device?▼

You can check CPU and memory usage by running a read-only system information script that queries OS, CPU, memory, disk, battery, and network metrics. On-demand reports are available via flags like --cpu and --memory.

How do I get a full system health report for a support ticket?▼

Generate a full system health report by running the script to retrieve OS, CPU, memory, disk, battery, and network information in a single request. The output provides essential specs and current utilization data for support tickets.

Does psutil work for monitoring system metrics on servers?▼

Yes, psutil works for monitoring system metrics on servers. The script uses psutil to query read-only system information, satisfying readiness reporting and quick health checks across desktop environments, laptops, and servers.

Can I output system monitoring data as JSON?▼

Yes, you can output system monitoring data as JSON. The Python script relies on psutil to query device health metrics and outputs results in either human-readable text or JSON format.

What is the best way to run a quick disk space and network readiness check?▼

The best way to run a quick disk space and network readiness check is requesting specific on-demand reports. Use --disk and --network flags with the system monitoring script to retrieve targeted device metrics instantly.

What are the limitations of read-only system monitoring?▼

Read-only system monitoring limitations include its inability to modify system configurations or resolve detected issues. It strictly provides a safe, static snapshot of current device health metrics without executing corrective actions.