← 返回 Skills 市场
226
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uptime-checker
功能描述
Lightweight URL uptime checker and response time monitor. Check if websites and APIs are up, measure response times, track history, and detect SSL issues. Us...
安全使用建议
This skill appears coherent and implements a simple uptime checker in pure Python. Before installing/using: (1) review and run the included script locally to confirm behavior; (2) be careful when supplying Authorization or other sensitive headers via --header (those are sent to the checked URLs); (3) note the default history file (uptime_history.json) is written to the current directory—restrict filesystem permissions if that matters; (4) avoid --no-verify-ssl unless you trust the endpoint (it disables SSL checks). If you need the agent to run this skill autonomously, consider where it will run and what URLs/headers it will be given.
功能分析
Type: OpenClaw Skill
Name: uptime-checker
Version: 1.0.0
The uptime-checker skill is a standard utility for monitoring website availability and response times using Python's standard library (urllib). The code in scripts/uptime_check.py is well-structured, lacks external dependencies, and performs only the actions described in SKILL.md, such as making HTTP requests, measuring latency, and maintaining a local history file.
能力评估
Purpose & Capability
Name/description align with included Python script: it performs HTTP(S) checks, measures response time, follows redirects, validates SSL, and tracks history. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs running the bundled script with CLI flags; the script only reads URLs from arguments or a provided file and reads/writes a local history file. It does not attempt to scan other parts of the filesystem, exfiltrate data to third parties, or access unspecified environment variables.
Install Mechanism
No install spec is provided and the skill is instruction-only aside from the included Python script. The script uses only the Python standard library (urllib, ssl, json, pathlib), so no external packages or downloads are required.
Credentials
The skill requests no environment variables or credentials, which is appropriate. Caution: the CLI supports custom headers (e.g., Authorization) and these will be sent to target endpoints if supplied; the tool also writes a local history file (default uptime_history.json) which could contain result metadata. Ensure you don't pass secrets via --header unless intended and protect the history file if it will contain sensitive target metadata.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent settings. It does persist check results to a local history file when --save is used, which is expected behavior for a monitor tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uptime-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/uptime-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of uptime-checker.
- Lightweight tool for checking URL uptime and measuring response times.
- Supports monitoring multiple URLs and tracking history.
- Detects SSL certificate issues and HTTP redirects.
- Flexible options for expected status codes, request methods, headers, and timeouts.
- Provides JSON and text outputs for easy integration with scripts and reports.
- No external dependencies; uses only Python standard library.
元数据
常见问题
Uptime Checker 是什么?
Lightweight URL uptime checker and response time monitor. Check if websites and APIs are up, measure response times, track history, and detect SSL issues. Us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 226 次。
如何安装 Uptime Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uptime-checker」即可一键安装,无需额外配置。
Uptime Checker 是免费的吗?
是的,Uptime Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uptime Checker 支持哪些平台?
Uptime Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uptime Checker?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。
推荐 Skills