From 2cd88e7947b7382e045666abee790c7f55f669f3 Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Fri, 6 Feb 2026 15:40:43 -0800 Subject: [PATCH] Add firecrawl plugin to marketplace (#352) Co-authored-by: claude --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 93b13b5..b372cc3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -639,6 +639,16 @@ "url": "https://github.com/sonatype/sonatype-guide-claude-plugin.git" }, "homepage": "https://github.com/sonatype/sonatype-guide-claude-plugin.git" + }, + { + "name": "firecrawl", + "description": "Web scraping and crawling powered by Firecrawl. Turn any website into clean, LLM-ready markdown or structured data. Scrape single pages, crawl entire sites, search the web, and extract structured information. Includes an AI agent for autonomous multi-source data gathering - just describe what you need and it finds, navigates, and extracts automatically.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/firecrawl/firecrawl-claude-plugin.git" + }, + "homepage": "https://github.com/firecrawl/firecrawl-claude-plugin.git" } ] }