What problem does it solve? Fetching web page content in a format usable by an AI agent is tedious: raw HTML is noisy, JavaScript-rendered pages return empty shells, and manual copy-paste does not scale. This Skill scrapes one or more URLs and returns clean, LLM-optimized markdown ready for reading, searching, and reasoning. ## Core Features & Use Cases - Markdown Extraction: Convert any URL into clean markdown, with an option to keep only main content and strip navigation and footers. - JavaScript Rendering Support: Wait for client-side rendering before scraping, so single-page applications return real content. - Concurrent Multi-URL Scraping: Scrape several URLs at once, saving each result under .firecrawl/ for local inspection. - Use Case: A user pastes a pricing page URL and asks what the enterprise plan costs; the Skill scrapes the page to .firecrawl/pricing.md, then the agent greps the markdown to answer directly. ## Quick Start Ask the agent to scrape a specific URL with firecrawl and save the markdown output to a local file, then summarize or answer questions about its content.