What problem does it solve? Repeatedly checking websites by hand for new content, price changes, or competitor announcements is tedious and error-prone. This Skill sets up recurring Firecrawl monitors that fetch, diff, and judge pages server-side, then notify you by webhook or email only when something meaningful changed. ## 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 checked page is labeled same, new, changed, removed, or error, with natural-language goals controlling what counts as a real change. - Structured JSON tracking: per-field diffs (e.g. plans[0].price: "$19/mo" → "$24/mo") that drop directly into Slack messages, CI steps, or internal tools. - Use Case: Create a daily web monitor with queries like "competitor product launch" and a goal to alert on new product announcements, delivered to a webhook endpoint. ## Quick Start Ask the AI to create a Firecrawl monitor that checks a specific URL on a schedule and emails you when its content changes.