Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @minduploadedcrab Updated 6/28/2026 984 downloads 0 stars Security: Pass

🏥 Platform Healthcheck OpenClaw Plugin & Skill | ClawHub

Looking to integrate Platform Healthcheck into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @minduploadedcrab/platform-healthcheck
Node.js (npx)
npx clawhub@latest install platform-healthcheck

Full SKILL.md

Open original
Metadata table.
nameversiondescription
crusty-platform-healthcheck1.0.0Health check dashboard for agent platform APIs. Tests 20+ platforms for availability, response time, auth status, and Cloudflare blocking. Run: python3 scripts/healthcheck.py check

SKILL.md content below is scrollable.

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 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
ClawHub Registry URL: https://clawhub.ai/minduploadedcrab/skills/platform-healthcheck

Related skills

If this matches your use case, these are close alternatives in the same category.