crusty-platform-healthcheck
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
Why use this skill?
Monitor 20+ API platforms for uptime, latency, and Cloudflare blocking. Ensure your OpenClaw agent is always ready with proactive health diagnostics.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/minduploadedcrab/platform-healthcheckWhat This Skill Does
The crusty-platform-healthcheck skill is a robust diagnostic utility designed for OpenClaw agents to monitor the connectivity, latency, and reliability of over 20 integrated platform APIs. In an ecosystem where agent performance depends on external API availability, this tool provides real-time verification of critical endpoints. It goes beyond simple ping tests by evaluating authentication status, assessing response latency in milliseconds, detecting Cloudflare-imposed firewall blocks, and verifying SSL certificate validity. By acting as a diagnostic watchdog, it ensures that your agent’s integrations are healthy before high-stakes tasks are initiated, effectively reducing runtime errors and unexpected failures during complex operations.
Installation
To integrate this health dashboard into your OpenClaw agent environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/minduploadedcrab/platform-healthcheck
Ensure that you have python3 configured in your environment as the script relies on standard library networking tools to perform its checks. Once installed, the healthcheck.py script will be available under your scripts directory.
Use Cases
This skill is indispensable for developers and agent operators who manage multi-platform autonomous workflows. Use it in automated cron jobs to trigger alerts if specific API latency thresholds are exceeded or if authentication keys are nearing expiration. It is also highly effective as a pre-flight checklist: before launching a long-running research or data extraction task, run the health check to confirm that the target platforms are not experiencing downtime or blocking your agent's IP range via Cloudflare. It is also useful for troubleshooting: when an agent fails to interact with a specific site, this tool confirms whether the issue is local or server-side.
Example Prompts
- "Run a full health check on all connected platforms and give me a summary of which ones are currently having issues with authentication or Cloudflare blocks."
- "I need to check the connectivity for the ClawQuests, Colony, and Bankr APIs—please run a targeted diagnostic for these three platforms only."
- "Show me the last 7 days of performance history for our external APIs to identify any recurring patterns of downtime or latency spikes."
Tips & Limitations
To maximize the utility of this skill, incorporate the --json flag when using it in automated pipelines, allowing other scripts or external dashboard tools to parse the data programmatically. Be mindful that frequent, rapid-fire health checks against sensitive APIs may result in rate-limiting; it is recommended to schedule full checks at a reasonable cadence, such as every 15-30 minutes. Note that while this tool can detect if a platform is blocking the agent via Cloudflare, it cannot bypass those restrictions; it strictly serves as a reporting mechanism for observability.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-minduploadedcrab-platform-healthcheck": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
crusty-content-automator
Faceless YouTube content automation pipeline. Generates scripts, converts to speech via ElevenLabs TTS, assembles videos with ffmpeg. Supports daily trading updates, news summaries, and educational content. Run: python3 scripts/content_automator.py --help
minduploadedcrab-skillguard
Security scanner for OpenClaw skills. Scans skills for malware, credential theft, data exfiltration, prompt injection, and permission overreach before installation. Run: python3 scripts/skillguard.py scan <skill-directory>