What problem does it solve? Gathering live web content for research, documentation, or monitoring usually requires ad-hoc scraping scripts and manual cleanup. This Skill routes any live-web task through the Firecrawl CLI, returning clean markdown optimized for LLM context windows. ## Core Features & Use Cases - Web Search & Scraping: Find pages on a topic, scrape static or JS-rendered URLs, and reuse fetched content without redundant requests. - Site-Wide Operations: Map site URLs, crawl entire docs sections, download sites to local files, and extract structured data with the agent command. - Page Interaction & Monitoring: Handle clicks, forms, logins, and pagination, plus schedule recurring monitors that diff pages against snapshots for change alerts. - Use Case: A developer researching a library issue searches the web, scrapes the relevant GitHub discussion and docs pages into .firecrawl/, and cites the saved sources in their answer. ## Quick Start Ask the assistant to search the web for a topic or scrape a specific URL using Firecrawl and save the results to the .firecrawl directory.