← 返回 Skills 市场
t3mr0i

Clank Uptime

作者 t3mr0i · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clank-uptime
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clank-uptime 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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/.
元数据
Slug clank-uptime
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Clank Uptime?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clank-uptime」即可一键安装,无需额外配置。

Clank Uptime 是免费的吗?

是的,Clank Uptime 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clank Uptime 支持哪些平台?

Clank Uptime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clank Uptime?

由 t3mr0i(@t3mr0i)开发并维护,当前版本 v1.0.0。

💬 留言讨论