OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add firecrawl/skills --skill firecrawl-build-scrape
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 skills add firecrawl/skills --skill firecrawl-build-scrape
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.maxAge (milliseconds) to bound how old a reused copy may be, or maxAge: 0 to skip index reuse for a freshness-critical read.metadata.cacheState and metadata.cachedAt to see what you actually got./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: