Agent skill · firecrawl
firecrawl-monitor
Alert by webhook/email on web changes — use for "monitor/watch/track/alert me when": recurring checks on known URLs (prefer over repeated one-off scrapes) or web-wide watches for new results (queries + goal).
What it needs
About 3k tokens when loaded.
What this skill does
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. Quick start Subcommands: create list get update delete run checks check. Run firecrawl monitor <subcommand> --help for the full option list. Done when: create returns a monitor ID and a smoke-test run + check confirms the expected target, state, and notification configuration. Read goals.md when writing or refining --goal (and --queries for web monitors). Read json-tracking.md when the user cares about specific structured fields (price, headline, stock flag) and wants per-field diffs. Constraints & tips Each check uses credits for its underlying scrape, crawl, or search, plus optional judging. See Monitoring pricing. Minimum schedule interval is 5 minutes. Monitoring is not available for zero-data-retention teams. Prefer one monitor over repeated one-off scrapes whenever the user wants the same URL checked more than once. Silence temporarily with update --state paused; reserve delete for monitors that are permanently done. (--state is an update flag; --status is the global CLI status flag.) Filter check pages with --page-status changed (or new, removed, error) to skip the noise from same pages. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills firecrawl/firecrawl-monitor--fcd957