Skip to content

firecrawl/opencode-firecrawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencode-firecrawl

OpenCode plugin for Firecrawl — gives your AI agent reliable web scraping, crawling, and search via the Firecrawl CLI.

Installation

Add the plugin to your opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["opencode-firecrawl"]
}

Then install the Firecrawl CLI globally:

npm install -g firecrawl-cli

Authentication

On first use, the agent will prompt you to authenticate. You can also set up in advance:

# Browser login (recommended)
firecrawl login --browser

# Or set an API key
export FIRECRAWL_API_KEY=fc-your-api-key

Get an API key at firecrawl.dev.

If FIRECRAWL_API_KEY is set in your environment, the plugin automatically passes it to shell commands.

What it does

This plugin registers the Firecrawl CLI skill with OpenCode. Once installed, the agent can:

  • Search the web with optional scraping of results
  • Scrape any webpage to clean markdown, HTML, or structured data
  • Map all URLs on a website
  • Crawl entire websites recursively
  • Agent — AI-powered autonomous web data extraction

All output is written to a .firecrawl/ directory to avoid flooding context.

Links

License

ISC

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published