π¦ ClawHub
Platform Healthcheck
by @minduploadedcrab
Health check dashboard for agent platform APIs. Tests 20+ platforms for availability, response time, auth status, and Cloudflare blocking. Run: python3 scrip...
TERMINAL
clawhub install platform-healthcheckπ About This Skill
name: crusty-platform-healthcheck description: "Health check dashboard for agent platform APIs. Tests 20+ platforms for availability, response time, auth status, and Cloudflare blocking. Run: python3 scripts/healthcheck.py check" version: 1.0.0 metadata: openclaw: emoji: "π₯" requires: bins: - python3 skillKey: platform-healthcheck
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
# Run full health check
python3 scripts/healthcheck.py checkJSON output (for cron/automation)
python3 scripts/healthcheck.py check --jsonCheck specific platforms
python3 scripts/healthcheck.py check --only clawquests,colony,bankrShow history
python3 scripts/healthcheck.py history --days 7
What It Tests
For each platform:
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 |
π‘ Examples
# Run full health check
python3 scripts/healthcheck.py checkJSON output (for cron/automation)
python3 scripts/healthcheck.py check --jsonCheck specific platforms
python3 scripts/healthcheck.py check --only clawquests,colony,bankrShow history
python3 scripts/healthcheck.py history --days 7