← 返回 Skills 市场
Uptimecheck
作者
rogue-agent1
· GitHub ↗
· v1.0.0
· MIT-0
120
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install uptimecheck
功能描述
Check if URLs and API endpoints are up or down with response times and status codes. Use when asked to monitor uptime, check if a website is down, measure HT...
安全使用建议
This skill appears to do exactly what it claims: run HEAD requests against URLs you provide and optionally append results to ~/.uptimecheck/checks.jsonl. Before installing or running: (1) review any URL lists you pass to avoid contacting internal or sensitive endpoints, (2) be aware the history file will store timestamps, status codes and URLs (avoid saving URLs that embed secrets), and (3) you can inspect or run the provided scripts locally in a sandbox if you want to validate behavior. There are duplicate script files (scripts/uptimecheck.py and uptimecheck.py) which is harmless but unnecessary.
功能分析
Type: OpenClaw Skill
Name: uptimecheck
Version: 1.0.0
The uptimecheck skill is a standard URL monitoring tool that uses the Python standard library to check endpoint status and response times. The code in scripts/uptimecheck.py performs HEAD requests to user-provided URLs and optionally logs results to a local history file (~/.uptimecheck/checks.jsonl). No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description match the implementation: both SKILL.md and the included Python scripts implement URL/endpoint checks, response timing, exit codes, and optional history storage. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions are limited to running the provided Python script to check URLs or read a user-provided file of URLs. The script reads the optional input file and writes history only to its own folder under the user's home directory. It does not attempt to read unrelated system files or external configuration.
Install Mechanism
No install spec; this is an instruction-only skill with bundled scripts. The code is pure Python stdlib and contains no downloads or install actions that would write or execute external code.
Credentials
No environment variables, secrets, or external credentials are requested. The only persistent storage is a local JSONL file (~/.uptimecheck/checks.jsonl) used for history, which is proportionate to the stated purpose.
Persistence & Privilege
The skill writes only to a subdirectory in the invoking user's home directory and does not request always:true or modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but not combined with elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uptimecheck - 安装完成后,直接呼叫该 Skill 的名称或使用
/uptimecheck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of uptimecheck: simple, dependency-free uptime monitoring for URLs and APIs.
- Check if one or multiple URLs/endpoints are up, with response time and HTTP status.
- Supports batch checking from files, with comment lines.
- History and trend tracking: save results as JSON lines for later review.
- View history with filters (by URL, recent N entries).
- Configurable HTTP timeout.
- Intuitive output with clear ✅/❌ indicators, response times, and summary.
- Exit codes for easy integration with CI or scripts.
元数据
常见问题
Uptimecheck 是什么?
Check if URLs and API endpoints are up or down with response times and status codes. Use when asked to monitor uptime, check if a website is down, measure HT... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Uptimecheck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uptimecheck」即可一键安装,无需额外配置。
Uptimecheck 是免费的吗?
是的,Uptimecheck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uptimecheck 支持哪些平台?
Uptimecheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uptimecheck?
由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。
推荐 Skills