Monitor web pages for content changes and get alerts. Track URLs, detect updates, view diffs. Use when asked to watch a website, track changes on a page, mon...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install web-monitor或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install web-monitor⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/web-monitor/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web-monitor description: Monitor web pages for content changes and get alerts. Track URLs, detect updates, view diffs. Use when asked to watch a website, track changes on a page, monitor for new posts/content, set up page change alerts, or check if a site has been updated. Supports CSS selectors for targeted monitoring. ---
Track web pages for changes. Stores snapshots, computes diffs, supports CSS selectors.
# Add a URL to watch
uv run --with beautifulsoup4 python scripts/monitor.py add "https://example.com" --name "Example"
# Add with CSS selector (monitor specific section)
uv run --with beautifulsoup4 python scripts/monitor.py add "https://example.com/pricing" -n "Pricing" -s ".pricing-table"
# Check all watched URLs for changes
uv run --with beautifulsoup4 python scripts/monitor.py check
# Check one specific URL
uv run --with beautifulsoup4 python scripts/monitor.py check "Example"
# List watched URLs
uv run --with beautifulsoup4 python scripts/monitor.py list
# View last diff
uv run --with beautifulsoup4 python scripts/monitor.py diff "Example"
# View current snapshot
uv run --with beautifulsoup4 python scripts/monitor.py snapshot "Example" --lines 50
# Remove
uv run --with beautifulsoup4 python scripts/monitor.py remove "Example"
| Command | Args | Description | |---------|------|-------------| | add | | Add URL to watch, take initial snapshot | | remove | | Stop watching a URL | | list | [-f json] | List all watched URLs with stats | | check | [url-or-name] [-f json] | Check for changes (all or one) | | diff | | Show last recorded diff | | snapshot | | Show current snapshot |
Stored in ~/.web-monitor/ (override with WEB_MONITOR_DIR env var):
watches.json — watch list configsnapshots/ — stored page content + diffs--selector to monitor specific elements (prices, article lists, etc.)--format json for programmatic checking (heartbeat integration)--with flag)安装 Web Monitor 后,可以对 AI 说这些话来触发它
Help me get started with Web Monitor
Explains what Web Monitor does, walks through the setup, and runs a quick demo based on your current project
Use Web Monitor to monitor web pages for content changes and get alerts
Invokes Web Monitor with the right parameters and returns the result directly in the conversation
What can I do with Web Monitor in my developer & devops workflow?
Lists the top use cases for Web Monitor, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/web-monitor/ 目录(个人级,所有项目可用),或 .claude/skills/web-monitor/(项目级)。重启 AI 客户端后,用 /web-monitor 主动调用,或让 AI 根据上下文自动发现并使用。
Web Monitor 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Web Monitor 可免费安装使用。请查阅仓库了解许可证信息。
Monitor web pages for content changes and get alerts. Track URLs, detect updates, view diffs. Use when asked to watch a website, track changes on a page, mon...
Web Monitor 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Web Monitor
Identifies repetitive steps in your workflow and sets up Web Monitor to handle them automatically