What problem does it solve? Getting clean, LLM-ready content from the web is hard: pages are JS-rendered, sites require clicks or logins, and raw HTML overflows context windows. This Skill uses the Firecrawl CLI to search the web, scrape URLs, crawl entire site sections, and monitor pages for changes, returning clean markdown written to local files. ## Core Features & Use Cases - Web Search & Scraping: Find pages on any topic with search, then extract full page content as markdown with scrape, including JS-rendered SPAs. - Site Crawling & Mapping: Use map to locate subpages and crawl to bulk-extract entire sections like /docs/, or download a whole site to local files. - Page Interaction & Monitoring: Handle clicks, forms, pagination, and logins with interact, and set up recurring monitor jobs with goals, webhooks, and email alerts for change detection on pricing pages, job boards, or changelogs. - Use Case: A developer researching a library runs a search with scraping enabled, saves results to .firecrawl/, then sets a monitor on the library's changelog to get alerted when new versions ship. ## Quick Start Ask the assistant to search the web for a topic or scrape a specific URL using Firecrawl, for example: "Use firecrawl to scrape https://example.com/pricing and summarize the plans."