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

Back to skills

firecrawl-build

officialworkflows

Integrate Firecrawl into application code for web search, scraping, structured extraction, and browser interaction.

Setup & Installation

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

What This Skill Does

Entry-point skill for integrating Firecrawl inside product code when a feature needs web data — search, page scraping, structured extraction, or browser interaction. Routes requests to `/scrape`, `/search`, or `/interact` depending on the need, and covers SDK usage across languages. Not for one-off terminal-only tasks — use the CLI for those.

Gives a single entry point for all app-level Firecrawl use cases so feature code maps cleanly onto `/scrape`, `/search`, or `/interact` instead of reinventing routing each time.

When to use it

  • Adding web search to an app that needs live results inside a feature
  • Scraping a URL to structured content from product code
  • Building an agent tool that pulls page content on demand
  • Picking between `/scrape`, `/search`, and `/interact` for a new web-data feature
  • Dropping Firecrawl into a Node, Python, or Go backend for web data