study8677

AI Status Hub — DevOps skill for Claude Code

DevOps community

AI provider outage/status monitor for OpenAI, Claude, Gemini, Grok, and AWS.

How to install AI Status Hub

This entry records only its repository, not the path inside it, so there is no exact command to give. Open study8677/ai-status-hub and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Status Hub does

AI provider outage/status monitor for OpenAI, Claude, Gemini, Grok, and AWS. Official sources only, no API keys, GitHub Actions + Pages, JSON API.

Alternatives in DevOps

  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Claude Code GitHub Actions — by Anthropic - Official GitHub Actions integration for Claude Code with examples and documentation for automat 6.4k ★
  • Azure Monitor Python — Azure Monitor integration for Python 1.8k ★

README

AI Status Hub

Official-source AI provider status dashboard for OpenAI, Anthropic Claude, Google Gemini, xAI Grok, and AWS.

中文:AI 服务官方状态中心。只读官方状态源,覆盖 OpenAI、Claude、Gemini、Grok、AWS。

[![Monitor](https://github.com/study8677/ai-status-hub/actions/workflows/monitor.yml/badge.svg)](https://github.com/study8677/ai-status-hub/actions/workflows/monitor.yml) [![Live dashboard](https://img.shields.io/badge/live-dashboard-0b57d0)](https://study8677.github.io/ai-status-hub/) [![GitHub stars](https://img.shields.io/github/stars/study8677/ai-status-hub?style=social)](https://github.com/study8677/ai-status-hub/stargazers) [![License: MIT](https://img.shields.io/badge/license-MIT-137333)](./LICENSE) [![Python 3.12](https://img.shields.io/badge/python-3.12-3776ab)](https://www.python.org/)

[![Current AI status](https://study8677.github.io/ai-status-hub/status.svg)](https://study8677.github.io/ai-status-hub/)

Track AI outages from official status pages only. No API keys, no paid probes, no third-party status aggregators. Runs on GitHub Actions + Pages and publishes a live dashboard, JSON API, NDJSON event stream, and daily reports.

官方状态源优先的 AI 服务状态中心:不消耗模型 API quota,不依赖第三方聚合站,Fork 后即可自托管。

[在线看板](https://study8677.github.io/ai-status-hub/) · [最新 JSON](https://study8677.github.io/ai-status-hub/last_run.json) · [部署文档](./docs/SELF_HOST.md) · [输出 API](./docs/API.md) · [官方源说明](./docs/SOURCES.md) · [路线图](./docs/ROADMAP.md)

If this helps you track AI provider incidents, star the repo so more builders can find an official-source alternative to third-party aggregators.

![AI Status Hub preview](./assets/preview.svg)

为什么值得用

  • 官方源优先:不依赖第三方聚合站,不主动消耗模型 API quota。
  • 免费托管:GitHub Actions 定时采样,GitHub Pages 发布页面。
  • 一眼判断问题:服务按 正常 / 预警 / 严重 / 未知 排序,严重事件优先显示。
  • 可机器读取:同时发布 last_run.jsonevents.ndjson、日报 JSON/Markdown。
  • 误报边界清晰:抓取失败显示为 未知,不会直接算作 provider outage。
  • 易于 Fork:无第三方 Python 依赖,改 services.json 和 parser 就能扩展。

Live Demo

页面 地址
中文