# Send Parallel Deep Research to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "parallel-deep-research",
    "name": "Parallel Deep Research",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NormallyGaussian/parallel-deep-research",
    "canonicalUrl": "https://clawhub.ai/NormallyGaussian/parallel-deep-research",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/parallel-deep-research",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=parallel-deep-research",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "parallel-deep-research",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T21:47:16.672Z",
      "expiresAt": "2026-05-13T21:47:16.672Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=parallel-deep-research",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=parallel-deep-research",
        "contentDisposition": "attachment; filename=\"parallel-deep-research-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "parallel-deep-research"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/parallel-deep-research"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/parallel-deep-research",
    "downloadUrl": "https://openagent3.xyz/downloads/parallel-deep-research",
    "agentUrl": "https://openagent3.xyz/skills/parallel-deep-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/parallel-deep-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/parallel-deep-research/agent.md"
  }
}
```
## Documentation

### Parallel Deep Research

Deep, multi-source research for complex topics requiring synthesis from many sources. Returns comprehensive reports with citations.

### When to Use

Trigger this skill when the user asks for:

"deep research on...", "thorough investigation of...", "comprehensive report about..."
"research everything about...", "full analysis of..."
Complex topics requiring synthesis from 10+ sources
Competitive analysis, market research, due diligence
Questions where depth and accuracy matter more than speed

NOT for:

Quick lookups or simple questions (use parallel-search)
Current news or recent events (use parallel-search with --after-date)
Reading specific URLs (use parallel-extract)

### Quick Start

parallel-cli research run "your research question" --processor pro-fast --json -o ./report

### Basic Usage

parallel-cli research run "<question>" [options]

### Common Flags

FlagDescription-p, --processor <tier>Processor tier (see table below)--jsonOutput as JSON-o, --output <path>Save results to file (creates .json and .md)-f, --input-file <path>Read query from file (for long questions)--timeout NMax wait time in seconds (default: 3600)--no-waitReturn immediately, poll later with research status

### Processor Tiers

ProcessorTimeUse Caselite-fast10-20sQuick lookupsbase-fast15-50sSimple questionscore-fast15s-100sModerate researchpro-fast30s-5minExploratory research (default)ultra-fast1-10minMulti-source deep researchultra2x-fast1-20minDifficult deep researchultra4x-fast1-40minVery difficult researchultra8x-fast1min-1hrMost challenging research

Non-fast variants (e.g., pro, ultra) take longer but use fresher data.

### Examples

Basic research:

parallel-cli research run "What are the latest developments in quantum computing?" \\
  --processor pro-fast \\
  --json -o ./quantum-report

Deep competitive analysis:

parallel-cli research run "Compare Stripe, Square, and Adyen payment platforms: features, pricing, market position, and developer experience" \\
  --processor ultra-fast \\
  --json -o ./payments-analysis

Long research question from file:

# Create question file
cat > /tmp/research-question.txt << 'EOF'
Investigate the current state of AI regulation globally:
1. What regulations exist in the US, EU, and China?
2. What's pending or proposed?
3. How do companies like OpenAI, Google, and Anthropic respond?
4. What industry groups are lobbying for/against regulation?
EOF

parallel-cli research run -f /tmp/research-question.txt \\
  --processor ultra-fast \\
  --json -o ./ai-regulation-report

Non-blocking research:

# Start research without waiting
parallel-cli research run "research question" --no-wait

# Check status later
parallel-cli research status <task-id>

# Poll until complete
parallel-cli research poll <task-id> --json -o ./report

### Research Question

Write 2-5 sentences describing:

The specific question or topic
Scope boundaries (time period, geography, industries)
What aspects matter most (pricing? features? market share?)
Desired output format (comparison table, timeline, pros/cons)

Good:

Compare the top 5 CRM platforms for B2B SaaS companies with 50-200 employees.
Focus on: pricing per seat, integration ecosystem, reporting capabilities.
Include recent 2024-2026 changes and customer reviews from G2/Capterra.

Poor:

Tell me about CRMs

### Response Format

Returns structured JSON with:

task_id — unique identifier for polling
status — pending, running, completed, failed
result — when complete:

summary — executive summary
findings[] — detailed findings with sources
sources[] — all referenced URLs with titles

### Output Handling

When presenting research results:

Lead with the executive summary verbatim
Present key findings without paraphrasing
Include source URLs for all facts
Note any conflicting information between sources
Preserve all facts, names, numbers, dates, quotes

### Running Out of Context?

For long conversations, save results and use sessions_spawn:

parallel-cli research run "<question>" --json -o /tmp/research-<topic>

Then spawn a sub-agent:

{
  "tool": "sessions_spawn",
  "task": "Read /tmp/research-<topic>.json and present the executive summary and key findings with sources.",
  "label": "research-summary"
}

### Error Handling

Exit CodeMeaning0Success1Unexpected error (network, parse)2Invalid arguments3API error (non-2xx)

### Prerequisites

Get an API key at parallel.ai
Install the CLI:

curl -fsSL https://parallel.ai/install.sh | bash
export PARALLEL_API_KEY=your-key

### References

API Docs
Research API Reference
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NormallyGaussian
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T21:47:16.672Z
- Expires at: 2026-05-13T21:47:16.672Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/parallel-deep-research)
- [Send to Agent page](https://openagent3.xyz/skills/parallel-deep-research/agent)
- [JSON manifest](https://openagent3.xyz/skills/parallel-deep-research/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/parallel-deep-research/agent.md)
- [Download page](https://openagent3.xyz/downloads/parallel-deep-research)