API Health Checker

# API Health Checker

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "API Health Checker" with this command: npx skills add underbench2-gif/ub2-api-health-checker

API Health Checker

A skill that enables Claw to test API endpoints, verify their responses, measure performance, and generate a health report.

What This Skill Does

This skill provides a systematic API testing and monitoring workflow:

  1. Endpoint Testing — Send HTTP requests (GET, POST, PUT, DELETE) to specified API endpoints
  2. Response Validation — Check status codes, response times, and response body structure against expected values
  3. Authentication Support — Handle API keys, Bearer tokens, and basic auth headers
  4. Performance Measurement — Record response times and flag slow endpoints
  5. Health Report — Generate a comprehensive report summarizing the status of all tested endpoints

How to Use

Provide API endpoints and Claw will test them:

  • "Check if https://api.example.com/v1/status is responding correctly"
  • "Test all endpoints in this API and report which ones are failing"
  • "Monitor these 5 endpoints and tell me their average response times"
  • "Verify that the /users endpoint returns a JSON array with the expected fields"

Configuration

You can specify:

  • Endpoints — A list of URLs to test
  • Expected status codes — What HTTP status each endpoint should return (default: 200)
  • Timeout — Maximum wait time per request (default: 10 seconds)
  • Headers — Custom headers including authentication tokens
  • Request body — For POST/PUT requests

Output

The health report includes:

  • Status Summary — Total endpoints tested, passed, failed, and timed out
  • Per-Endpoint Details — URL, method, status code, response time, and pass/fail result
  • Performance Metrics — Average, min, max, and p95 response times
  • Recommendations — Suggestions for endpoints that are slow or returning errors

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Pi Health

Raspberry Pi health monitor. Check CPU temperature, throttling status, voltage levels, memory/disk usage, fan RPM, overclock detection, and power issues. Use when monitoring Pi health, diagnosing thermal throttling, checking for under-voltage, or verifying system stability on any Raspberry Pi (Pi 3/4/5, arm64/armhf).

Registry SourceRecently Updated
1K0Profile unavailable
Automation

OpenClaw Health Guardian

Monitors OpenClaw Gateway on macOS, auto-restarts on failure with 180s cooldown and max 5 restarts/hour to prevent restart loops.

Registry SourceRecently Updated
240Profile unavailable
Coding

Server Health Agent

Monitor VPS and server health metrics including real-time CPU usage, RAM utilization, disk usage, and Docker container status. Useful for DevOps monitoring,...

Registry SourceRecently Updated
6290Profile unavailable
Coding

Bot Status API

Deploy a lightweight status API that exposes your OpenClaw bot's runtime health, service connectivity, cron jobs, skills, system metrics, and more. Use when setting up a monitoring dashboard, health endpoint, or status page for an OpenClaw agent. Supports any services via config (HTTP checks, CLI commands, file checks). Zero dependencies — Node.js only.

Registry SourceRecently Updated
1.7K0Profile unavailable