From 9f9e843e12efaee2224fa0291f92cd8050fbbfb6 Mon Sep 17 00:00:00 2001 From: Developers Digest <124798203+developersdigest@users.noreply.github.com> Date: Sat, 31 Jan 2026 17:45:04 -0800 Subject: [PATCH] add claude marketplace plugin method for installation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6886566..ecf0334 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,19 @@ Command-line interface for Firecrawl. Scrape, crawl, and extract data from any w npm install -g firecrawl-cli ``` -If you are using in any AI agent like Claude Code, you can install the skill with: +If you are using in any AI agent like Claude Code, Codex, Gemini CLI, OpenCode, Cursor, Github Copilot, Antigravity, etc. you can install the skill with: ```bash npx skills add firecrawl/cli ``` +(Alternative method) If you are using Claude code you can also install via the plugin marketplace: + +```bash +/plugin marketplace add firecrawl/cli +/plugin install firecrawl +``` + ## Quick Start Just run a command - the CLI will prompt you to authenticate if needed: