From ae858a3172e74884a6fefbbdd41c34b783d2d3d1 Mon Sep 17 00:00:00 2001 From: TroonCataroon <61487982+TroonCataroon@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:40:06 -0700 Subject: [PATCH] docs: structured marketplace description with USER LEVEL, PROJECT LEVEL, and BEST SUITED FOR --- .cursor-plugin/plugin.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 181fd02..41fda7e 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,12 +2,19 @@ "name": "firecrawl", "displayName": "Firecrawl", "version": "0.1.0", - "description": "Web scraping, crawling, and search for AI agents. Gives Cursor full access to web content through the Firecrawl CLI.", + "description": "USER LEVEL: You fetch any page—JS-rendered or not—as clean markdown without juggling browser DevTools or curl. PROJECT LEVEL: Agents scrape live sites for up-to-date content, so generated code and docs reference what’s actually deployed. Scrape and crawl the modern web with the Firecrawl CLI—rendered pages, structured markdown, and search built for agent and RAG pipelines. BEST SUITED FOR: • Codebases that ingest or reference external web content • Docs-as-code pipelines pulling live site snapshots • Agent workflows that need structured page data as context", "author": { "name": "Firecrawl", "email": "hello@firecrawl.dev" }, "license": "MIT", - "keywords": ["firecrawl", "web", "scraping", "crawling", "search", "browser"], + "keywords": [ + "firecrawl", + "web", + "scraping", + "crawling", + "search", + "browser" + ], "logo": "assets/logo.svg" }