← 返回 Skills 市场
Website Monitor
作者
claudiodrusus
· GitHub ↗
· v1.1.0
894
总下载
0
收藏
6
当前安装
3
版本数
在 OpenClaw 中安装
/install website-monitor
功能描述
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 coherent and straightforward: it will make outbound HTTP(S) requests to whatever URLs you pass it and print or return JSON-formatted results. Before installing/using it, consider that (1) it will contact any URL you provide — don't feed it sensitive internal URLs from an untrusted environment, (2) it does not exfiltrate local files or use credentials, and (3) by default it treats any non-expected HTTP status as 'down' (use --expect for redirects or other expected codes). If you plan to run it regularly (cron), run it from an environment that restricts network access if you're concerned about contacting untrusted hosts.
功能分析
Type: OpenClaw Skill
Name: website-monitor
Version: 1.1.0
The OpenClaw AgentSkills skill bundle 'website-monitor' is classified as benign. The `SKILL.md` accurately describes a website uptime monitor, and the `main.py` script implements this functionality using only standard Python libraries (`urllib`, `hashlib`, `json`, etc.). There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the AI agent. The skill's core function involves making network requests to user-provided URLs, which is expected for a website monitor and does not inherently indicate malice within the skill itself.
能力评估
Purpose & Capability
Name/description (website uptime, response times, content hashing) align with the code and CLI options. The included main.py performs exactly those checks and nothing unrelated.
Instruction Scope
SKILL.md usage and options match the program behavior. Runtime instructions do not request reading local files, environment variables, or sending data to external endpoints beyond the URLs the user provides.
Install Mechanism
No install spec and the tool is zero-dependency Python using only the standard library; nothing is downloaded or installed by the skill.
Credentials
No environment variables, credentials, or config paths are requested or accessed. The program only uses network access to the URLs passed on the command line.
Persistence & Privilege
The skill does not request persistent presence, system configuration changes, or modifications to other skills. It runs as a simple CLI program when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install website-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/website-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
No changes detected for version 1.1.0.
- No file changes or updates from previous version.
- Functionality, usage, and documentation remain unchanged.
v1.0.1
v1.0.1: docs update
v1.0.0
Initial release
元数据
常见问题
Website Monitor 是什么?
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 插件,目前累计下载 894 次。
如何安装 Website Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install website-monitor」即可一键安装,无需额外配置。
Website Monitor 是免费的吗?
是的,Website Monitor 完全免费(开源免费),可自由下载、安装和使用。
Website Monitor 支持哪些平台?
Website Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Website Monitor?
由 claudiodrusus(@claudiodrusus)开发并维护,当前版本 v1.1.0。
推荐 Skills