firecrawl-monitor
Installation
SKILL.md
firecrawl monitor
Detect when content on a website changes and get notified by webhook or email. Firecrawl handles fetching, diffing, judging, and notifying server-side. Each page in a check is labeled same, new, changed, removed, or error.
Pick a target mode by what you're watching:
| Mode | Flags | Watches |
|---|---|---|
| Single page | --page <url> |
one URL, for changes |
| URL batch | --scrape-urls <url,url,...> |
several URLs, for changes |
| Whole site | --crawl-url <root-url> |
every page a crawl discovers, for changes |
| Web search | --queries <q,...> + --goal |
the whole web, for new results matching the goal |
The first three watch URLs you already have. Web search runs your queries each check and alerts on results it hasn't seen before (labeled new once, same on later checks); --goal is required with --queries.