From firecrawl
This skill enables intelligent web scraping and data extraction using Firecrawl.
How this skill is triggered — by the user, by Claude, or both
Slash command
/firecrawl:web-scrapingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables intelligent web scraping and data extraction using Firecrawl.
This skill enables intelligent web scraping and data extraction using Firecrawl.
Use Firecrawl when you need to:
Scrape a single URL and return clean content.
Scrape multiple URLs in a single request.
Crawl an entire website starting from a URL.
firecrawl_check_crawl_status to poll until completeCheck the status of an ongoing crawl operation.
Discover all URLs on a website.
Search the web and return scraped results.
When scraping, you can request different output formats:
markdown - Clean markdown content (default)html - Raw HTML contentrawHtml - Unprocessed HTMLscreenshot - Screenshot of the pagelinks - Extract all links from the pagesummary - AI-generated summary of the contentStart with map: For large sites, use firecrawl_map first to understand the site structure
Use appropriate tool:
scrapebatch_scrapecrawlsearchHandle crawls automatically: When crawling, always poll firecrawl_check_crawl_status until complete - don't ask users to check manually
Choose the right format: Use summary for quick overviews, markdown for full content, links for navigation analysis
Handle rate limits: Be mindful of API credits and rate limits on large operations
JavaScript-rendered content: Firecrawl automatically handles dynamic content - no special configuration needed
search to find relevant pagesscrape on promising results for full contentmap to discover all documentation pagescrawl or batch_scrape to extract contentcheck_crawl_status until completescrape with summary format for a quick overviewmarkdown scrape if more detail neededGuides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
npx claudepluginhub firecrawl/claude-plugins-official --plugin firecrawl