web-content-monitor

网页内容监控助手。监控指定网页的内容变化,检测关键词出现或消失,支持变化时自动告警。当用户需要:监控竞品官网动态、追踪政策页面变化、监控新闻更新、检测网站内容变更、设置关键词告警时使用此技能。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "web-content-monitor" with this command: npx skills add xuyongliang-eccom/web-content-monitor

Web Content Monitor

网页内容监控助手。监控网页变化,关键词出现或消失时触发告警。

核心能力

  1. 页面抓取 — 定期获取目标页面内容
  2. 变化检测 — 对比历史版本,发现新增或删除内容
  3. 关键词监控 — 检测特定关键词出现/消失
  4. 告警推送 — 支持企业微信、飞书、钉钉推送

快速开始

监控单个页面

python3 scripts/monitor_page.py --url "https://example.com/news" --keywords "发布,融资,合作"

创建定时监控任务

python3 scripts/schedule_monitor.py --url "https://example.com" --keywords "融资" --schedule "0 */6 * * *"

脚本说明

scripts/monitor_page.py

单次监控页面变化。

python3 scripts/monitor_page.py --url <URL> --keywords <关键词,分隔> [--hash-file <历史文件>]

参数:

  • --url: 监控目标 URL
  • --keywords: 逗号分隔的关键词列表
  • --hash-file: 历史快照存储路径(默认 ~/.web_monitor/)

scripts/schedule_monitor.py

创建定时监控任务。

python3 scripts/schedule_monitor.py --url <URL> --keywords <关键词> --schedule "<cron>" [--channel <wecom|feishu|ddingtalk>]

典型场景

竞品动态监控

python3 scripts/monitor_page.py \
  --url "https://www.example.com/press" \
  --keywords "融资,上市,合作,收购"

政策页面追踪

python3 scripts/schedule_monitor.py \
  --url "https://www.miit.gov.cn/政策页" \
  --keywords "新规,实施,办法" \
  --schedule "0 9 * * *" \
  --channel wecom

配置说明

监控存储路径

默认:~/.web_monitor/

  • hashes.json — 页面哈希记录
  • snapshots/ — 历史快照

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

browser-use AI浏览器自动化

让AI代理控制浏览器自动化网页操作。支持 Claude/GPT/Gemini/Ollama,可执行填表、购物、搜索等任务。

Registry SourceRecently Updated
Automation

TSW Shorts Factory

Autonomous YouTube Shorts video factory — zero cost, no external video API required. Generates quote-based short-form videos daily using edge-tts (free Micro...

Registry SourceRecently Updated
1920Profile unavailable
Automation

YouTube OpenClaw 监控系统

自动监控关键词相关YouTube新视频,获取字幕生成中文摘要,并定时推送报告到Telegram。

Registry SourceRecently Updated
2570Profile unavailable
Automation

Hk Cn Content Matrix

香港/中文内容运营指南 - 小红书、抖音、微信公众号内容创作模板和策略。香港本地化,生活/理财/旅行/美妆赛道。

Registry SourceRecently Updated
5130Profile unavailable