From Firecrawl
Extracts structured content (markdown, HTML, links, screenshots, metadata) from a single known URL via Firecrawl /scrape. For page-level ingestion, enrichment, or monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/firecrawl:firecrawl-build-scrapeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when the application already has the URL and needs content from one page.
Use this when the application already has the URL and needs content from one page.
/interactmarkdown unless the feature truly needs another format.onlyMainContent for article-like pages where nav and chrome add noise./scrape as the default primitive for downstream LLM or indexing pipelines.Read the source-of-truth page for your project language before writing integration code:
npx claudepluginhub firecrawl/skills --plugin firecrawlExtracts clean markdown from any URL, including JavaScript-rendered SPAs. Supports concurrent scraping, JS wait times, and content filtering.
Scrapes a single known URL into clean markdown, HTML, links, or structured JSON via the fastCRW CLI or MCP. Handles JavaScript-rendered SPAs automatically.
Scrapes single pages or crawls sites using Firecrawl v2.5 API to LLM-ready markdown and structured data. Handles JS rendering, bot bypass, browser automation for dynamic content extraction.