Site Uptime Monitor
Monitor website uptime, measure response times, and check HTTP status codes for any URL.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/site-uptime-monitorUptime 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
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-sa9saq-site-uptime-monitor": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.