返回顶部
w

website-monitor

Monitor websites for changes, new content, and price alerts. Perfect for tracking competitors, job postings, or product prices.

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

website-monitor

# Website Monitor Skill Monitor websites for changes and get alerts when something happens. ## Features - **Change Detection** – Track content changes on any website - **Price Tracking** – Monitor product prices and get alerts - **New Content** – Detect new articles, posts, or listings - **Screenshot Comparison** – Visual diff of page changes - **Cron Integration** – Automatic periodic checks ## Usage ### Add a website to monitor ``` website-monitor add "https://example.com/jobs" --name "Job Board" --selector ".job-listing" ``` ### Check for changes ``` website-monitor check ``` ### View change history ``` website-monitor history --last 7d ``` ## Use Cases ### For Businesses - Monitor competitor pricing changes - Track industry news and blog posts - Watch for new job postings - Monitor customer review sites ### For Individuals - Track product prices on e-commerce sites - Monitor event ticket availability - Watch for new apartment/car listings - Track social media mentions ## Implementation This skill uses `curl` + `diff` for simple monitoring: ```bash #!/bin/bash # Save current state curl -s "$URL" | md5sum > "$STATE_FILE" # Compare with previous if ! diff "$STATE_FILE" "$STATE_FILE.prev" > /dev/null 2>&1; then echo "CHANGE DETECTED!" # Send alert via OpenClaw fi ``` ## Requirements - curl - md5sum - OpenClaw (for notifications) ## License MIT

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clank-website-monitor-1775956150 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clank-website-monitor-1775956150 技能

通过命令行安装

skillhub install clank-website-monitor-1775956150

下载 Zip 包

⬇ 下载 website-monitor v1.0.0

文件大小: 2.63 KB | 发布时间: 2026-4-13 09:43

v1.0.0 最新 2026-4-13 09:43
Initial release of website-monitor skill.

- Monitor websites for content and price changes with automatic alerts.
- Detect new articles, job postings, or product listings.
- Visual diff support for comparing web page screenshots.
- Cron integration allows scheduled site checks.
- Easy command-line usage for adding sites, checking for changes, and viewing history.
- Requires curl, md5sum, and OpenClaw.

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

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

p2p_official_large
返回顶部