What problem does it solve? Getting usable web content into an AI workflow is hard: pages are JavaScript-rendered, sites require interaction, and raw HTML is noisy. This Skill uses the Firecrawl CLI to search the web, scrape pages into clean markdown, crawl entire site sections, and monitor pages for changes. ## Core Features & Use Cases - Web Search & Scraping: Find pages on any topic and extract their content as clean markdown optimized for LLM context windows. - Crawling, Mapping & Interaction: Map site URLs, bulk-crawl documentation sections, and interact with pages requiring clicks, forms, logins, or pagination. - Change Monitoring: Schedule recurring checks on pages (pricing, jobs, changelogs) with goal-based alerts via webhook or email, including structured JSON field diffs. - Use Case: A user asks to track a competitor's pricing page. The Skill creates a monitor with a goal like "Alert when pricing information changes" and notifies them by email whenever plans or prices change. ## Quick Start Ask the assistant to scrape a specific URL or search the web for a topic, for example: "Scrape https://example.com/pricing and summarize the plans."