firecrawl-build-onboarding
Authenticate Firecrawl and set up SDK integration in a project.
What it does
- a project needs FIRECRAWLAPIKEY
- the user wants Firecrawl wired into .env
- you are adding Firecrawl to an app for the first time
- you need to choose the first SDK or REST path
- Fresh project -> choose the target stack, install the SDK, add the first Firecrawl call, and run a smoke test
- Existing project -> inspect the repo first, then integrate Firecrawl where the project already handles third-party APIs and env vars
- Node / TypeScript: docs.firecrawl.dev/agent-source-of-truth/node
Requirements & configuration
- a project needs FIRECRAWLAPIKEY
- you need to choose the first SDK or REST path
- If the human still needs to sign up, sign in, or authorize access in the browser, use the auth flow reference in this skill.
- If the user already has an API key, place it in .env:
- What Do You Need?
Configuration: FIRECRAWL_API_KEY
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Authenticate Firecrawl and set up SDK integration in a project.
Source
Repository: https://github.com/firecrawl/skills
firecrawl-build-onboarding FAQ
What does the firecrawl-build-onboarding skill do?
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill. a project needs FIRECRAWLAPIKEY the user wants Firecrawl wired into .env
What does firecrawl-build-onboarding require?
a project needs FIRECRAWLAPIKEY you need to choose the first SDK or REST path If the human still needs to sign up, sign in, or authorize access in the browser, use the auth flow reference in this skill. If the user already has an API key, place it in .env: What Do You Need? Configuration keys: FIRECRAWL_API_KEY.
How do I install firecrawl-build-onboarding?
Run: npx -y skills add https://github.com/firecrawl/skills --skill firecrawl-build-onboarding --agent claude-code — the source lives at github.com/firecrawl/skills.
Maintain firecrawl-build-onboarding?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/firecrawl-skills-firecrawl-build-onboarding?ref=badge) npx agentictools info skills/firecrawl-skills-firecrawl-build-onboarding The second line is the CLI lookup for this page — handy in READMEs and docs.