PluginBench
Skill
Official
Pass
Audit score 90

setup

parallel-web/parallel-agent-skills

How to install setup

npx skills add https://github.com/parallel-web/parallel-agent-skills --skill setup
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from parallel-web/parallel-agent-skills.


name: setup description: Set up the Parallel plugin (install CLI) user-invocable: true allowed-tools: Bash(parallel-cli:*) metadata: author: parallel

Parallel Plugin Setup

Install CLI

See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick.

Authenticate

parallel-cli login

Verify

parallel-cli auth

If parallel-cli not found, add ~/.local/bin to PATH.

Update later

parallel-cli update