返回顶部
w

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, monitor for new posts/content, set up page change alerts, or check if a site has been updated. Supports CSS selectors for targeted monitoring.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
3,600
下载量
3
收藏
概述
安装方式
版本历史

web-monitor

# Web Monitor Track web pages for changes. Stores snapshots, computes diffs, supports CSS selectors. ## Quick Start ```bash # 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" ``` ## Commands | Command | Args | Description | |---------|------|-------------| | `add` | `<url> [-n name] [-s selector]` | Add URL to watch, take initial snapshot | | `remove` | `<url-or-name>` | 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` | `<url-or-name>` | Show last recorded diff | | `snapshot` | `<url-or-name> [-l lines]` | Show current snapshot | ## Output Symbols - 🔔 CHANGED — page content changed (shows diff preview) - ✅ No changes - 📸 Initial snapshot taken - ❌ Error fetching ## Data Stored in `~/.web-monitor/` (override with `WEB_MONITOR_DIR` env var): - `watches.json` — watch list config - `snapshots/` — stored page content + diffs ## Tips - Use `--selector` to monitor specific elements (prices, article lists, etc.) - Use `--format json` for programmatic checking (heartbeat integration) - CSS selectors require beautifulsoup4 (included via `--with` flag) - Text is normalized to reduce noise from timestamps, whitespace, ads

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 web-monitor-1776018362 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 web-monitor-1776018362 技能

通过命令行安装

skillhub install web-monitor-1776018362

下载 Zip 包

⬇ 下载 web-monitor v1.0.1

文件大小: 7.88 KB | 发布时间: 2026-4-13 12:32

v1.0.1 最新 2026-4-13 12:32
- Improved documentation in README.md for usage and command examples.
- No user-facing feature or interface changes.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部