firecrawl-monitor

Monitor website content changes and send webhook or email notifications.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-monitor
Source: https://github.com/ironkid90/lucky5-v8/tree/main/plugins/skills/firecrawl-monitor
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firecrawl, and includes scripts (resource) components.

What problem does it solve?

Detects when content on a website changes and notifies you through webhook or email without the need for cron jobs, scrapers, or diff scripts.

Core Features & Use Cases

  • Change Detection: Tracks and alerts on changes to specific pages or the entire web.
  • Web Monitors: Monitors the web for new results matching a given goal.
  • AI Noise Filter: Filters out formatting and tracking noise to notify only on real content changes.
  • Structured Diffs: Provides structured per-field diffs for easier analysis.
  • Multiple Monitoring Modes: Supports single page, URL batch, whole site crawl, and web search monitoring.

Quick Start

Run 'firecrawl monitor create --name "My Website" --schedule "every 15 minutes" --page "https://example.com" --webhook-url "https://example.com/webhook"'

Frequently Asked Questions about firecrawl-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor website changes and get webhook notifications?

You can monitor website changes by creating a monitor that tracks specific pages and sends webhook notifications upon detecting content updates. This removes the need for manual cron jobs or custom scrapers.

How does AI filtering work for website content change detection?

AI filtering for content change detection works by analyzing tracked web pages and ignoring formatting or tracking noise. It ensures you receive alerts only when real, meaningful content updates occur.

Can I track changes across a whole site crawl or just a single page?

You can track changes across multiple monitoring modes including single page, URL batch, whole site crawl, and web search monitoring. This allows flexible tracking based on your specific scope.

Do I need firecrawl to detect structured diffs on web pages?

Yes, firecrawl is required as a dependency to detect structured diffs on web pages. The Skill uses firecrawl alongside bash scripting to extract data and provide per-field diffs for analysis.

What is the best way to monitor the web for new results matching a goal?

The best way to monitor the web for new results matching a goal is using a dedicated web monitor mode. It continuously searches the web and triggers alerts when it finds new matching content.