Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

firecrawl-build-search

officialworkflows

Integrate Firecrawl `/search` in product code and agents — discover URLs from a query and optionally hydrate content.

Setup & Installation

npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-search
or paste the link and ask your coding assistant to install it
https://github.com/firecrawl/skills/tree/main/skills/firecrawl-build-search
View on GitHub

What This Skill Does

Builds Firecrawl `/search` flows when an app needs discovery before extraction — when a feature starts from a query instead of a URL — and optionally hydrates result content in the same call.

Covers the discovery side of web integration — starting from a query — so features do not have to bolt a separate search provider onto their extraction pipeline.

When to use it

  • Adding web search as a tool call in an agent workflow
  • Starting a research feature from a user query instead of URLs
  • Fetching search results with full page content in a single call
  • Discovering candidate URLs to feed into a scrape pipeline
  • Building a topic-research feature that needs breadth before depth