compute-availability-tracker

Parse provider status pages and output routing recommendation tables.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill compute-availability-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compute-availability-tracker
Source: https://github.com/m2ai-portfolio/m2ai-skills-pack/tree/main/skills/compute-availability-tracker
Command: npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill compute-availability-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect outages across AI providers and route requests to healthy options, reducing downtime and failed calls.

Core Features & Use Cases

  • Provider health aggregation: fetches and aggregates status from major providers.
  • Routing recommendations: outputs actionable routing guidance when outages are detected.
  • Scheduled checks: supports periodic health verifications to preempt degradation.

Quick Start

Ask the agent to run a health check and return routing guidance for any degraded providers.

Frequently Asked Questions about compute-availability-tracker

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

FAQPage Schema
How do I check AI provider availability when API calls start failing?

To check AI provider availability when calls fail, this Skill reads public status pages for Anthropic, OpenAI, Google Gemini, and OpenRouter, parsing overall status, affected services, and incidents to output a routing recommendation table for healthy options.

Can I get routing recommendations for fallback options during an OpenAI outage?

Yes, you can get routing recommendations for fallback options during an OpenAI outage. The Skill detects degraded providers and outputs actionable routing guidance to direct your model calls to healthy, available alternatives.

What is AI provider health monitoring and how does automatic fallback work?

AI provider health monitoring tracks the operational status of services like Anthropic and Google Gemini. Automatic fallback works by reading public status pages, detecting incidents, and generating a routing table to redirect calls to healthy providers.

Does this availability tracker support scheduled health checks for Google Gemini and OpenRouter?

Yes, this availability tracker supports scheduled health checks for Google Gemini and OpenRouter. It performs periodic health verifications to preempt degradation and detect provider outages before your model calls fail.

What is the best way to aggregate AI provider status across multiple platforms?

The best way to aggregate AI provider status is to fetch and parse public status pages across Anthropic, OpenAI, Google Gemini, and OpenRouter. This Skill consolidates overall status, affected services, and incidents into a unified routing table.