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