Crawl an entire website and extract content from multiple pages
/plugin marketplace add firecrawl/firecrawl-claude-plugin/plugin install firecrawl-firecrawl@firecrawl/firecrawl-claude-plugin# Crawl Website Use the Firecrawl crawl tool to extract content from multiple pages of a website. ## Important: Auto-poll for completion Crawl operations are asynchronous. When you start a crawl: 1. You'll receive an operation ID 2. **Automatically** call `firecrawl_check_crawl_status` with that ID 3. Keep checking until status is "completed" or "failed" 4. Return the final results to the user Do NOT ask the user to check status manually - handle it automatically. ## When crawling: 1. Ask the user for the starting URL if not provided 2. Clarify the scope: how many pages, specific sect...