Loading...
Loading...
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. If the task is live web work during the current session, hand off to `firecrawl/cli` instead. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
npx skill4agent add firecrawl/skills firecrawl-build-onboardingFIRECRAWL_API_KEY.envfirecrawl/cli.envFIRECRAWL_API_KEY=fc-...FIRECRAWL_API_URL=https://your-firecrawl-instance.example.com| Task | Reference |
|---|---|
Run the browser auth flow and save | references/auth-flow.md |
| Install the right SDK | references/sdk-installation.md |
Put credentials into | references/project-setup.md |
| Choose the right endpoint after setup | firecrawl-build |
| Need live web tooling during this task instead | |
| Start implementation from a known URL | firecrawl-build-scrape |
| Start implementation from a query | firecrawl-build-search |
firecrawl/cli