status-page-monitoring

Check external status pages and report DOWN monitors via curl and jq.

15|1|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/ProxiBlue/claude-skills --skill status-page-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status-page-monitoring
Source: https://github.com/ProxiBlue/claude-skills/tree/main/status-page-monitoring
Command: npx skills add https://github.com/ProxiBlue/claude-skills --skill status-page-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill continuously checks status pages to detect outages and surfaces DOWN monitors for immediate action.

Core Features & Use Cases

  • Provider-agnostic checks: Supports UptimeRobot, PayPal, AWS Health, Atlassian Statuspage, and other providers via public APIs.
  • Automated alerting workflow: Aggregates results and returns concise DOWN monitor lists to streamline remediation.
  • Easy integration: Works with curl + jq in any automation pipeline or cron-based monitoring.

Quick Start

Run the status-page-monitoring skill to fetch the current monitors and return any DOWN statuses with names and timestamps.

Frequently Asked Questions about status-page-monitoring

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

FAQPage Schema
How do I check external status pages for outages using curl and jq?

To check external status pages for outages, you can use curl and jq to fetch and parse API data from providers like UptimeRobot or AWS Health. This skill returns a structured status summary highlighting any DOWN monitors.

Can I monitor UptimeRobot and Atlassian Statuspage outages in an automation pipeline?

Yes, you can monitor UptimeRobot and Atlassian Statuspage outages within an automation pipeline. The skill applies curl and jq to fetch data from public APIs and outputs concise DOWN monitor lists suitable for automated workflows.

What is the best way to automate uptime monitoring across multiple providers?

The best way to automate uptime monitoring across multiple providers is to run provider-agnostic checks via public APIs. This skill aggregates results from services like PayPal and AWS Health, returning a structured status summary for proactive alerting.

Does status-page-monitoring support cron-based incident response workflows?

Yes, status-page-monitoring supports cron-based incident response workflows. It uses curl and jq to fetch current monitors and returns DOWN statuses with names and timestamps, streamlining remediation in any scheduled automation environment.

Why does my status page monitoring return a DOWN status during an AWS Health incident?

Your status page monitoring returns a DOWN status during an AWS Health incident because the skill actively fetches and parses API data to detect outages. It surfaces these DOWN monitors to provide immediate proactive alerting for incident response.

Do I need jq to parse API data for PayPal status page checks?

Yes, you need jq to parse API data for PayPal status page checks. The skill relies on curl to fetch the data and jq to parse it, extracting structured status summaries to identify any DOWN monitors across supported providers.