Token导航 LogoToken导航TokenDH.com
研究检索只读unknown未标认证来源可访问许可证需确认审计未展示

research研究

Agent Skill

research 用于查找、检索和筛选相关信息,适合在 Local Agent 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

998

周安装

40

下载量

323
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:research(研究)
来源仓库:https://smithery.ai
仓库路径:research
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

用于全网信息检索与学术资料筛选。research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合查找最新论文、开源项目或技术博客。
  • 可归纳观点、对比方案或提取关键指标。
  • 结果准确性依赖来源可信度与时效性。适用宿主包括 Local Agent,接入前应确认版本、权限和运行环境要求。
  • 安装前建议限制高频请求以防速率限制。

SKILL.md

Research Skill

API Keys Required

This skill works best with these optional API keys configured in ~/.env:

FeatureAPI KeyGet It From
Perplexity ResearchPERPLEXITY_API_KEYhttps://perplexity.ai/settings/api
Gemini ResearchGOOGLE_API_KEYhttps://aistudio.google.com/app/apikey
BrightData ScrapingBRIGHTDATA_API_KEYhttps://brightdata.com

Works without API keys:

  • Claude-based research (uses built-in WebSearch)
  • Basic web fetching (uses built-in WebFetch)
  • Fabric patterns (if Fabric CLI installed)

Workflow Routing

Multi-Source Research Workflows

When user requests comprehensive parallel research: Examples: "do research on X", "research this topic", "find information about Y", "investigate this subject" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/conduct.mdEXECUTE: Parallel multi-agent research using available researcher agents

When user requests Claude-based research (FREE - no API keys): Examples: "use claude for research", "claude research on X", "use websearch to research Y" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/claude-research.mdEXECUTE: Intelligent query decomposition with Claude's WebSearch

When user requests Perplexity research (requires PERPLEXITY_API_KEY): Examples: "use perplexity to research X", "perplexity research on Y" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/perplexity-research.mdEXECUTE: Fast web search with query decomposition via Perplexity API

When user requests interview preparation: Examples: "prepare interview questions for X", "interview research on Y" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/interview-research.mdEXECUTE: Interview prep with diverse question generation

Content Retrieval Workflows

When user indicates difficulty accessing content: Examples: "can't get this content", "site is blocking me", "CAPTCHA blocking" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/retrieve.mdEXECUTE: Escalation through layers (WebFetch → BrightData → Apify)

When user provides YouTube URL: Examples: "get this youtube video", "extract from youtube URL" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/youtube-extraction.mdEXECUTE: YouTube content extraction using fabric -y

When user requests web scraping: Examples: "scrape this site", "extract data from this website" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/web-scraping.mdEXECUTE: Web scraping techniques and tools

Fabric Pattern Processing

When user requests Fabric pattern usage: Examples: "use fabric to X", "create threat model", "summarize with fabric" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/fabric.mdEXECUTE: Auto-select best pattern from 242+ Fabric patterns

Content Enhancement Workflows

When user requests content enhancement: Examples: "enhance this content", "improve this draft" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/enhance.mdEXECUTE: Content improvement and refinement

When user requests knowledge extraction: Examples: "extract knowledge from X", "get insights from this" → READ: ${CLAUDE_PLUGIN_ROOT}/skills/research/workflows/extract-knowledge.mdEXECUTE: Knowledge extraction and synthesis


Multi-Source Research

Three Research Modes

QUICK RESEARCH MODE:

  • User says "quick research" → Launch 1 agent per researcher type
  • Timeout: 2 minutes
  • Best for: Simple queries, straightforward questions

STANDARD RESEARCH MODE (Default):

  • Default for most research requests → Launch 3 agents per researcher type
  • Timeout: 3 minutes
  • Best for: Most research needs, comprehensive coverage

EXTENSIVE RESEARCH MODE:

  • User says "extensive research" → Launch 8 agents per researcher type
  • Timeout: 10 minutes
  • Best for: Deep-dive research, comprehensive reports

Available Research Agents

Check ${CLAUDE_PLUGIN_ROOT}/agents/ for agents with "researcher" in their name:

  • claude-researcher - Uses Claude's WebSearch (FREE, no API key needed)
  • perplexity-researcher - Uses Perplexity API (requires PERPLEXITY_API_KEY)
  • gemini-researcher - Uses Gemini API (requires GOOGLE_API_KEY)

Speed Benefits

  • Old approach: Sequential searches → 5-10 minutes
  • Quick mode: 1 agent per type → 2 minute timeout
  • Standard mode: 3 agents per type → 3 minute timeout
  • Extensive mode: 8 agents per type → 10 minute timeout

Intelligent Content Retrieval

Three-Layer Escalation System

Layer 1: Built-in Tools (Try First - FREE)

  • WebFetch - Standard web content fetching
  • WebSearch - Search engine queries
  • When to use: Default for all content retrieval

Layer 2: BrightData MCP (requires BRIGHTDATA_API_KEY)

  • CAPTCHA solving via Scraping Browser
  • Advanced JavaScript rendering
  • When to use: Bot detection blocking, CAPTCHA protection

Layer 3: Apify MCP (requires Apify account)

  • Specialized site scrapers (Instagram, LinkedIn, etc.)
  • Complex extraction logic
  • When to use: Layers 1 and 2 both failed

Critical Rules:

  • Always try simplest approach first (Layer 1)
  • Escalate only when previous layer fails
  • Document which layers were used and why

Fabric Pattern Selection

Categories (242+ Patterns)

Threat Modeling & Security:

  • create_threat_model, create_stride_threat_model
  • analyze_threat_report, analyze_incident

Summarization:

  • summarize, create_5_sentence_summary
  • summarize_meeting, summarize_paper, youtube_summary

Wisdom Extraction:

  • extract_wisdom, extract_article_wisdom
  • extract_insights, extract_main_idea

Analysis:

  • analyze_claims, analyze_code, analyze_debate
  • analyze_logs, analyze_paper

Content Creation:

  • create_prd, create_design_document
  • create_mermaid_visualization, create_user_story

Improvement:

  • improve_writing, improve_prompt, review_code

Usage

# Auto-select pattern based on intent
fabric [input] -p [selected_pattern]

# From URL
fabric -u "URL" -p [pattern]

# From YouTube
fabric -y "YOUTUBE_URL" -p [pattern]

File Organization

Working Directory (Scratchpad)

~/.claude/scratchpad/YYYY-MM-DD-HHMMSS_research-[topic]/
├── raw-outputs/
├── synthesis-notes.md
└── draft-report.md

Permanent Storage (History)

~/.claude/pai-history/research/YYYY-MM/YYYY-MM-DD_[topic]/
├── README.md
├── research-report.md
└── metadata.json

Key Principles

  1. Parallel execution - Launch multiple agents simultaneously
  2. Hard timeouts - Don't wait indefinitely, proceed with partial results
  3. Simplest first - Always try free tools before paid services
  4. Auto-routing - Skill analyzes intent and activates appropriate workflow

Examples

Example 1: Multi-source research

User: "Do research on quantum computing breakthroughs in 2024"
→ Activates conduct.md workflow
→ Launches parallel researcher agents (Claude, Perplexity, Gemini)
→ Synthesizes findings with source attribution and confidence levels

Example 2: Content extraction from YouTube

User: "Extract wisdom from this YouTube video: https://youtube.com/watch?v=abc123"
→ Activates youtube-extraction.md workflow
→ Uses Fabric CLI with -y flag for transcription
→ Applies extract_wisdom pattern to content

Example 3: Difficult site retrieval

User: "I can't get content from this CloudFlare-protected site"
→ Activates retrieve.md workflow
→ Escalates through layers: WebFetch → BrightData → Apify
→ Returns content in markdown format

Workflow Files

WorkflowFileAPI Keys Needed
Multi-Source Researchworkflows/conduct.mdVaries by agent
Claude Researchworkflows/claude-research.mdNone (FREE)
Perplexity Researchworkflows/perplexity-research.mdPERPLEXITY_API_KEY
Interview Prepworkflows/interview-research.mdNone
Content Retrievalworkflows/retrieve.mdOptional: BRIGHTDATA_API_KEY
YouTube Extractionworkflows/youtube-extraction.mdNone (uses Fabric)
Web Scrapingworkflows/web-scraping.mdOptional: BRIGHTDATA_API_KEY
Fabric Patternsworkflows/fabric.mdNone
Content Enhancementworkflows/enhance.mdNone
Knowledge Extractionworkflows/extract-knowledge.mdNone

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

85.51%
按下载量换算276

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills