← 返回 Skills 市场
79
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install api-health-check
功能描述
Check the health and status of popular AI APIs and services — OpenAI, Anthropic, Pollinations, OpenRouter, Gemini, and more. Use when the user wants to know...
使用说明 (SKILL.md)
API Health Check
Quickly checks if major AI APIs and services are operational. Perfect for troubleshooting or verifying service availability.
APIs Checked
- OpenAI (api.openai.com)
- Anthropic (api.anthropic.com)
- Google Gemini (generativelanguage.googleapis.com)
- Pollinations (image.pollinations.ai, text.pollinations.ai)
- OpenRouter (openrouter.ai)
- Stability AI (api.stability.ai)
- Groq (api.groq.com)
Usage
check api status
is openai down?
check pollinations health
How it works
- Makes lightweight HEAD/GET requests to API endpoints
- Checks HTTP status codes and response times
- Reports status: ✅ UP, ❌ DOWN, ⚠️ SLOW
- Returns summary table of all services
Script
python scripts/check_apis.py [specific_api_name]
Without arguments, checks all APIs. With argument, checks only that service.
Output Example
API Health Status:
✅ OpenAI - UP (234ms)
✅ Anthropic - UP (189ms)
❌ Pollinations - DOWN (timeout)
✅ OpenRouter - UP (412ms)
安全使用建议
This skill appears to do what it says—query public AI API endpoints and report status—but it disables SSL certificate verification in the Python script, which is unsafe: an attacker on your network could spoof API responses and cause misleading results or leak information. Recommended steps before installing or running: (1) Inspect or run the script in a network-isolated environment; (2) remove the lines that set ctx.check_hostname = False and ctx.verify_mode = ssl.CERT_NONE so the default certificate validation is used; (3) consider changing the request to a GET when HEAD is unsupported, or add fallback logic, and add retries/backoff; (4) prefer using a well-maintained HTTP library (requests) with verify=True and clearer error handling; (5) if you can't review or modify the code, run it only on trusted networks or avoid using it. Given the TLS bypass, treat this as suspicious until that issue is fixed.
功能分析
Type: OpenClaw Skill
Name: api-health-check
Version: 1.0.0
The skill performs AI API health checks as described, but the script 'scripts/check_apis.py' intentionally disables SSL certificate verification (ssl.CERT_NONE and check_hostname = False). This is a significant security vulnerability that exposes the agent to man-in-the-middle (MITM) attacks. While there is no evidence of intentional malice or data exfiltration, the use of insecure network configurations meets the threshold for a suspicious classification.
能力评估
Purpose & Capability
Name/description align with the included script and behavior: it contacts known AI API endpoints and reports HTTP status and latency. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits runtime behavior to issuing HTTP HEAD/GET checks and summarizing results. The script itself performs only network requests and prints output (no file reads/writes, no env var access). However, SKILL.md mentions HEAD/GET while the script uses only HEAD; some endpoints may not respond correctly to HEAD. The script also disables TLS verification (see below), which is outside the stated 'lightweight' health-check necessity.
Install Mechanism
Instruction-only with a small Python script, no install spec and no external downloads — low install risk.
Credentials
The skill requests no environment variables or credentials. Its network access to the listed API hostnames is proportionate to its stated purpose.
Persistence & Privilege
No elevated persistence requested (always:false). The skill does not modify agent/system configuration or require permanent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install api-health-check - 安装完成后,直接呼叫该 Skill 的名称或使用
/api-health-check触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Check AI API status
元数据
常见问题
API Health Check 是什么?
Check the health and status of popular AI APIs and services — OpenAI, Anthropic, Pollinations, OpenRouter, Gemini, and more. Use when the user wants to know... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 API Health Check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install api-health-check」即可一键安装,无需额外配置。
API Health Check 是免费的吗?
是的,API Health Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
API Health Check 支持哪些平台?
API Health Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 API Health Check?
由 CJ Hauser(@cloudcompile)开发并维护,当前版本 v1.0.0。
推荐 Skills