firecrawl/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 https://github.com/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./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:
Take firecrawl/firecrawl-build-scrape from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.