Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parallel",
"displayName": "Parallel",
"version": "0.1.2",
"description": "Web search, content extraction, deep research, and data enrichment powered by parallel-cli.",
"description": "USER LEVEL: You pull live web data into context—search, extract a URL, or enrich a CSV—without writing fetch scripts or opening a browser. PROJECT LEVEL: Agents cite real sources and enrich project data in bulk, keeping generated content grounded and traceable. parallel-cli for web search, single-URL extraction, bulk enrichment, and deep research—turn live pages into structured, citation-friendly context. BEST SUITED FOR: • Data enrichment workflows (companies, contacts, products) • Research tasks that synthesize information from many sources • Agent pipelines needing structured web content as input",
"author": {
"name": "Parallel Web Systems",
"email": "support@parallel.ai"
Expand All @@ -11,7 +11,14 @@
"repository": "https://github.com/parallel-web/parallel-cursor-plugin",
"license": "MIT",
"logo": "https://assets.parallel.ai/white-parallel-avatar-270.svg",
"keywords": ["web-search", "research", "data-enrichment", "content-extraction", "parallel", "parallel-cli"],
"keywords": [
"web-search",
"research",
"data-enrichment",
"content-extraction",
"parallel",
"parallel-cli"
],
"skills": "./skills/",
"rules": "./rules/",
"commands": [
Expand Down