OpenAI Codex plugin that bundles Firecrawl CLI workflow skills for search, scrape, crawl, map, interact, agent, and parse workflows.
Canonical skill sources live in firecrawl/cli (cli/skills/). This repo vendors copies for the Codex plugin distribution; refresh when CLI skills change materially.
-
Firecrawl CLI installed and authenticated for skill workflows that shell out to
firecrawl:npm install -g firecrawl-cli firecrawl login --browser
Or set
FIRECRAWL_API_KEYin your environment.
Until the plugin is listed in the official Codex Plugin Directory, wire a repo or personal marketplace as described in the OpenAI docs.
-
Clone this repository (for example into
plugins/firecrawl-codex-pluginat the root of the repo where you use Codex). -
Add
.agents/plugins/marketplace.jsonat that repo root (seeexamples/marketplace.json). Pointsource.pathat the plugin folder with a./-prefixed path relative to the marketplace file’s directory. -
Restart Codex. Open Plugins (Codex app) or run
/pluginsin Codex CLI, pick your marketplace, install Firecrawl, and enable the plugin.
From the OpenAI docs:
codex plugin marketplace add ./path-to-marketplace-rootUse a marketplace JSON that references this plugin directory (same shape as examples/marketplace.json).
This package is intentionally skills-only for the Codex curated catalog. Firecrawl MCP support can be added later through a reviewed ChatGPT app integration and .app.json.
In a new Codex thread, try:
- “Search the web for the latest Firecrawl changelog and summarize.”
- “Scrape https://docs.firecrawl.dev and list top-level sections.”
- “Use Firecrawl to crawl the first level of https://docs.firecrawl.dev and summarize the main sections.”
CLI-only checks from a terminal:
firecrawl --status
firecrawl search "firecrawl web scraping" --limit 3 --jsonThe _local/ directory is gitignored; use it in your clone for any markdown or notes you do not want committed.
MIT — see LICENSE.