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

Back to skills

firecrawl-build-onboarding

officialworkflows

Set up Firecrawl credentials and SDK in a project, including API key configuration and first integration.

Setup & Installation

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

What This Skill Does

Walks an app or agent through getting `FIRECRAWL_API_KEY` in place, choosing the right SDK, and wiring up the first Firecrawl call. Includes a browser auth flow so it does not depend on the separate website onboarding skill.

Removes the ad-hoc first-run friction — credentials, SDK choice, and first call — so integrations start from a known-good baseline instead of scattered doc hunting.

When to use it

  • Adding Firecrawl to a new project and setting up `.env` correctly
  • Authenticating an agent so it can call Firecrawl on behalf of the user
  • Picking the first SDK for a Firecrawl integration in Node, Python, or Go
  • Standardizing Firecrawl onboarding across multiple internal projects
  • Bringing a new engineer up to a working Firecrawl setup quickly