skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

firecrawl-build-onboarding

Set up Firecrawl credentials and SDK in a project for the first integration

Developer Setup

Setup & Installation

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

Overview

What This Skill Does

Walks an app or agent through getting `FIRECRAWL_API_KEY` in place, choosing the right SDK, and wiring up the first Firecrawl call. Includes a browser auth flow so it does not depend on the separate website onboarding skill.

Application

When to use this Skill

Documentation

Show Skills.md file

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

  • a project needs FIRECRAWL_API_KEY
  • 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

If the human still needs to sign up, sign in, or authorize access in the browser, use the auth flow reference in this skill.

Lines 1 - 25 of 80

Recommendations

Explore other random skills

All skillsMy patterns