What problem does it solve? Fetching web page content often returns cluttered HTML, navigation boilerplate, or empty shells from JavaScript-rendered single-page applications. This Skill converts any URL into clean, LLM-optimized markdown so you can read, search, and reason over the actual page content. ## Core Features & Use Cases - Markdown Extraction: Scrape one or more URLs concurrently and save clean markdown to local files under .firecrawl/. - JS Rendering Support: Use --wait-for to let JavaScript render before scraping, handling SPAs that static fetchers miss. - Targeted Queries & Formats: Ask a question about a page with --query, or request combined formats like markdown plus links. - Use Case: Given a pricing page URL, scrape it with main-content-only filtering, then grep the saved markdown to answer a question about enterprise plan pricing. ## Quick Start Ask the AI to scrape a specific URL with firecrawl and save the markdown output to a file, then summarize or search its contents.