health-monitor

Track system metrics and detect anomalies with threshold-based alerting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for continuous oversight of an agent's operational status, ensuring optimal performance and proactively identifying potential issues before they impact service.

Core Features & Use Cases

  • System Health Checks: Verifies the availability and responsiveness of critical services and system resources like disk space and memory.
  • Performance Metric Tracking: Collects and monitors key performance indicators (CPU, memory, network, process-specific metrics) over time.
  • Anomaly Detection & Alerting: Identifies unusual patterns in system behavior and triggers alerts when predefined thresholds are breached, enabling timely intervention.
  • Use Case: Automatically monitor server CPU and memory usage, alerting the operations team if either exceeds 90% for more than 5 minutes, preventing potential service outages.

Quick Start

Run a comprehensive health check on the agent's current status.

Frequently Asked Questions about health-monitor

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

FAQPage Schema
How do I monitor agent health and performance metrics automatically?

You can monitor agent health by running system commands to track CPU, memory, and network metrics. This skill collects performance indicators over time and persists data via file I/O for continuous operational oversight.

How does anomaly detection and alerting work for system resources?

Anomaly detection identifies unusual patterns in system behavior by tracking metrics against predefined thresholds. When resource utilization exceeds set limits, the system triggers automated alerts to enable timely intervention.

Can I set up automated alerting when server CPU or memory exceeds a threshold?

Yes, you can configure threshold-based alerting to notify you when CPU or memory exceeds predefined limits, such as alerting operations if usage surpasses 90% for a sustained period to prevent outages.

Do I need specific dependencies to run system health checks and collect metrics?

No specific dependencies are required. The skill relies on executing standard system commands for metric collection and uses file I/O operations for data persistence, ensuring broad compatibility.

What is the best way to verify critical service availability and disk space?

Performing system health checks verifies the availability and responsiveness of critical services and system resources. This process directly checks disk space and memory to ensure operational stability.