There are three repositories to choose from:
https://github.com/firecrawl/cli
https://github.com/firecrawl/skills
https://github.com/firecrawl/firecrawl-claude-plugin
I ran the following first:
npx -y firecrawl-cli@latest init --all --browser
firecrawl setup skills --agent claude-code
This installed the CLI, authenticated it, and then dropped agent skills in ~/.claude/skills.
BUT - then there are the two plugins in the below repos:
So I guess my questions are:
-
Should I just install the two claude marketplaces/plugins instead of the manual first approach and be done with it?
-
Or should I additionally install the CLI manually with npx -y firecrawl-cli@latest init --all --browser?
-
Should I also then run firecrawl setup skills --agent claude-code to drop skills in my ~/.claude/skills directory, or do the plugin installs already install these skills in plugin format?
-
Then there is this third party skill: https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/firecrawl-pack - It looks pretty comprehensive but I'm wondering if it will compliment the official skills or just add an additional layer of complexity that isn't needed?
There are also a million other firecrawl skills on skills.sh.
I'm just overwhelmed. If you can guide me with an optimal skill/plugin setup pathway it would be greatly appreciated.
There are three repositories to choose from:
https://github.com/firecrawl/cli
https://github.com/firecrawl/skills
https://github.com/firecrawl/firecrawl-claude-plugin
I ran the following first:
This installed the CLI, authenticated it, and then dropped agent skills in
~/.claude/skills.BUT - then there are the two plugins in the below repos:
claude-plugins-officialplugin)So I guess my questions are:
Should I just install the two claude marketplaces/plugins instead of the manual first approach and be done with it?
Or should I additionally install the CLI manually with
npx -y firecrawl-cli@latest init --all --browser?Should I also then run
firecrawl setup skills --agent claude-codeto drop skills in my~/.claude/skillsdirectory, or do the plugin installs already install these skills in plugin format?Then there is this third party skill: https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/firecrawl-pack - It looks pretty comprehensive but I'm wondering if it will compliment the official skills or just add an additional layer of complexity that isn't needed?
There are also a million other firecrawl skills on skills.sh.
I'm just overwhelmed. If you can guide me with an optimal skill/plugin setup pathway it would be greatly appreciated.