parallel-cli

Runs web search, extraction, deep research, enrichment, and monitoring via the Parallel CLI.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/azaanaliraza/operarius --skill parallel-cli-azaanaliraza
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: parallel-cli
Source: https://github.com/azaanaliraza/operarius/tree/main/src-tauri/bin/hermes/optional-skills/research/parallel-cli
Command: npx skills add https://github.com/azaanaliraza/operarius --skill parallel-cli-azaanaliraza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It gives agents terminal-native access to Parallel's web search, extraction, deep research, enrichment, FindAll entity discovery, and monitoring APIs with JSON output and non-interactive async workflows. ## Core Features & Use Cases - Search & Extraction: Run structured web searches with domain and date filters, and extract clean markdown content from URLs with optional objectives. - Async Deep Research: Launch long-running research jobs with --no-wait, then poll status later and chain follow-ups via --previous-interaction-id. - Enrichment, FindAll & Monitoring: Enrich CSV/JSON datasets with web-derived columns, discover entity sets at web scale, and track pages for changes over time. - Use Case: Ask the agent to compare leading AI coding agents by pricing and enterprise controls; it launches an async research job, polls for completion, and summarizes the report with citations from returned sources only. ## Quick Start Ask the agent to search the web with parallel-cli for a current topic and return a JSON summary with cited sources.

Frequently Asked Questions about parallel-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a web search with parallel-cli?▼

Run parallel-cli search followed by your query and the --json flag for structured output. You can narrow results with --include-domains, --exclude-domains, --after-date, and --max-results.

How do I run async deep research jobs with parallel-cli?▼

Launch with parallel-cli research run plus --no-wait and --json to get a run ID immediately. Later check progress with research status or research poll using that ID, and chain follow-ups with --previous-interaction-id.

When should I use parallel-cli instead of built-in web search?▼

Use it when the user explicitly requests Parallel or needs vendor-specific features like enrichment, FindAll entity discovery, or monitoring. For quick one-off lookups, native web_search and web_extract tools are preferred.

How do I authenticate parallel-cli in headless or CI environments?▼

Set the PARALLEL_API_KEY environment variable, or run parallel-cli login --device for headless and SSH sessions. Verify the current state with parallel-cli auth; interactive login may require a PTY.

What do parallel-cli exit codes mean?▼

Exit code 0 means success, 2 indicates bad input, 3 an auth error, 4 an API error, and 5 a timeout. For auth errors, check parallel-cli auth and confirm the API key or login state.

Is parallel-cli free to use?▼

Parallel is a paid service with a free tier, so usage beyond the free tier requires payment. It is an optional third-party vendor workflow, not a fully free local tool.