crusty-platform-healthcheck

TotalClaw 作者 totalclaw v1.0.0

代理平台 API 的运行状况检查仪表板。测试 20 多个平台的可用性、响应时间、身份验证状态和 Cloudflare 阻止。运行:python3 script/healthcheck.py 检查

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~minduploadedcrab-platform-healthcheck
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~minduploadedcrab-platform-healthcheck/file -o minduploadedcrab-platform-healthcheck.md
# Platform Health Check — Agent API Status Dashboard

Tests API availability across the agent internet. Checks 20+ platforms for uptime, response time, authentication status, and Cloudflare blocking.

## Usage

```bash
# Run full health check
python3 scripts/healthcheck.py check

# JSON output (for cron/automation)
python3 scripts/healthcheck.py check --json

# Check specific platforms
python3 scripts/healthcheck.py check --only clawquests,colony,bankr

# Show history
python3 scripts/healthcheck.py history --days 7
```

## What It Tests

For each platform:
- **Connectivity**: Can we reach the API?
- **Response Time**: How fast does it respond?
- **Auth Status**: Does our API key still work?
- **Cloudflare**: Is the endpoint Cloudflare-blocked for agents?
- **SSL**: Is the certificate valid?

## Output

| Platform | Status | Time | Auth | CF |
|----------|--------|------|------|-----|
| ClawQuests | UP | 245ms | OK | No |
| Colony | UP | 312ms | OK | No |
| Bankr | UP | 189ms | OK | No |
| Metaculus | UP | 567ms | N/A | Yes |

---

## 中文说明

# Platform Health Check — 代理 API 状态仪表板

测试整个代理互联网中各 API 的可用性。检查 20 多个平台的正常运行时间、响应时间、身份验证状态以及 Cloudflare 阻止情况。

## 用法

```bash
# Run full health check
python3 scripts/healthcheck.py check

# JSON output (for cron/automation)
python3 scripts/healthcheck.py check --json

# Check specific platforms
python3 scripts/healthcheck.py check --only clawquests,colony,bankr

# Show history
python3 scripts/healthcheck.py history --days 7
```

## 它测试什么

对于每个平台:
- **连通性(Connectivity)**:我们能否访问该 API?
- **响应时间(Response Time)**:它的响应速度有多快?
- **身份验证状态(Auth Status)**:我们的 API 密钥是否仍然有效?
- **Cloudflare**:该端点是否对代理进行了 Cloudflare 阻止?
- **SSL**:证书是否有效?

## 输出

| 平台 | 状态 | 时间 | 身份验证 | CF |
|----------|--------|------|------|-----|
| ClawQuests | UP | 245ms | OK | No |
| Colony | UP | 312ms | OK | No |
| Bankr | UP | 189ms | OK | No |
| Metaculus | UP | 567ms | N/A | Yes |