Domains
Forms
- SKILL.md25.0%
- references75.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a project needs FIRECRAWL_API_KEY, the user wants Firecrawl in .env, or you are adding Firecrawl to an app for the first time and choosing the first SDK/docs.
npx firecrawl-cli init --all --browser to install CLI and build skills and open browser auth.envFirecrawl credentials and SDK are correctly set up in the project, ready for implementation with a verified smoke test.
Use Cases
A developer starts a new Node.js app and wants to use Firecrawl for web scraping. They invoke this skill; it runs the init command, opens browser sign-in, saves FIRECRAWL_API_KEY to .env, and guides SDK install. The project is then authenticated and ready, saving hours of manual setup and avoiding credential errors.
An existing Python project wants to add Firecrawl search. The agent uses this skill to inspect repo, add key to .env via auth flow, and install Python SDK from reference. It then routes to firecrawl-build-search. Value: smooth, low-risk integration into current API handling without breaking existing config.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File