system-health-monitor

Monitor API quotas, disk space, and Hermes gateway status with alerts.

Updated May 23, 2026
One-click install
npx skills add https://github.com/zengbaocheng/hermes-tech-hub --skill system-health-monitor-zengbaocheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-health-monitor
Source: https://github.com/zengbaocheng/hermes-tech-hub/tree/main/autonomous-ai-agents/system-health-monitor
Command: npx skills add https://github.com/zengbaocheng/hermes-tech-hub --skill system-health-monitor-zengbaocheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Monitors API quotas, disk space, and Hermes gateway status to prevent outages and ensure reliable operation.

Core Features & Use Cases

  • API quota monitoring for multiple providers with alerting thresholds
  • Disk space monitoring with actionable warnings
  • Hermes gateway and process health checks with automatic restart triggers

Quick Start

Run the system health check to generate a daily report and push it to your monitoring channel.

Frequently Asked Questions about system-health-monitor

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

FAQPage Schema
How do I monitor API quotas and disk space to prevent outages?

You can monitor API quotas and disk space to prevent outages by running a system health check that aggregates environment data and outputs a structured report for upstream monitoring channels.

How does Hermes gateway health monitoring work for multi-environment deployments?

Hermes gateway health monitoring works by implementing status aggregation via the hermes status --all command, reading environment data across deployments to detect threshold breaches and trigger alerts.

Can I automatically restart Hermes gateway processes when health checks fail?

Yes, you can automatically restart Hermes gateway processes when health thresholds are breached, as the monitoring system triggers automatic restart actions alongside generating alert notifications.

What is the best way to generate a daily system health report for Hermes agents?

The best way to generate a daily system health report for Hermes agents is to run the system health check, which aggregates API quotas, disk space, and gateway status into a structured output for your monitoring channel.

Does this system health monitor require specific dependencies to run?

No, this system health monitor does not require any specific external dependencies to function, making it straightforward to deploy within existing Hermes Agent environments without additional package installations.