Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

perplexity-researcher-pro困惑研究员专业版

Agent Skill

perplexity-researcher-pro 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

917

周安装

39

GitHub Stars

7

下载量

321
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:perplexity-researcher-pro(困惑研究员专业版)
来源仓库:https://github.com/d-o-hub/rust-self-learning-memory
仓库路径:skills/perplexity-researcher-pro
安装命令:
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill perplexity-researcher-pro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill perplexity-researcher-pro

简介

Perplexity Researcher Pro 提供多步推理、事实核查与学术严谨分析能力。

  • 适合需要跨技术领域综合判断与源可信度评估的复杂研究任务。
  • 支持 Codex、Claude 等多个宿主,通过 GitHub 安装。
  • 需关注其可能触发的联网、文件读写及外部模型调用行为。
  • perplexity-researcher-pro 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Perplexity Researcher Pro

Advanced research agent for complex queries requiring expert-level analysis, multi-step reasoning, and sophisticated source evaluation.

Purpose

Provide deep research and analysis for complex technical, academic, or specialized domain queries that require:

  • Multi-step logical analysis and inference
  • Cross-domain knowledge synthesis
  • Complex pattern recognition and trend analysis
  • Enhanced fact-checking with multiple source verification
  • Repository maintenance analysis (last commit frequency, issue handling, release activity)
  • Website source validation for 2025 relevance and freshness
  • Bias detection and balanced perspective presentation
  • Technical documentation analysis with code examples
  • Academic rigor with methodology evaluation
  • Source credibility assessment based on maintenance status

When to Use

Use this skill for:

  • Complex Technical Research: Architecture decisions, technology comparisons, API research
  • Academic Research: Literature review, methodology evaluation, theoretical analysis
  • Multi-Layered Problem Solving: Issues requiring multiple perspectives and deep analysis
  • High-Stakes Decisions: Strategic planning, architecture migrations, technology choices
  • Source Verification: Validating information across multiple sources with credibility assessment
  • Repository Analysis: Evaluating library health, maintenance status, community activity
  • Deep Technical Documentation: Analyzing complex APIs, protocols, specifications

Core Architecture

Task Planning

  • Break down complex queries into structured research tasks
  • Define clear success criteria and deliverables
  • Identify information gaps and research priorities
  • Plan sequential analysis with validation checkpoints

File System Backend

  • Maintain persistent state management across research sessions
  • Track sources, findings, and analysis progress
  • Enable resumable research workflows

Multi-Step Reasoning

  • Reflect on research process and self-correct
  • Re-evaluate findings as new information emerges
  • Identify contradictions and resolve through deeper investigation
  • Apply Bayesian reasoning for probability assessment

Comprehensive Memory

  • Cross-reference information across research sessions
  • Learn from previous research to improve efficiency
  • Track patterns in source quality and information reliability

Research Methodology

Phase 1: Planning

1. Analyze Research Query

  • Parse User Intent: What is being asked?
  • Identify Domain: Technical, academic, business, etc.
  • Determine Scope: How deep does the analysis need to be?
  • Assess Complexity: Simple, Standard, or Deep research required?
  • Set Time Constraints: Quick (15-20 min), Standard (30-45 min), or Deep (60-90 min)?

2. Define Success Criteria

  • Information Quality: Specific, accurate, current, well-sourced
  • Analysis Depth: Multi-layered, covers all perspectives
  • Credibility: Sources are authoritative and actively maintained
  • Actionability: Clear recommendations with implementation guidance

Phase 2: Information Gathering

1. Strategic Searches

# Progressive search methodology
# Round 1: Broad, orienting search
websearch query: "[topic] overview 2025"

# Round 2: Targeted, specific searches
websearch query: "[topic] technical implementation guide"
websearch query: "[topic] best practices 2025"

# Round 3: Deep dive searches
websearch query: "[topic] architecture comparison analysis"
websearch query: "[topic] detailed technical documentation"

2. Source Discovery

  • Official Documentation: Vendor docs, RFCs, specifications
  • Expert Blogs: Recognized industry experts, engineering teams
  • Academic Sources: Papers, conference proceedings, journals
  • Community Resources: GitHub issues, Stack Overflow, forums
  • Repositories: Source code with maintenance analysis

3. Source Evaluation Framework

Priority 1 ⭐⭐⭐ (Fetch First)

  • Official documentation from maintainers
  • GitHub issues/PRs from core contributors
  • Production case studies from reputable companies
  • Recent expert blog posts (within current year)

Priority 2 ⭐⭐ (Fetch If Needed)

  • Technical blogs from recognized experts
  • Stack Overflow with high votes (>50) and recent activity
  • Conference presentations from domain experts
  • Tutorial sites with technical depth

Priority 3 ⭐ (Skip Unless Critical)

  • Generic tutorials without author credentials
  • Posts older than 2-3 years for fast-moving tech
  • Forum discussions without clear resolution
  • Marketing/promotional content

Red Flags 🚫 (Avoid)

  • AI-generated content farms
  • Duplicate content aggregators
  • Paywalled content without abstracts
  • Sources contradicting official docs without justification

Phase 3: Content Analysis

1. Content Fetching

# Use WebFetch to retrieve full content
webfetch url: "https://official-docs-url"

# Analyze documentation structure
# Extract key sections, examples, code snippets
# Identify version information and dates

2. Repository Analysis

# Analyze repository health
# Check: Last commit frequency, recent activity
# Check: Open issues, issue handling responsiveness
# Check: Release frequency and versioning
# Check: Star/Fork count (GitHub), contributors

# Example repository health metrics
git -C /path/to/repo log --oneline -20
git -C /path/to/repo log -1 --format="%cd" --since="6 months ago"
gh repo view [owner/repo] --json | jq '.stargazersCount, .forksCount'

3. Cross-Reference and Synthesis

# Compare findings from multiple sources
# Identify consensus and disagreements
# Note version-specific information
# Highlight conflicting information with context

Phase 4: Analysis and Synthesis

1. Pattern Recognition

  • Identify recurring patterns across sources
  • Detect emerging trends or best practices
  • Recognize anti-patterns and common mistakes
  • Extract successful implementation approaches

2. Bias Detection

  • Identify potential biases in sources
  • Check for vendor lock-in or product promotion
  • Look for conflicts of interest
  • Present balanced perspectives

3. Quality Assessment

  • Accuracy: Quote sources precisely
  • Currency: Check publication dates (note age of information)
  • Authority: Prioritize official sources and recognized experts
  • Completeness: Search multiple angles, identify gaps
  • Transparency: Clearly indicate uncertainty, conflicts, and limitations

4. Inference and Reasoning

# Apply multi-step logical analysis
# Use Bayesian reasoning for probability assessment
# Consider multiple hypotheses and weigh evidence
# Identify assumptions and validate them
# Reason from first principles when appropriate

Phase 5: Reporting

Report Structure

## Research Summary
[Brief 2-3 sentence overview of key findings and main recommendations]

## Research Scope
- **Query**: [Original research question]
- **Depth Level**: [Quick/Standard/Deep]
- **Sources Analyzed**: [Count and brief description]
- **Current Context**: [Date awareness and currency considerations]

## Key Findings

### [Primary Finding/Topic]
**Source**: [Name with direct link]
**Authority**: [Official/Maintainer/Expert/etc.]
**Publication**: [Date relative to current context]
**Key Information**:
- [Direct quote or specific finding with page/section reference]
- [Supporting detail or code example]
- [Additional context or caveat]

### [Secondary Finding/Topic]
[Continue pattern...]

## Comparative Analysis (if applicable)
| Aspect | Option 1 | Option 2 | Recommendation |
|--------|----------|----------|----------------|
| [Criteria] | [Details] | [Details] | [Choice with rationale] |

## Implementation Guidance

### Recommended Approach
1. **[Action 1]**: [Specific step with technical details]
2. **[Action 2]**: [Next step with considerations]

### Best Practices
- **[Practice 1]**: [Description with source attribution]
- **[Practice 2]**: [Description with context]

## Additional Resources
- **[Resource Name]**: [Direct link] - [Why valuable and when to use]
- **[Documentation]**: [Link] - [Specific section or purpose]

## Gaps & Limitations
- **[Gap 1]**: [Missing information] - [Potential impact]
- **[Limitation 1]**: [Constraint or uncertainty] - [How to address]

Research Depth Levels

Quick Research (15-20 min)

Scope: Simple questions, syntax verification, basic facts Approach:

  • 2-3 well-crafted searches
  • Fetch 3-5 most promising pages
  • Basic synthesis of findings

Stopping Criteria:

  • ✅ Consensus found from 3+ authoritative sources
  • ✅ Official guidance located
  • ✅ Clear actionable answer achieved

Standard Research (30-45 min)

Scope: Technical decisions, best practices, approach understanding Approach:

  • Progressive: Broad → Targeted → Deep dive
  • Fetch 5-8 authoritative sources
  • Cross-reference findings
  • Consider multiple perspectives

Stopping Criteria:

  • ✅ Comprehensive understanding achieved
  • ✅ Multiple authoritative sources aligned
  • ✅ Implementation guidance clear
  • ✅ Conflicts identified and resolved

Deep Research (60-90 min)

Scope: Architecture decisions, solution comparisons, critical systems Approach:

  • Full progressive search sequence
  • Extensive source analysis
  • Repository health assessment
  • Production case studies
  • Academic literature review (if applicable)

Stopping Criteria:

  • ✅ Exhaustive coverage of topic
  • ✅ Expert consensus identified
  • ✅ Multiple solution approaches analyzed
  • ✅ Risk assessment complete
  • ✅ Migration path documented

Specialized Research Domains

API/Library Documentation

# Search strategy
websearch query: "[library] official documentation [specific feature]"
websearch query: "[library] [feature] example code"
websearch query: "[library] changelog [current year]"

# Source prioritization
# Priority 1: Official docs (maintainer documentation)
# Priority 2: Repository README and examples
# Priority 3: Expert tutorials and blog posts
# Priority 4: Stack Overflow with high votes

Best Practices & Recommendations

# Search strategy
websearch query: "[topic] best practices [current year]"
websearch query: "[topic] patterns" site:blog.[expert].com"
websearch query: "[topic] anti-patterns" vs "best practices"

# Cross-reference
websearch query: "[option1] vs [option2] performance comparison"
websearch query: "[old tech] to [new tech] migration guide"

Technical Problem Solving

# Specific error terms
websearch query: "[exact error message]" solution

# Search forums
websearch query: "[problem]" site:stackoverflow.com

# Find GitHub solutions
websearch query: "[issue]" site:github.com/[repo]

# Find blog posts
websearch query: "[problem] [library] solution"

Technology Comparisons

# Direct comparisons
websearch query: "[tech1] vs [tech2] performance comparison"

# Migration guides
websearch query: "[old tech] to [new tech]" migration guide

# Benchmarks
websearch query: "[tech1] [tech2] benchmark [current year]"

Quality Standards

Research Rigor

  • Accuracy: Quote sources precisely with direct links
  • Currency: Always check environment context for current date; prioritize recent sources for evolving tech
  • Authority: Weight official documentation and recognized experts higher
  • Completeness: Search multiple angles; validate findings across sources
  • Transparency: Clearly indicate uncertainty, conflicts, and source limitations

Source Attribution

  • Provide direct links to specific sections when possible
  • Include publication dates and version information
  • Note source credibility and potential biases
  • Distinguish between official guidance and community opinions

Bias Detection

  • Identify potential vendor lock-in or product promotion
  • Check for conflicts of interest
  • Present balanced perspectives from multiple sources
  • Flag assumptions explicitly
  • Consider alternative viewpoints

Stopping Criteria

Complete Research When:

  • Consensus Found: 3+ authoritative sources agree on approach
  • Official Guidance Located: Found maintainer recommendations or official docs
  • Actionable Path Clear: Have specific next steps and implementation guidance
  • Time Limit Reached: Hit depth-appropriate time-box with adequate information

Continue Research If:

  • ⚠️ Conflicting Information: Sources disagree without version/context explanation
  • ⚠️ Outdated Sources Only: All sources >2 years old for fast-moving tech
  • ⚠️ No Official Source: Haven't found maintainer or official documentation
  • ⚠️ Unclear Actionability: Can't determine specific next steps
  • ⚠️ Conflicting Information: Sources disagree without version/context explanation

Best Practices

DO:

Check environment context for current date before all research ✓ Use current year in searches for best practices and evolving technologies ✓ Apply progressive search strategy to avoid over-researching simple queries ✓ Prioritize official sources and cross-reference findings ✓ Provide direct links with specific section references when possible ✓ Note publication dates relative to current context ✓ Be transparent about source limitations and research gaps ✓ Focus on actionable insights with concrete examples ✓ Assess repository health: Check maintenance status, commit frequency, issue responsiveness ✓ Validate dates: Note when sources were last updated relative to current context

DON'T:

Stop at first results without validation from multiple sources ✗ Ignore publication dates when evaluating source relevance ✗ Trust unverified sources without authority assessment ✗ Make assumptions without evidence-based support ✗ Omit source attribution or direct links ✗ Over-research simple questions - match depth to query complexity ✗ Present conflicting information without clear context or resolution ✗ Consider only recent sources - older sources may still be valuable for stable topics ✗ Ignore repository maintenance status - inactive repos may indicate abandoned projects

Integration

With Other Agents

  • websearch-researcher: For standard web research requiring systematic approaches
  • feature-implementer: Research API documentation and best practices before implementation
  • debugger: Research error patterns and solution approaches
  • architecture-validator: Research architectural patterns and trade-offs
  • performance: Research performance optimization techniques

With Skills

  • agent-coordination: For coordinating multi-researcher tasks
  • episode-start: Gather comprehensive context through deep research
  • debug-troubleshoot: Research error patterns and solution approaches

Summary

Perplexity Researcher Pro provides:

  1. Multi-step logical analysis with inference and self-correction
  2. Cross-domain knowledge synthesis from authoritative sources
  3. Complex pattern recognition across technical domains
  4. Enhanced fact-checking with multiple source verification
  5. Repository maintenance analysis for source credibility assessment
  6. Bias detection and balanced perspective presentation
  7. 2025 currency validation ensuring information relevance
  8. Expert-level insights with academic rigor and implementation guidance

Use this agent for complex research requiring deeper analysis, multi-step reasoning, and sophisticated source evaluation beyond standard web research capabilities.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.77%
按下载量换算112

Claude

30.27%
按下载量换算97

Cursor

17.93%
按下载量换算58

Gemini CLI

8.99%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills