← 返回 Skills 市场
bytesagain3

Site Change Alert

作者 bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
227
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install site-change-alert
功能描述
Use when monitoring websites for content changes, comparing page snapshots with diff, scheduling periodic checks, or sending alerts via email and webhook not...
安全使用建议
This skill appears to do what it says: it fetches pages with curl, keeps snapshots and logs under your home directory, and can POST to a webhook or send email if you configure those endpoints in the local config. Before installing, review and optionally edit the configuration file (~/.site-change-alert/config.sh or ~/.local/share/site-change-alert/*) to ensure WEBHOOK_URL / EMAIL_TO values are correct and point to endpoints you control. Note the repository includes two slightly different scripts and data directories (SITE_ALERT_DIR vs SITE_CHANGE_ALERT_DIR); pick one to avoid duplicate storage. Because the scripts write files to your home, you may want to run them in a contained account or inspect the files they create. If you plan to use webhook/email notifications, do not store sensitive credentials there unless you trust the endpoint and understand how notifications are sent.
功能分析
Type: OpenClaw Skill Name: site-change-alert Version: 2.0.1 The skill implements a website monitoring system with high-risk capabilities, specifically the ability to modify the user's crontab for persistence (found in the `schedule` command of `scripts/script.sh`). While these features align with the stated purpose, the script contains significant shell injection vulnerabilities; for instance, user-provided URLs are injected directly into crontab entries and configuration files via `sed -i` without sanitization. This allows for potential arbitrary command execution if the agent is prompted to monitor a specially crafted URL string.
能力评估
Purpose & Capability
The name/description (monitoring pages, diffing snapshots, scheduling checks, sending alerts) align with the included shell scripts: they fetch pages with curl, compute diffs, store snapshots and logs, and support webhook/email notification configuration. The presence of two related scripts and docs implements the advertised features.
Instruction Scope
Runtime instructions operate on web pages and local data files only. The SKILL.md commands map to concrete script actions (watch, check, diff, schedule, notify). The scripts only read/write files under the user's home data dirs and source a local config file; they do not attempt to read unrelated system credentials or hidden config paths.
Install Mechanism
There is no install spec (instruction-only), and the included scripts are plain shell with no external downloads or package installs. No high-risk install actions are present.
Credentials
The skill requests no environment variables or external credentials. However, there are inconsistencies in variable and path names across files: one script uses SITE_ALERT_DIR and ~/.site-change-alert, another uses SITE_CHANGE_ALERT_DIR and ~/.local/share/site-change-alert. Notification endpoints (WEBHOOK_URL / EMAIL_TO) live in a local config file and are optional, which is reasonable for the stated purpose but worth noting.
Persistence & Privilege
The scripts create persistent data under the user's home (snapshots, watchlist, logs, config). This is expected for a monitoring tool but is a persistent footprint the user should be aware of. The skill does not request elevated system privileges nor set always:true.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install site-change-alert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /site-change-alert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
元数据
Slug site-change-alert
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Site Change Alert 是什么?

Use when monitoring websites for content changes, comparing page snapshots with diff, scheduling periodic checks, or sending alerts via email and webhook not... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。

如何安装 Site Change Alert?

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

Site Change Alert 是免费的吗?

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

Site Change Alert 支持哪些平台?

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

谁开发了 Site Change Alert?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。

💬 留言讨论