firecrawl-build-onboarding
Installation
Summary
Authenticate Firecrawl and set up SDK integration in a project.
- Handles browser-based authentication to obtain and store
FIRECRAWL_API_KEYwithout requiring a separate website onboarding skill - Guides credential placement in
.envand supports self-hosted deployments via optionalFIRECRAWL_API_URL - Covers fresh project setup and integration into existing codebases, with references for SDK installation across Node, Python, Rust, Java, Elixir, and REST
- Includes smoke-test validation to confirm successful Firecrawl requests before moving to endpoint-specific implementation skills
SKILL.md
Firecrawl Build Onboarding
Use this skill for the application-integration path from Firecrawl's onboarding flow.
Install
If you haven't installed yet, one command sets up both the CLI tools (for live web work) and the build skills (for app integration):
npx -y firecrawl-cli@latest init --all --browser
This installs the Firecrawl CLI, the CLI skills, and these build skills
together. It also opens browser auth so the human can sign in or create
an account. No separate npx skills add step is needed.