OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add firecrawl/skills --skill firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
npx skills add firecrawl/skills --skill firecrawl-build-search
Use this when the application starts with a query, not a URL.
/search first when URL discovery is part of the product behavior./scrape or /interactNote that "research workflow" here means discovering web pages. If the product is searching published papers, that is a different surface — see the escalation rules below.
/search is the wrong surface. Use the research paper index instead: firecrawl-research-index. Passing categories: ["research"] to /search does not query that index; it filters an ordinary web search to research-affiliated websites (the list includes PubMed, bioRxiv, medRxiv, arXiv, and publisher sites) and returns page results from them — no abstract search, related-paper expansion, or full-text passages.categories: ["developer"]./search as discovery, ranking, and source selection.Read the source-of-truth page for your project language before writing integration code: