← 返回
未分类 中文

Clank Website Monitor

Monitor websites for changes, new content, and price alerts. Perfect for tracking competitors, job postings, or product prices.
监控网站变化、新内容及价格提醒,适合跟踪竞争对手、职位发布或产品价格。
t3mr0i t3mr0i 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 332
下载
💾 0
安装
1
版本
#automation#latest#monitoring#websites

概述

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:

#!/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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 07:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,049
ai-agent

Clank Daily Summary

t3mr0i
生成代理每日活动摘要,便于跟踪进度和分享动态。
★ 0 📥 350
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 471 📥 78,455