Agent skill · Data & Analytics

parallel-research

AI-powered deep research using Parallel AI APIs for chat, research reports, entity discovery, and data enrichment. Use this skill when doing web research, competitive analysis, market research, generating research reports, finding companies matching criteria, or enriching existing data. Triggers on research requests, competitive intelligence, finding companies, or data enrichment tasks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill parallel-research --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/parallel-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Parallel Research ## Overview Deep web research, competitive intelligence, entity discovery, and data enrichment using Parallel AI's specialized APIs. ## Quick Decision Tree ``` What do you need? │ ├── Quick factual answer (3-5 seconds) │ └── Chat API ($0.005/request) │ └── Script: scripts/parallel_research.py chat "question" │ ├── Comprehensive research report (5min-2hr) │ └── Deep Research API ($0.30/report for ultra) │ └── Script: scripts/parallel_research.py research "topic" │ ├── Find entities matching criteria (companies, people) │ └── FindAll API ($0.03 + $0.10/match) │ └── Script: scripts/parallel_research.py findall "query" │ └── Enrich existing data (add fields to records) └── Task API with schema ($0.025/record for core) └── Script: scripts/parallel_research.py enrich data.csv ``` ## Environment Setup ```bash # Required in .env PARALLEL_API_KEY=your_api_key_here ``` Get your API key: https://platform.parallel.ai/settings/api-keys ## Common Usage ### Quick Q&A ```bash python scripts/parallel_research.py chat "What is Anthropic's latest funding round?" ``` ### Deep Research Report ```bash python scripts/parallel_research.py research "Competitive landscape of AI code edit

What's inside
Steps it walks through
  1. Overview
  2. Quick Decision Tree
  3. Environment Setup
  4. Common Usage
  5. Quick Q&A
  6. Deep Research Report
  7. Find Companies
  8. Basic Research (Simplified)
  9. Vendor Selection
  10. Processor Tiers
  11. Cost Estimates
  12. Free Tier
  13. Security Notes
  14. Credential Handling
Ships with 1 file
  • metadata.json
Commands it runs
Required in .env
python scripts/parallel_research.py chat "What is Anthropic's latest funding round?"
python scripts/parallel_research.py research "Competitive landscape of AI code editors in 2025" --processor ultra
python scripts/parallel_research.py findall "AI code editor companies that raised funding in 2024-2025" --limit 50
python scripts/basic_research.py "Company Name"
python scripts/vendor_selection.py "CRM software" --requirements "enterprise,API,automation"
More from claude-skill-registry
All skills →
About this skill
What does the parallel-research skill do?

AI-powered deep research using Parallel AI APIs for chat, research reports, entity discovery, and data enrichment. Use this skill when doing web research, competitive analysis, market research, generating research reports, finding companies matching criteria, or enriching existing data. Triggers on research requests, competitive intelligence, finding companies, or data enrichment tasks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill parallel-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going