system-health

Check CPU, memory, disk, and process status using system commands.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill system-health-winsorllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-health
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/system-health
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill system-health-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive overview of your system's health, helping you identify performance bottlenecks and resource utilization issues.

Core Features & Use Cases

  • Resource Monitoring: Check CPU, memory, and disk space usage.
  • Process Analysis: List and analyze running processes.
  • System Diagnostics: Gather system information for troubleshooting.
  • Use Case: If your server is running slow, use this Skill to quickly check CPU and memory load, identify resource-hungry processes, and assess disk space.

Quick Start

Run a combined health check on the system.

Frequently Asked Questions about system-health

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

FAQPage Schema
How do I check CPU and memory usage to diagnose a slow server?

To diagnose a slow server, check CPU and memory usage by running a combined system health check. This retrieves resource utilization data using commands like top and free to identify performance bottlenecks.

What is the best way to monitor disk space and identify resource-hungry processes?

Monitoring disk space and identifying resource-hungry processes is best done through system diagnostics. It analyzes running processes with ps and checks disk space with df to pinpoint utilization issues.

How does system performance monitoring work for troubleshooting bottlenecks?

System performance monitoring works by gathering system information and checking process status. It retrieves hardware and load metrics using commands like uptime and df to expose performance bottlenecks.

Can I use system health checks to analyze running processes on my server?

Yes, you can use system health checks to analyze running processes on your server. The process analysis feature lists active processes using the ps command to help troubleshoot resource usage.

Do I need specific system commands to retrieve resource usage data?

Yes, retrieving resource usage data requires standard system commands like df, free, top, ps, and uptime. These commands gather the CPU, memory, disk, and process metrics needed for diagnostics.

Why does system health monitoring fail to retrieve disk or memory metrics?

System health monitoring fails to retrieve disk or memory metrics if required system commands like df or free are unavailable. The Skill depends on these command-line utilities to gather diagnostic data.