openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Website Change Watcher

Monitor website/docs/pricing changes, diff meaningful updates, and summarize business impact with alert-ready reports.

开发与 DevOps

作者:ASP @anugotta

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 30 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:anugotta/website-change-watcher

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only watcher whose declared purpose matches its instructions and it requires no installs, credentials, or unusual privileges.

目的

Name, description, and the workflow (capture snapshots, diff, classify, alert) are internally consistent. The skill does not request unrelated binaries, environment variables, or config paths.

说明范围

SKILL.md describes monitoring, diffing, classification, and publishing alerts but remains high-level; it does not instruct the agent to read unrelated files or secrets. It also omits operational specifics (how to schedule periodic checks, how alerts are delivered, how to handle authenticated/protected pages or robots.txt).

安装机制

No install spec or code files — instruction-only, so nothing will be written to disk or downloaded during install.

证书

The skill declares no required environment variables or credentials. In practice, delivering alerts to Slack/email/issue trackers will require user-supplied credentials or webhooks; the SKILL.md does not request or document those, which is an operational omission but not a coherence/privilege problem.

持久

always is false and there is no install-time persistence. The skill does not request elevated or cross-skill privileges.

综合结论

This is an instruction-only skill that appears to do what it says and doesn't request secrets or install code. Before installing or using it: (1) decide where alerts will be sent — you will need to supply webhooks/credentials for Slack, email, or issue trackers and verify the agent's access to them; (2) confirm whether you will monitor only public pages (respect robots.txt and legal/scrape policies) or authenticated pages (you'll need to provi…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Website Change Watcher」。简介:Monitor website/docs/pricing changes, diff meaningful updates, and summarize bu…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/anugotta/website-change-watcher/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: website-change-watcher
description: Monitor website/docs/pricing changes, diff meaningful updates, and summarize business impact with alert-ready reports.
metadata: {"openclaw":{"emoji":"🛰️"}}
---

# Website Change Watcher

## Purpose

Detect meaningful changes on target websites and turn them into actionable intelligence.

## Core capabilities

- monitor tracked URLs and sections
- generate structural/content diffs
- ignore noisy cosmetic changes
- classify change type (pricing, policy, product, docs, legal)
- summarize impact and recommended actions

## Workflow

1. Define watchlist URLs and priority.
2. Capture baseline snapshots.
3. Run periodic checks.
4. Diff and classify changes.
5. Publish alerts with impact summary.

## Output format

1. Changed pages list
2. Before/after key lines
3. Impact score
4. Suggested team actions

## Setup

Read [setup.md](setup.md).

## Examples

See [examples.md](examples.md).