firecrawl/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 https://github.com/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 /interact/search as discovery, ranking, and source selection.Read the source-of-truth page for your project language before writing integration code:
Take firecrawl/firecrawl-build-search 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.