clank-uptime

Track website uptime, response times, and availability. CSV-based history, 24h stats with visual bars, avg/min/max latency. Lightweight alternative to paid monitoring services.

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 "clank-uptime" with this command: npx skills add t3mr0i/clank-uptime

clank-uptime

Lightweight CLI for tracking website uptime and response times over time.

When to use (trigger phrases)

Use this skill when the user asks any of:

  • "Is my site up?"
  • "Check if website X is online"
  • "Monitor my site's uptime"
  • "What's the response time for..."
  • "Show availability stats"

Quick start

# Add sites
clank-uptime add https://example.com --name "My Site"
clank-uptime add https://api.example.com --name "API"

# Check all sites now
clank-uptime check

# Show 24h availability stats
clank-uptime stats

# List monitored sites
clank-uptime list

# Remove a site
clank-uptime remove https://example.com

Commands

CommandDescription
add <URL> [--name NAME]Add site to monitoring
checkCheck all sites, append to history
statsShow 24h availability & latency stats
listList all monitored sites
remove <URL>Remove site from monitoring

Output examples

Check

🔍 Checking 3 sites...

  ✅ My Site: 200 (0.092s)
  ✅ API: 200 (0.056s)
  ⚠️ Old Site: 503 (1.234s)

📊 Checked at 2026-03-29T04:22:38Z

Stats

📊 Uptime Statistics (last 24h)
==================================================

  My Site
    [████████████████████] 100.0% (12/12 checks)
    ⚡ Avg: 0.089s | Min: 0.056s | Max: 0.142s

  API
    [██████████████████░░] 91.7% (11/12 checks)
    ⚡ Avg: 0.067s | Min: 0.041s | Max: 0.098s

Data storage

~/.clank-uptime/
├── sites.json          # Site configuration
└── history/
    └── <site-id>/
        └── checks.csv  # timestamp,status,response_time

Automating with cron

# Check every 5 minutes
*/5 * * * * clank-uptime check > /dev/null 2>&1

# Daily stats report
0 8 * * * clank-uptime stats | mail -s "Daily Uptime Report" you@email.com

Tips

  • Run check periodically (cron or heartbeat) to build history data
  • stats requires at least a few hours of data for meaningful results
  • Use --name for readability; defaults to URL
  • History is CSV-based — easy to parse or visualize with other tools

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

Uptime Monitor Agent

Monitor uptime of websites/services and alert when down. Use when checking if a website is reachable, monitoring service health, or getting alerted on downtime.

Registry Source
1050Profile unavailable
General

Trump Truth Social Tracker

跟踪特朗普 Truth Social 帖子数据。从 CNN 归档 API 获取数据并同步到本地 SQLite 数据库,支持查询、统计和分析。触发场景:(1) 用户要求同步/更新 Truth Social 数据 (2) 查询特朗普帖子内容、互动数据 (3) 分析帖子趋势或统计信息 (4) 用户提到"Truth So...

Registry SourceRecently Updated
831Profile unavailable
Automation

Uptime Monitoring with Encrypted Energy - Know the second your OpenClaw agent goes silent

Know the second your OpenClaw agent goes silent. Free hosted heartbeat monitor — every-minute pings, public status page, and email alerts when pings stop.

Registry SourceRecently Updated
730Profile unavailable
General

express-monitor

快递监控Skill - 查询快递物流、绑定手机号自动获取快递、同步到飞书

Registry SourceRecently Updated
2470Profile unavailable