What problem does it solve? Manually re-checking websites for updates is tedious and error-prone. This Skill sets up recurring monitors through the Firecrawl CLI that fetch pages on a schedule, diff content, judge whether changes matter, and notify you by webhook or email. ## Core Features & Use Cases - Four target modes: watch a single page, a batch of URLs, an entire crawled site, or the whole web via search queries plus a goal. - AI-judged change detection: each page is labeled same, new, changed, removed, or error, with natural-language goals controlling what counts as a meaningful change. - Structured JSON diffs: track specific fields like prices or stock flags and receive per-field before/after diffs for downstream automation. - Use Case: Monitor a competitor's pricing page hourly and receive an email only when plan prices or features actually change, ignoring marketing copy edits. ## Quick Start Ask the AI to create a Firecrawl monitor that checks a specific URL on a schedule and alerts your email or webhook when the content you care about changes.