firecrawl-build-onboarding
The firecrawl-build-onboarding skill assists in integrating Firecrawl into software projects by managing API credentials, environment variables, and SDK installation.
Is firecrawl-build-onboarding safe to install?
Review the source first: our audit of firecrawl-build-onboarding's source files found 1 shell command, 6 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via npx and modifies local environment files.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI agents integrating Firecrawl into new or existing applications.
What can you do with it?
- Adding FIRECRAWL_API_KEY to a project .env file
- Configuring self-hosted Firecrawl instances via FIRECRAWL_API_URL
- Selecting and installing the appropriate Firecrawl SDK
- Executing browser-based authentication flows for Firecrawl access
How good is this skill?
Quality score: 5/10. The skill documentation is clear, provides specific commands, and outlines a logical workflow for integration.
What does the skill file contain?
# 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): ```bash 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 ...
Frequently asked questions
Does this skill require a separate installation step for CLI tools?
No, the initialization command installs both the CLI tools and the build skills simultaneously.
How do I configure a self-hosted Firecrawl instance?
Set the FIRECRAWL_API_URL environment variable to the address of your instance in your .env file.
What should I do if I need to authenticate in the browser?
The skill includes a browser auth flow, which you can trigger to sign in or create an account.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.