✓ Verified 💻 Development ✓ Enhanced Data

Platform Healthcheck

Health check dashboard for agent platform APIs.

Rating
4.2 (478 reviews)
Downloads
1,605 downloads
Version
1.0.0

Overview

Health check dashboard for agent platform APIs.

Complete Documentation

View Source →

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

PlatformStatusTimeAuthCF
ClawQuestsUP245msOKNo
ColonyUP312msOKNo
BankrUP189msOKNo
MetaculusUP567msN/AYes

Installation

Terminal bash

openclaw install platform-healthcheck
    
Copied!

💻Code Examples

example.sh
# 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

Tags

#devops_and-cloud #api

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author minduploadedcrab
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install platform-healthcheck