/install 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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clank-website-monitor - After installation, invoke the skill by name or use
/clank-website-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is Clank Website Monitor?
Monitor websites for changes, new content, and price alerts. Perfect for tracking competitors, job postings, or product prices. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Clank Website Monitor?
Run "/install clank-website-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clank Website Monitor free?
Yes, Clank Website Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clank Website Monitor support?
Clank Website Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clank Website Monitor?
It is built and maintained by t3mr0i (@t3mr0i); the current version is v1.0.0.