Firecrawl Build Onboarding — agent skill from firecrawl/skills

Firecrawl Build Onboarding is available in the open agent skills ecosystem (firecrawl/skills).

Install

npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-onboarding

Skill content

The instructions an agent receives when this skill is active.

--- name: firecrawl-build-onboarding description: 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. license: ISC metadata: author: firecrawl version: "0.1.0" homepage: https://www.firecrawl.dev source: https://github.com/firecrawl/skills inputs: - name: FIRECRAWL_API_KEY description: Firecrawl API key used for hosted Firecrawl API requests. required: true - name: FIRECRAWL_API_URL description: Optional base URL for self-hosted Firecrawl deployments. required: false references: - references/auth-flow.md - references/sdk-installation.md - references/project-setup.md --- # Firecrawl Build Onboarding

Related skills

Other listings in the same category or with overlapping tags.

FAQ

What does Firecrawl Build Onboarding do?
Firecrawl Build Onboarding is available in the open agent skills ecosystem (firecrawl/skills). Firecrawl Build Onboarding — agent skill from firecrawl/skills.
How do I install Firecrawl Build Onboarding?
In a supported agent environment, run: npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-onboarding
When should I use Firecrawl Build Onboarding?
Use this skill when working on tasks related to firecrawl-build-onboarding.
Got an example for Firecrawl Build Onboarding?
Apply Firecrawl Build Onboarding to a relevant agent workflow.
Where does Firecrawl Build Onboarding come from?
Source and updates: https://www.skills.sh/firecrawl/skills/firecrawl-build-onboarding. Confirm install steps and permissions there before you rely on it.