heartbeat-system

Run scheduled diagnostics and monitor CPU, memory, and disk usage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides continuous, automated monitoring of the agent's operational health, detecting potential issues before they impact performance or lead to downtime.

Core Features & Use Cases

  • Periodic Health Checks: Runs scheduled diagnostics to assess system stability.
  • Resource Monitoring: Tracks key system metrics like CPU, memory, and disk usage.
  • Status Reporting: Logs or reports system status to designated channels.
  • Use Case: For long-running agents, this skill acts as a vigilant guardian, ensuring optimal performance by proactively identifying and flagging resource constraints or anomalies.

Quick Start

Execute the primary heartbeat script to perform an immediate system health check.

Frequently Asked Questions about heartbeat-system

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

FAQPage Schema
How do I monitor agent health and system resource usage automatically?

You can configure periodic health checks using a HEARTBEAT.md file or environment variables to schedule diagnostics, track system resources like disk and memory, and log historical status data.

Why does my long-running agent experience performance issues or unexpected downtime?

Performance issues in long-running agents often stem from resource constraints. Continuous self-monitoring runs scheduled diagnostics to proactively detect memory, disk, or CPU anomalies before they cause downtime.

What's the best way to configure periodic health checks for an agent system?

Configure periodic health checks via a HEARTBEAT.md file or environment variables to schedule diagnostics, track system resources like disk and memory, and log historical status data.

Can I run an immediate system status check instead of waiting for a scheduled diagnostic?

Yes, executing the primary heartbeat script performs an immediate system health check, assessing current system stability and reporting resource metrics like CPU, memory, and disk usage on demand.

Does this agent monitoring skill require any external dependencies?

No external dependencies are required. The skill operates independently using included scripts to perform diagnostics, monitor system resources, and log historical heartbeat data.