← 返回 Skills 市场
fangxm233

AI Status - Real-time AI Provider Status

作者 fangxm233 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
249
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install aistatus
功能描述
Check real-time AI provider status, search model availability, get trending models, LLM benchmark leaderboard, and recent outage incidents. Use when the user...
使用说明 (SKILL.md)

AI Status - Real-time AI Provider Status & Model Availability

You 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

When to Use

  • User asks if an AI provider (Anthropic, OpenAI, Google, DeepSeek, etc.) is up or down
  • User wants to check model availability or pricing
  • User asks about trending AI models or usage rankings
  • User asks about LLM benchmark scores or leaderboard
  • User wants to know about recent AI outages or incidents
  • Before making API calls to a provider, check if it's operational

Available Endpoints

1. All Data (recommended first call)

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.

2. Provider Status

GET https://aistatus.cc/api/status

Returns operational status for each AI provider. Status values:

  • operational - All systems healthy
  • degraded - Minor issues reported
  • down - Major/critical outage
  • unknown - Insufficient data

Providers tracked: Anthropic, OpenAI, Google, DeepSeek, Meta, Mistral, xAI, Qwen, MiniMax, StepFun, Moonshot, ByteDance.

3. Model Search

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 models

4. Trending Models

GET https://aistatus.cc/api/trending

Top 10 most-used AI models this week by token volume on OpenRouter.

5. LLM Leaderboard (Benchmarks)

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).

6. Recent Incidents

GET https://aistatus.cc/api/incidents

Recent provider status change events (outages, degradations, recoveries). Stored in-memory, up to 50 events.

How to Respond

  1. Use WebFetch to call the appropriate endpoint
  2. Parse the JSON response
  3. Present the information clearly:
    • For status checks: show each provider with a status indicator
    • For model search: show matching models with provider, pricing, and availability
    • For trending: show the ranked list with token volumes
    • For leaderboard: show the ranked list with scores
    • For incidents: show a timeline of recent events

If the user provides $ARGUMENTS, use it to determine what to check:

  • If it looks like a provider name (e.g., "anthropic", "openai"), fetch /api/status and highlight that provider
  • If it looks like a model name (e.g., "claude-sonnet", "gpt-4o"), fetch /api/model?q={name}
  • If it's "trending" or "rankings", fetch /api/trending
  • If it's "leaderboard" or "benchmark", fetch /api/mmlu
  • If it's "incidents" or "outages", fetch /api/incidents
  • Otherwise, fetch /api/all for a comprehensive overview

Example Output Format

When 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. ...
安全使用建议
This skill appears coherent and low-risk because it only instructs the agent to fetch public endpoints from https://aistatus.cc and parse results. Before installing, consider: (1) Source trust — the skill's source/homepage is unknown, so verify aistatus.cc is reputable and that you trust its data; (2) Privacy — queries will be sent to a third-party domain (WebFetch network calls); avoid sending sensitive text in queries; (3) Accuracy & availability — the skill reports third-party status data that may be incomplete or stale; consider cross-checking with provider status pages for critical decisions; (4) Monitoring — because the skill performs network requests, watch for unexpected outbound traffic patterns. If any of these concerns matter, review the aistatus.cc site and its privacy/security posture before enabling the skill.
功能分析
Type: OpenClaw Skill Name: aistatus Version: 1.0.0 The 'aistatus' skill is designed to provide real-time AI provider status, model availability, and benchmarks by querying the public API at https://aistatus.cc. It uses the WebFetch tool as intended for its stated purpose and contains no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md exclusively instructs the agent to call aistatus.cc endpoints to fetch provider status, model search, trending, leaderboard, and incidents. No unrelated credentials, binaries, or system access are requested.
Instruction Scope
Runtime instructions are narrowly scoped: use WebFetch to call specific aistatus.cc endpoints, parse JSON, and present results. The instructions do not ask the agent to read local files, other env vars, or send data to unrelated endpoints.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only which minimizes disk/write risk. No downloads or package installs are specified.
Credentials
The skill declares no required environment variables, credentials, or config paths. The functionality described (public API calls) does not require secrets, so the lack of credential requests is proportionate.
Persistence & Privilege
The skill is not marked always:true and does not request any persistent system-wide configuration changes. It can be invoked by the user and (per default platform behavior) may be called autonomously by the agent, which is normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aistatus
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aistatus 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aistatus skill: - Check real-time status of major AI providers (e.g., Anthropic, OpenAI, Google). - Search and view availability, context length, and pricing for AI models. - View trending AI models based on usage data. - Access LLM benchmark leaderboard and compare model rankings. - Get recent incident and outage reports across AI providers.
元数据
Slug aistatus
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

AI Status - Real-time AI Provider Status 是什么?

Check real-time AI provider status, search model availability, get trending models, LLM benchmark leaderboard, and recent outage incidents. Use when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 AI Status - Real-time AI Provider Status?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aistatus」即可一键安装,无需额外配置。

AI Status - Real-time AI Provider Status 是免费的吗?

是的,AI Status - Real-time AI Provider Status 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI Status - Real-time AI Provider Status 支持哪些平台?

AI Status - Real-time AI Provider Status 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Status - Real-time AI Provider Status?

由 fangxm233(@fangxm233)开发并维护,当前版本 v1.0.0。

💬 留言讨论