What problem does it solve? Getting clean, LLM-ready content from the web is hard: pages are JavaScript-rendered, sites block bots, and raw HTML is noisy. This Skill gives you a single CLI to search the web, scrape pages into clean markdown, crawl entire site sections, and monitor pages for changes over time. ## Core Features & Use Cases - Web Search & Scraping: Find pages on any topic and extract their content as clean markdown optimized for LLM context windows. - Crawling, Mapping & Interaction: Map site URLs, bulk-crawl documentation sections, download sites to local files, and interact with pages requiring clicks, forms, logins, or pagination. - Change Monitoring: Schedule recurring checks on pages (pricing, jobs, changelogs) with goal-based alerts, markdown or JSON field-level diffs, and webhook or email notifications. - Use Case: Track a competitor's pricing page by creating a monitor with a goal like "Alert when pricing information changes" and receive a structured diff whenever plan prices or features change. ## Quick Start Ask the AI to scrape a webpage or search a topic, for example: "Use firecrawl to scrape https://example.com/pricing and summarize the plans."