Install
openclaw skills install aistatusCheck real-time AI provider status, search model availability, get trending models, LLM benchmark leaderboard, and recent outage incidents. Use when the user...
openclaw skills install aistatusYou have access to the aistatus.cc API to check real-time AI provider status, model availability, trending usage, and benchmark scores. All endpoints are free, public, and require no authentication.
Base URL: https://aistatus.cc
GET https://aistatus.cc/api/all
Returns everything in one call: provider status, trending models, MMLU leaderboard, and recent incidents. Use this when the user asks a general question or you need multiple data points.
GET https://aistatus.cc/api/status
Returns operational status for each AI provider. Status values:
operational - All systems healthydegraded - Minor issues reporteddown - Major/critical outageunknown - Insufficient dataProviders tracked: Anthropic, OpenAI, Google, DeepSeek, Meta, Mistral, xAI, Qwen, MiniMax, StepFun, Moonshot, ByteDance.
GET https://aistatus.cc/api/model?q={query}
Search for models by name or ID. Returns matching models with provider status, pricing, and context length. Supports fuzzy matching. Up to 20 results.
Examples:
?q=claude-sonnet - Find Claude Sonnet models?q=gpt-4o - Find GPT-4o models?q=deepseek-chat - Find DeepSeek modelsGET https://aistatus.cc/api/trending
Top 10 most-used AI models this week by token volume on OpenRouter.
GET https://aistatus.cc/api/mmlu
Top 10 models by benchmark score from HuggingFace Open LLM Leaderboard (average of IFEval, BBH, MATH, GPQA, MUSR, MMLU-PRO).
GET https://aistatus.cc/api/incidents
Recent provider status change events (outages, degradations, recoveries). Stored in-memory, up to 50 events.
WebFetch to call the appropriate endpointIf the user provides $ARGUMENTS, use it to determine what to check:
/api/status and highlight that provider/api/model?q={name}/api/trending/api/mmlu/api/incidents/api/all for a comprehensive overviewWhen showing provider status:
AI Provider Status (as of HH:MM UTC):
Anthropic - operational (13 models)
OpenAI - degraded (58 models) - Partial System Degradation
Google - operational (45 models)
DeepSeek - operational (12 models)
...
310 models tracked total.
When showing model search results:
Found 3 models matching "claude-sonnet":
1. anthropic/claude-sonnet-4.6
Provider: Anthropic (operational)
Context: 1,000,000 tokens
Pricing: $3.00/M input, $15.00/M output
2. ...