# Setup

> Set up the Parallel plugin (install CLI)

- Skill: `ocean326/setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ocean326/setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ocean326/setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ocean326 (https://skillmd.com/u/ocean326)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ocean326/setup

---


# Parallel Plugin Setup

## Install CLI

Try the install script first:

```bash
curl -fsSL https://parallel.ai/install.sh | bash
```

If unable to install that way, install via pip instead:

```bash
pipx install "parallel-web-tools[cli]"
pipx ensurepath
```

## Authenticate

```bash
parallel-cli login
```

## Verify

```bash
parallel-cli auth
```

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

