health-monitor

Monitor real-time availability, response times, and error rates of services.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mqzkim/trading --skill health-monitor-mqzkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-monitor
Source: https://github.com/mqzkim/trading/tree/main/.agents/skills/health-monitor
Command: npx skills add https://github.com/mqzkim/trading --skill health-monitor-mqzkim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides real-time monitoring of product availability, response times, and error rates for multiple services, enabling proactive issue detection and resolution.

Core Features & Use Cases

  • Uptime Monitoring: Continuously checks the availability of services via HTTP health checks.
  • Performance Tracking: Monitors response times (P50/P95/P99) to identify performance bottlenecks.
  • Error Rate Analysis: Tracks the percentage of 4xx and 5xx errors to gauge service health.
  • SSL Certificate Monitoring: Detects upcoming SSL certificate expirations.
  • Alerting: Notifies the Alert Agent upon detecting any anomalies.

Quick Start

Monitor the health of the 'api.example.com' service.

Frequently Asked Questions about health-monitor

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

FAQPage Schema
How do I monitor API uptime and response time for multiple SaaS products?

You can monitor API uptime and response time by running continuous HTTP health checks across multiple products. This Skill tracks real-time availability and performance metrics to detect service anomalies proactively.

What is the best way to track 4xx and 5xx error rates for my web services?

The best way to track 4xx and 5xx error rates is by continuously analyzing HTTP responses. This Skill calculates the percentage of these errors to gauge real-time service health and identify performance bottlenecks.

Can I get alerts for upcoming SSL certificate expirations on my platform?

Yes, you can get alerts for upcoming SSL certificate expirations. This Skill detects upcoming expirations and automatically notifies the Alert Agent upon finding any certificate or service health anomalies.

How do I identify performance bottlenecks using P95 and P99 response times?

To identify performance bottlenecks using P95 and P99 response times, this Skill monitors and records these latency percentiles continuously, highlighting slow responses so you can isolate system anomalies.

Does real-time health monitoring require any specific dependencies or components?

Real-time health monitoring requires no specific dependencies or components to function. It operates independently to check service availability and alert the Alert Agent upon detecting any operational anomalies.