The canonical Claude Code plugin marketplace for the Parallect ecosystem. One repo, one install command, two focused plugins.
/plugin marketplace add parallect/claude-codeThen install whichever plugins you want:
/plugin install parallect-cloud@parallect # hosted multi-provider research
/plugin install prxhub@parallect # cache-first .prx bundle registryInstall both and Claude Code will hit the registry before spending on fresh research, and auto-publish new work back to the registry when you're done.
Hosted multi-provider deep research. Runs Perplexity, Gemini, OpenAI, Grok, and Anthropic in parallel on parallect.ai's managed infra and synthesizes results with cross-referenced citations, typed claims with confidence scores, and follow-on suggestions. OAuth on first use. Paid per job.
- Homepage: parallect.ai
- Source:
plugins/parallect-cloud/
Cache-first access to the prxhub.com bundle registry. Before your agent spends minutes (and money) re-researching a topic, it checks the registry for existing high-fidelity .prx bundles and inherits the work. When it produces new research, it publishes a signed bundle back.
- Homepage: prxhub.com
- Source:
plugins/prxhub/
Claude Code wrapper for the OSS parallect-cli Python package (BYOK, runs locally, free). Same multi-provider research pipeline as parallect-cloud, but you bring your own provider keys and it executes on your machine. Currently ships as pip install parallect on PyPI (rename to parallect-cli in progress, see prx-ecosystem#3).
They split along clean axes: cache (free, anonymous, read-first) vs research engine (paid on cloud / free on local). The cache is useful on its own. The research engines are interchangeable at the skill layer - the prxhub plugin will offer to delegate cache-misses to whichever research plugin is installed. Splitting them lets each ship on its own cadence and lets users install only what they need.
/plugin marketplace update parallectThis repo is the Claude Code home for Parallect plugins. Sibling repos ship the same underlying skills packaged for other agent platforms:
parallect/openclawfor OpenClaw- Codex CLI: planned
- More on the way
Both plugins are under review for inclusion in Anthropic's official plugin directory. Once verified, install paths may shorten to /plugin install <name>@<official-marketplace-name>. This self-hosted marketplace will continue to work regardless.
MIT, see LICENSE.