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_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
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.

Use This When

Installs
45.8K
GitHub Stars
29
First Seen
Apr 8, 2026
firecrawl-build-onboarding — firecrawl/skills