What problem does it solve? Agents lack native access to real-time web content, so researching topics, fetching page content, or extracting data from websites fails or returns stale results. This Skill routes web search, scraping, crawling, and browser automation through the Firecrawl CLI, returning clean markdown optimized for LLM context windows. ## Core Features & Use Cases - Web Search with Content Extraction: Run firecrawl search "query" --scrape to find pages and pull their full content in one step. - Scraping, Mapping, and Crawling: Scrape single URLs, map sites to locate subpages, or crawl entire sections like /docs/ in bulk. - Browser Automation: Interact with pages requiring clicks, form fills, pagination, or logins via the browser command when plain scraping fails. - Use Case: Research a competitor's documentation by running firecrawl map <site> --search "pricing" to find the right page, then firecrawl scrape <url> -o .firecrawl/pricing.md to save clean markdown for analysis. ## Quick Start Ask the agent to search the web for a topic and save the scraped page contents into the .firecrawl directory using the firecrawl CLI.