← 返回 Skills 市场
Skill 4
作者
claudiodrusus
· GitHub ↗
· v1.0.0
518
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-4
功能描述
Lightweight website uptime monitor. Check if URLs are up, measure response times, detect content changes via hashing, and verify expected content. Zero depen...
安全使用建议
This skill appears to do exactly what it says: make HTTP(S) requests, time them, hash responses, and optionally check for text. Before installing or running it, review the included main.py (already provided) if you will point it at sensitive internal URLs; the script will perform outbound requests to whatever URLs you supply. It does not exfiltrate data to other endpoints or read local secrets, but run it in a restricted environment if you have strict network/data policies. If you need authenticated checks, note the script does not handle credentials or cookies by default.
功能分析
Type: OpenClaw Skill
Name: skill-4
Version: 1.0.0
The skill bundle provides a lightweight website uptime monitor. The `SKILL.md` accurately describes the tool's functionality and usage, without any evidence of prompt injection attempts against the AI agent. The `main.py` script uses only Python's standard library (`urllib`, `hashlib`, etc.) to perform its stated purpose of checking URLs, measuring response times, and detecting content changes. There is no indication of malicious behavior such as data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation. Network requests are limited to user-provided URLs, which is inherent to its function.
能力评估
Purpose & Capability
Name/description (uptime, response time, hashing, text checks) match the included code and CLI options. The tool uses only the Python standard library and requires no external services or credentials, which is proportionate to its stated purpose.
Instruction Scope
SKILL.md tells the agent to run the bundled Python script with URL arguments and flags. The runtime instructions and code only perform HTTP(S) requests to the target URLs, measure timing, compute hashes, and optionally check text — they do not read unrelated files, environment variables, or send data to third-party endpoints beyond the requested target URLs.
Install Mechanism
No install spec is provided and the skill is instruction-only with a single Python script that relies on the standard library. Nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access environment variables or secrets. This is proportionate to a basic website monitoring tool.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system settings. It can be invoked by the agent (disable-model-invocation is false), which is the platform default and appropriate for a user-invokable monitoring skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-4 - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-4触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of website-monitor.
- Lightweight tool for website uptime checks, response time measurement, and content change detection—all with zero dependencies.
- Supports expected status code checks, content verification, SHA-256 content hashing, and multi-URL monitoring.
- Provides JSON output for integration and uses exit codes for easy scripting.
元数据
常见问题
Skill 4 是什么?
Lightweight website uptime monitor. Check if URLs are up, measure response times, detect content changes via hashing, and verify expected content. Zero depen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。
如何安装 Skill 4?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-4」即可一键安装,无需额外配置。
Skill 4 是免费的吗?
是的,Skill 4 完全免费(开源免费),可自由下载、安装和使用。
Skill 4 支持哪些平台?
Skill 4 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill 4?
由 claudiodrusus(@claudiodrusus)开发并维护,当前版本 v1.0.0。
推荐 Skills