Backend
4,832 installs
firecrawl-build-onboarding
by firecrawl/skills
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…
Skill content
Authenticate Firecrawl and set up SDK integration in a project. - Handles browser-based authentication to obtain and store FIRECRAWL_API_KEY without requiring a separate website onboarding skill - Guides credential placement in .env and supports self-hosted deployments via optional FIRECRAWL_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 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. Use This When