website-monitor

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

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 "website-monitor" with this command: npx skills add t3mr0i/clank-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:

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

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

小红书竞品监控助手

小红书竞品监控 - 自动采集竞品笔记,推送飞书通知,写入数据看板

Registry SourceRecently Updated
2900Profile unavailable
Automation

Self-Repair System — Autonomous AI Automation

Automated self-diagnostics: restarts crashed Ollama, repairs broken configs, verifies workspace integrity, recovers from common failures.

Registry SourceRecently Updated
4320Profile unavailable
Automation

Overkill Mission Control

Comprehensive Mission Control dashboard for OpenClaw - monitor agents, automation, teams, documents, messages, and system metrics. Features real-time dashboa...

Registry SourceRecently Updated
4080Profile unavailable
Automation

LLM Cost Tracker

Track OpenClaw LLM token usage and cost from OpenRouter API. Reports: last 24h, 7d, 30d, 365d with model breakdown and DB health footer. Run manually or sche...

Registry SourceRecently Updated
200Profile unavailable