opencode-firecrawl-ng
v1.1.1
Published
OpenCode plugin that provides tool calls for Firecrawl
Maintainers
Readme
opencode-firecrawl-ng
OpenCode plugin that provides tool calls for Firecrawl.
Currently, firecrawl-search, firecrawl-developer, and firecrawl-scrape are implemented.
[!Note] LLM disclaimer: Most of the code was generated with large language models.
Installation
Install Firecrawl CLI:
npm install -g firecrawl-cliAuthenticate with your browser or API key:
firecrawl loginFinally, add the following to your ~/.config/opencode/opencode.json file:
{
"plugin": ["opencode-firecrawl-ng"]
}