skylv-api-status-checker

Checks API health and uptime. Monitors endpoints and validates responses. Triggers: check api status, api health, monitor uptime.

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 "skylv-api-status-checker" with this command: npx skills add sky-lv/conflict-service-health-checker

API Status Checker

Overview

Monitors API endpoints for health and uptime.

When to Use

  • User asks to "check if API is up"
  • Debugging API failures

Status Evaluation

200 in <500ms = HEALTHY 200 in 500ms-2s = DEGRADED 200 in >2s = SLOW 4xx = CLIENT_ERROR 5xx = SERVER_ERROR Timeout = DOWN

Check Command

$result = Invoke-WebRequest -Uri "https://api.example.com/health" -Method GET -TimeoutSec 10 if ($result.StatusCode -eq 200) { "OK" } else { "FAIL: " + $result.StatusCode }

Alert Thresholds

  • Response time > 2s = WARNING
  • 5xx response = CRITICAL
  • Timeout = CRITICAL

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.

Automation

price-tracker

Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip,...

Registry SourceRecently Updated
1360Profile unavailable
Automation

news-aggregator

国内外社会、科技、军事新闻汇总。自动搜索、筛选、整理新闻要点。

Registry SourceRecently Updated
1350Profile unavailable
Automation

markdown-converter

Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XM...

Registry SourceRecently Updated
1630Profile unavailable
Research

Workflow Tools

Work smarter with loop detection, parallel decisions, and file size analysis

Registry SourceRecently Updated
4150Profile unavailable