From firecrawl
Integrate Firecrawl `/scrape` into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output. Prefer this skill over broader crawl patterns when the feature is page-level.
npx claudepluginhub firecrawl/skills --plugin firecrawlThis skill uses the workspace's default tool permissions.
Use this when the application already has the URL and needs content from one page.
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.
Provides minimal TypeScript examples for Firecrawl: scrape pages to markdown, crawl sites, map URLs, extract structured data via LLM. Use for quick starts or API testing.
Scrapes webpages to markdown, takes screenshots, extracts structured data, searches web, and crawls sites like documentation using Firecrawl API. Use for fetching live web content or framework docs.
Share bugs, ideas, or general feedback.
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: