← Back to Skills Marketplace
t3mr0i

Clank Uptime

by t3mr0i · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clank-uptime
Description
Track website uptime, response times, and availability. CSV-based history, 24h stats with visual bars, avg/min/max latency. Lightweight alternative to paid m...
README (SKILL.md)

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

Command Description
add \x3CURL> [--name NAME] Add site to monitoring
check Check all sites, append to history
stats Show 24h availability & latency stats
list List all monitored sites
remove \x3CURL> 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/
    └── \x3Csite-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" [email protected]

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
Usage Guidance
This appears to be an instruction-only wrapper for a CLI called 'clank-uptime', but the skill bundle includes no binary or install instructions — proceed cautiously. Before installing/using: (1) verify where the 'clank-uptime' program comes from (official project repo or package) and inspect its code or release artifacts; (2) confirm you want a tool that will create files under ~/.clank-uptime and potentially run periodic cron jobs; (3) if you plan to use the provided cron examples, ensure the 'mail' utility exists and you trust the recipient addresses; (4) avoid running undocumented binaries or cron entries from unknown sources. If the maintainer can supply an install URL or source code for the clank-uptime CLI, re-evaluate once that is provided.
Capability Assessment
Purpose & Capability
The SKILL.md documents a CLI named 'clank-uptime' and shows commands that create local state and cron jobs, which is coherent for an uptime monitor. However, the package contains no code, no install spec, and does not declare the 'clank-uptime' binary as a required dependency — that omission is inconsistent with the stated purpose and means the skill expects an external program that isn't provided or referenced.
Instruction Scope
Instructions tell the agent/user to run commands that will create files under ~/.clank-uptime (sites.json and per-site checks.csv) and to add cron jobs; these are reasonable for a CLI monitor. The SKILL.md does not instruct the agent to read unrelated files or grab credentials. It does, however, show using 'mail' in examples without declaring it as a required binary, and assumes an existing 'clank-uptime' program — the runtime expectations are underspecified.
Install Mechanism
There is no install spec and no code files. For a skill whose core functionality revolves around a CLI, the absence of an install mechanism or link to an official release creates ambiguity: either this is only a wrapper around a separately-installed tool (not documented), or the skill is incomplete. Lack of an install source prevents assessment of what would be written to disk if installed.
Credentials
The skill requests no environment variables or credentials, and the declared required binaries (curl, python3) are plausible for checking HTTP endpoints and simple processing. There are no disproportionate credential requests.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It will create local files (~/.clank-uptime) and suggests using cron, which is normal for a local CLI tool. There is no evidence it would modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clank-uptime
  3. After installation, invoke the skill by name or use /clank-uptime
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of clank-uptime: lightweight CLI tool for website uptime and response time monitoring. - Tracks availability and latency with CSV-based history and 24-hour stats (includes visual bar representation and avg/min/max latency). - Provides commands to add/remove sites, check status, view stats, and list monitored sites. - Designed as a simple, free alternative to paid uptime monitoring services. - Requires curl and python3; stores configuration and history in ~/.clank-uptime/.
Metadata
Slug clank-uptime
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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 m... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install Clank Uptime?

Run "/install clank-uptime" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Clank Uptime free?

Yes, Clank Uptime is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Clank Uptime support?

Clank Uptime is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Clank Uptime?

It is built and maintained by t3mr0i (@t3mr0i); the current version is v1.0.0.

💬 Comments