system-info

Retrieve CPU, memory, disk, network, and process statistics using psutil.

84|15|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/AIDotNet/MoYuCode --skill system-info-aidotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-info
Source: https://github.com/AIDotNet/MoYuCode/tree/main/skills/tools/system-info
Command: npx skills add https://github.com/AIDotNet/MoYuCode --skill system-info-aidotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive insights into your system's hardware and running processes, helping you monitor performance and resource utilization.

Core Features & Use Cases

  • System Overview: Get details on CPU, memory, and disk usage.
  • Process Monitoring: View and analyze running processes.
  • Use Case: Quickly check your system's memory usage or identify which processes are consuming the most CPU.

Quick Start

Run the system_info script to get a 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 check CPU and memory usage on my system?

To check CPU and memory usage, you can retrieve detailed system statistics including disk and network data. Running a system information script provides a comprehensive overview of hardware resource utilization for performance monitoring.

How can I find which processes are consuming the most CPU?

To find processes consuming the most CPU, you need process monitoring capabilities. This system information tool analyzes running processes and identifies resource utilization, helping you troubleshoot performance bottlenecks caused by specific applications.

Do I need the psutil library to monitor disk and network statistics?

Yes, you need the psutil library to monitor disk and network statistics. This dependency is required for comprehensive system data collection, enabling the script to retrieve detailed hardware metrics and running process information.

What is the best way to get a system overview for troubleshooting?

The best way to get a system overview for troubleshooting is to retrieve detailed system information across CPU, memory, disk, and network. This approach provides the necessary hardware and process statistics to identify performance issues quickly.

Can I monitor running processes and system hardware with one script?

Yes, you can monitor running processes and system hardware with one script. The system information tool retrieves both hardware statistics and process data, providing a full system overview applicable for administration and performance monitoring tasks.