首页/AI 数据管理与分析/parallel-deep-research
P

parallel-deep-research

by @parallel-webv
4.5(20)

仅在用户明确要求“深度研究”或“详尽”时启用,进行全面、深入的信息挖掘和分析,提供详尽的研究报告。

deep-researchparallel-processinginformation-retrievaldata-synthesisai-agentsGitHub
安装方式
npx skills add parallel-web/parallel-agent-skills --skill parallel-deep-research
compare_arrows

Before / After 效果对比

1
使用前

传统研究方法往往耗时漫长,难以在短时间内获取全面且深入的信息。面对复杂主题,信息碎片化,难以形成完整认知,影响决策质量。

使用后

运用此技能,能够进行深度并行研究,全面搜集和整合多源信息。提供详尽、全面的研究报告,帮助用户快速掌握复杂主题,做出明智决策。

SKILL.md

Deep Research

Research topic: $ARGUMENTS

When to use (vs parallel-web-search)

ONLY use this skill when the user explicitly requests deep/exhaustive research. Deep research is 10-100x slower and more expensive than parallel-web-search. For normal "research X" requests, quick lookups, or fact-checking, use parallel-web-search instead.

Step 1: Start the research

parallel-cli research run "$ARGUMENTS" --processor pro-fast --no-wait --json

This returns instantly. Do NOT omit --no-wait — without it the command blocks for minutes and will time out.

Processor options (choose based on user request):

ProcessorExpected latencyUse when
pro-fast30s – 5 minDefault — good balance of depth and speed
ultra-fast1 – 10 minDeeper analysis, more sources (~2x cost)
ultra5 – 25 minMaximum depth, only when explicitly requested (~3x cost)

Parse the JSON output to extract the run_id and monitoring URL. Immediately tell the user:

  • Deep research has been kicked off
  • The expected latency for the processor tier chosen (from the table above)
  • The monitoring URL where they can track progress

Tell them they can background the polling step to continue working while it runs.

Step 2: Poll for results

Choose a descriptive filename based on the topic (e.g., ai-chip-market-2026, react-vs-vue-comparison). Use lowercase with hyphens, no spaces.

parallel-cli research poll "$RUN_ID" -o "$FILENAME" --timeout 540

Important:

  • Use --timeout 540 (9 minutes) to stay within tool execution limits
  • Do NOT pass --json — the full output is large and will flood context. The -o flag writes results to files instead.
  • The -o flag generates two output files:
    • $FILENAME.json — metadata and basis
    • $FILENAME.md — formatted markdown report
  • The poll command prints an executive summary to stdout when the research completes. Share this executive summary with the user — it gives them a quick overview without having to open the files.

If the poll times out

Higher processor tiers can take longer than 9 minutes. If the poll exits without completing:

  1. Tell the user the research is still running server-side
  2. Re-run the same parallel-cli research poll command to continue waiting

Response format

After step 1: Share the monitoring URL (for tracking progress only — it is not the final report).

After step 2:

  1. Share the executive summary that the poll command printed to stdout
  2. Tell the user the two generated file paths:
    • $FILENAME.md — formatted markdown report
    • $FILENAME.json — metadata and basis

Do NOT re-share the monitoring URL after completion — the results are in the files, not at that link.

Ask the user if they would like to read through the files for more detail. Do NOT read the file contents into context unless the user asks.

Setup

If parallel-cli is not found, install and authenticate:

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

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

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

Then authenticate:

parallel-cli login

Or set an API key: export PARALLEL_API_KEY="your-key"

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量8.5K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组

用户评分

4.5(20)
5
30%
4
55%
3
15%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月16日
最后更新2026年5月23日