AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Parallel Deep Research

skill-nc9-skills-parallel-deep-research · by nc9

Performs comprehensive deep research using Parallel AI. Use for in-depth analysis, market research, competitive intelligence, or complex multi-faceted questions requiring thorough web exploration.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-nc9-skills-parallel-deep-research

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-nc9-skills-parallel-deep-research)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Parallel Deep Research? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Parallel Deep Research

Comprehensive intelligence reports from natural language queries using Parallel AI Task API.

When to Use

  • User needs thorough, multi-source research on a topic
  • User asks complex questions requiring synthesis of multiple sources
  • User needs market research or competitive analysis
  • User wants comprehensive reports with citations
  • Simple web search is insufficient for the depth needed

Requirements

Environment variable must be set:

  • PARALLEL_API_KEY - Parallel AI API key

Command

./scripts/parallel_research research "query" [options]

Options

| Option | Description | |--------|-------------| | -p, --processor | Model: pro-fast (default), pro, ultra-fast, ultra | | -t, --timeout | Max wait in seconds (default: 600) | | -f, --format | Output: json (default) or markdown |

Processors

| Processor | Speed | Quality | Cost | |-----------|-------|---------|------| | pro-fast | 2-5x faster | Good | Lower | | pro | Standard | Better | Medium | | ultra-fast | 2-5x faster | Better | Medium | | ultra | Standard | Best | Higher |

Output Format

Default JSON for LLM parsing:

{
  "query": "What are the latest developments in fusion energy?",
  "processor": "pro-fast",
  "run_id": "run_abc123",
  "content": {
    "summary": "...",
    "key_developments": [...],
    "companies": [...],
    "timeline": [...]
  },
  "basis": [
    {
      "field": "summary",
      "excerpts": [
        {"url": "https://...", "text": "..."}
      ]
    }
  ]
}

Examples

Basic research:

./scripts/parallel_research research "What are the key players in the AI chip market and their competitive positions?"

Higher quality (slower):

./scripts/parallel_research research "Comprehensive analysis of renewable energy trends 2024" -p ultra

Human-readable output:

./scripts/parallel_research research "Electric vehicle battery technology advances" -f markdown

Extended timeout for complex research:

./scripts/parallel_research research "Deep competitive analysis of cloud providers" -t 1800

Notes

  • Research can take 1-45 minutes depending on complexity
  • The pro model and ultra models are expensive and can take 10-45 minutes to complete
  • Query must be under 15,000 characters
  • Status updates print to stderr, results to stdout
  • basis field contains citations mapping content to sources

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.