From 0e71700b0ddc2491a9519a6cb9183b2a30bdfbcb Mon Sep 17 00:00:00 2001 From: Developers Digest <124798203+developersdigest@users.noreply.github.com> Date: Fri, 30 Jan 2026 18:05:30 -0800 Subject: [PATCH] add claude plugin --- .claude-plugin/marketplace.json | 14 ++++++++++++++ .claude-plugin/plugin.json | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..b18dd95 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,14 @@ +{ + "name": "firecrawl", + "owner": { + "name": "Firecrawl" + }, + "plugins": [ + { + "name": "firecrawl", + "source": "./", + "description": "Scrape, search, crawl, and map the web with a single command.", + "skills": ["./skills/firecrawl-cli"] + } + ] +} \ No newline at end of file diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..cd0bb9b --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "firecrawl", + "description": "Scrape, search, crawl, and map the web with a single command.", + "version": "0.0.1", + "author": { + "name": "Firecrawl" + }, + "skills": ["./skills/firecrawl-cli"] +} \ No newline at end of file