ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Site Uptime Monitor

Monitor website uptime, measure response times, and check HTTP status codes for any URL.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sa9saq/site-uptime-monitor
Or

Uptime Monitor

Check website availability and performance.

Capabilities

  • Uptime Check: Verify if a website is up or down
  • Response Time: Measure DNS, connect, TLS, and total response times
  • Status Codes: Report HTTP status codes and redirects
  • Bulk Check: Monitor multiple URLs at once
  • History: Repeated checks over time with summary

Usage

Ask the agent to:

  • "Is example.com up?"
  • "Measure response time for mysite.org"
  • "Check these 5 URLs and report status"
  • "Monitor api.example.com every 30 seconds for 5 minutes"

How It Works

Uses curl with timing output:

curl -o /dev/null -s -w "HTTP %{http_code} | DNS: %{time_namelookup}s | Connect: %{time_connect}s | TLS: %{time_appconnect}s | Total: %{time_total}s\n" https://example.com

Requirements

  • curl (pre-installed on most systems)
  • No API keys needed

Metadata

Author@sa9saq
Stars1133
Views0
Updated2026-02-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sa9saq-site-uptime-monitor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.