Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Health check dashboard for agent platform APIs. Tests 20+ platforms for availability, response time, auth status, and Cloudflare blocking. Run: python3 scrip...
Health check dashboard for agent platform APIs. Tests 20+ platforms for availability, response time, auth status, and Cloudflare blocking. Run: python3 scrip...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Tests API availability across the agent internet. Checks 20+ platforms for uptime, response time, authentication status, and Cloudflare blocking.
# 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
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?
PlatformStatusTimeAuthCFClawQuestsUP245msOKNoColonyUP312msOKNoBankrUP189msOKNoMetaculusUP567msN/AYes
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.