Parallel
May 6, 2026 · View on GitHub
Web search, content extraction, deep research, and data enrichment powered by parallel-cli.
Features
| Capability | Skill | Command |
|---|---|---|
| Web Search | parallel-web-search | /parallel-search <query> |
| Content Extraction | parallel-web-extract | /parallel-extract <url> |
| Deep Research | parallel-deep-research | /parallel-research <topic> |
| Data Enrichment | parallel-data-enrichment | /parallel-enrich <data> |
| Entity Discovery | parallel-findall | /parallel-findall <objective> |
| Web Monitoring | parallel-monitor | /parallel-monitor <action> |
Additional commands: /parallel-setup, /parallel-status <run_id>, /parallel-result <run_id>
Installation
- Install the plugin in Cursor from the marketplace (or see Local Development to test from source).
- Run
/parallel-setupto installparallel-cliand authenticate.
Manual CLI Setup
curl -fsSL https://parallel.ai/install.sh | bash
parallel-cli login
Or via pipx:
pipx install "parallel-web-tools[cli]"
parallel-cli login
Quick Start
Search the web:
/parallel-search latest developments in AI chip manufacturing
Extract a webpage:
/parallel-extract https://example.com/article
Deep research (slower, more thorough):
/parallel-research comprehensive analysis of React vs Vue in 2026
Enrich data:
/parallel-enrich companies.csv with CEO name, funding amount, and headquarters
Local Development
To test the plugin locally without installing from the marketplace:
-
Clone this repo:
git clone https://github.com/parallel-web/parallel-cursor-plugin.git -
Open the repo in Cursor:
cursor parallel-cursor-plugin -
Skills and rules are auto-discovered from the standard directories. Type
/in the chat to verify theparallel-*skills are listed. -
Commands are not auto-discovered when testing locally. Symlink them into Cursor's project commands directory:
ln -s ../commands .cursor/commands -
Type
/again — theparallel-*commands should now appear alongside the skills. -
Run
/parallel-setupto confirm the CLI is installed and authenticated.
Plugin Structure
.cursor-plugin/plugin.json Plugin manifest
skills/ 4 skills (auto-discovered)
commands/ 7 slash commands
rules/ Citation standards rule
License
MIT — see LICENSE.