Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计提醒

research研究

Agent Skill

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

总安装

7,005

周安装

289

GitHub Stars

69

下载量

2,289
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/jwynia/agent-skills --skill research

简介

research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索梳理等研究型工作。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Research Skill

Tool-assisted research with Tavily integration. Transforms basic questions into comprehensive search strategies using AI-optimized web search.

Setup

This skill includes a bundled Tavily CLI script at scripts/tavily-cli.ts.

Requirements

  1. Deno - Install from https://deno.land
  2. Tavily API Key - Get one at https://tavily.com (free tier available)

Configuration

Set your API key:

export TAVILY_API_KEY="your-key-here"

Create an alias for convenience (add to your shell profile):

# Adjust path to where this skill is installed
alias tavily='deno run --allow-net --allow-env /path/to/skills/research/scripts/tavily-cli.ts'

Or run directly:

deno run --allow-net --allow-env ./scripts/tavily-cli.ts "your query"

Commands below use tavily assuming the alias is configured.


Quick Reference

Common Commands

# Basic search
tavily "your query"

# With AI answer summary
tavily "your query" --answer

# Deep search with more results
tavily "your query" --depth advanced --results 10 --answer

# News/recent content
tavily "your query" --topic news --time week

# Exclude familiar sources to find new perspectives
tavily "your query" --exclude wikipedia.org,reddit.com

Phase Summary

PhaseTypePurpose
0ManualAnalyze topic, set scope
1TavilyDiscover expert terminology
2TavilyFoundational search
3TavilyCounter-perspectives
4ManualSynthesize findings

Scope → Tavily Depth

Decision StakesTavily Settings
Low, reversible--depth basic --results 3
Moderate--depth basic --results 5 --answer
High, irreversible--depth advanced --results 10 --answer

Phase 0: Analysis

Goal: Structure topic before searching. Prevents unfocused searches and scope mismatch.

Scope Calibration

Before searching, assess stakes:

Decision TypeConfidence NeededResearch Depth
Reversible, low-stakes60-70%Quick scan (minutes)
Reversible, moderate75-85%Working knowledge
Irreversible, moderate85-90%Solid grounding
Irreversible, high90-95%Deep expertise

Analysis Template

# Research Analysis: [Topic]

## Core Concepts
- **Primary terms:** [Key terms requiring definition]
- **Terminology variants:** [Synonyms, jargon, historical terms]
- **Ambiguous terms:** [Terms with multiple meanings]

## Stakeholders
- **Primary actors:** [Who is directly involved?]
- **Affected groups:** [Who bears consequences?]
- **Opposing interests:** [Who benefits from different outcomes?]

## Temporal Scope
- **Historical origins:** [When did this begin?]
- **Key transitions:** [What changed and when?]
- **Current state:** [What's happening now?]

## Domains
- **Primary field:** [Main discipline]
- **Adjacent fields:** [Related disciplines]

## Controversies
- **Active debates:** [What's contested?]
- **Competing frameworks:** [Different ways of understanding]

Phase 0 Checklist

  • Identified primary terms
  • Listed potential stakeholders
  • Assessed decision stakes
  • Determined appropriate research depth

Phase 1: Vocabulary Discovery

Goal: Discover expert terminology to unlock deeper search results.

Why Vocabulary Matters

  • Outsider terms → introductory material
  • Expert terms → research, nuanced analysis
  • Cross-domain terms → bridge bodies of work

Tavily Commands for Vocabulary Discovery

Discovery NeedCommand
Expert terminologytavily "[topic] terminology experts" --answer
Academic termstavily "[topic] academic research terminology" --answer
Cross-domain synonymstavily "[topic] also known as called" --answer
Historical termstavily "[topic] history original term" --answer

Vocabulary Discovery Process

  1. Run initial terminology search: tavily "[topic] terminology" --answer --results 5
  2. From results, note:

- Expert terms (technical vocabulary) - Outsider terms (popular/introductory language) - Cross-domain equivalents

  1. Update vocabulary map (template below)
  2. Re-run searches with expert terms: tavily "[expert-term]" --answer
  3. Compare result quality - expert terms should surface deeper content

Vocabulary Map Template

## Core Terms
| Term | Domain | Depth Level |
|------|--------|-------------|
| [expert term] | [field] | Expert |
| [outsider term] | General | Introductory |

## Cross-Domain Synonyms
| Concept | Terms by Domain |
|---------|-----------------|
| [concept] | Field A: [term], Field B: [term] |

## Depth Indicators
| Level | Terms | What They Surface |
|-------|-------|-------------------|
| Introductory | [terms] | Overviews, explainers |
| Expert | [terms] | Research, nuanced analysis |

Phase 1 Checklist

  • Ran terminology discovery search
  • Identified expert vs. outsider terms
  • Mapped cross-domain synonyms
  • Created vocabulary map

Phase 2: Foundational Search

Goal: Build foundational understanding with authoritative sources.

Question Pattern → Tavily Command

Question PatternStrategyCommand
"What is X?"Consensus from authoritiestavily "[expert-term] definition" --answer --depth advanced
"Should I X?"Pros/cons, alternativestavily "[expert-term] pros cons comparison" --answer
"Is X true?"Evidence, counter-evidencetavily "[claim] evidence research" --answer --depth advanced
"How do I X?"Step-by-step, pitfallstavily "[expert-term] guide tutorial" --answer
Historical contextOrigins and evolutiontavily "[topic] history origins development" --answer

Source Type Selection

Source TypeBest ForTavily Approach
Academic/ResearchMechanism, causation--depth advanced --results 10
Practitioner contentHow things work, edge cases--topic general --answer
News/CurrentRecent developments--topic news --time week
Official docsTechnical specs, policy--include [official-domain]

Foundational Search Process

  1. Start with expert terminology from Phase 1
  2. Run foundational queries: # Definition/overview tavily "[expert-term] comprehensive overview" --answer --depth advanced # Key perspectives tavily "[expert-term] major approaches" --answer --results 7
  3. For each major perspective found, get 2-3 authoritative sources: tavily "[perspective-name] [expert-term]" --answer --results 5
  4. Track sources in research notes

Phase 2 Checklist

  • Used expert terminology from Phase 1
  • Searched for foundational overview
  • Identified 2-3 major perspectives
  • Found authoritative sources per perspective
  • Tracked sources

Phase 3: Counter-Perspective Search

Goal: Explicitly find opposing viewpoints to avoid confirmation bias.

Why Counter-Perspectives Matter

Single-perspective research:

  • All sources support one viewpoint
  • Missing counterarguments
  • Echo chamber risk

Tavily Commands for Counter-Perspectives

NeedCommand
General criticismtavily "[topic] criticism problems" --answer
Opposing viewpointtavily "[topic] skeptics critique" --answer
Alternative approachestavily "[topic] alternatives instead of" --answer
Failure casestavily "[topic] failures when wrong" --answer
Avoid echo chambertavily "[topic] debate" --exclude [familiar-sources]

Counter-Perspective Process

  1. Identify your current understanding/lean
  2. Search for strongest counterargument: tavily "[topic] strongest argument against" --answer --depth advanced
  3. Exclude sources you've already seen: tavily "[topic]" --exclude [domains-already-searched]
  4. Search for failure modes: tavily "[topic] when fails problems limitations" --answer
  5. Document opposing perspectives in research notes

Phase 3 Checklist

  • Identified current understanding/position
  • Searched for strongest counterargument
  • Used --exclude to find new sources
  • Searched for limitations/failure cases
  • Documented opposing perspectives

Phase 4: Synthesis

Goal: Synthesize findings with explicit confidence markers.

Completion Criteria

Minimum Viable (Quick Decisions)

  • Can define core concepts in own words
  • Know 2-3 major perspectives
  • Found authoritative source per perspective
  • Identified known unknowns

Working Knowledge (Most Decisions)

  • Can explain historical context
  • Understand stakeholder positions
  • Encountered counterarguments
  • Checked multiple domains

Deep Expertise (High-Stakes)

  • Traced claims to primary sources
  • Can evaluate competing evidence
  • Understand knowledge limitations

Diminishing Returns Signals

Stop when:

  • New sources cite same foundational works (circular)
  • New searches return familiar content (repetitive)
  • Each hour adds less than previous (marginal)
  • Can make decision or take action (sufficient)

Confidence Markers

LevelPhrases to Use
Established"X is...", "X works by..."
Strong evidence"Evidence strongly suggests..."
Moderate evidence"Most sources report..."
Limited evidence"One study found..."
Unknown"No reliable information found..."

Synthesis Template

## Summary
[Direct answer to question]

## Confidence Level
[High/Medium/Low] - [Justification]

## Key Findings
1. [Finding with source type]

## Perspectives
| Perspective | Key Argument | Source Quality |
|-------------|--------------|----------------|
| [view] | [argument] | [assessment] |

## Counter-Evidence
- [What argues against the main conclusion]

## Caveats
- [What wasn't consulted]
- [What assumptions were made]

## For Deeper Investigation
[What would increase confidence]

Phase 4 Checklist

  • Met completion criteria for stakes level
  • Checked diminishing returns signals
  • Applied confidence markers
  • Completed synthesis template
  • Stored findings for future reference

Tavily Command Reference

Basic Usage

tavily "search query" [options]

Options

OptionDescriptionValues
--answerInclude AI-generated answer summaryflag
--depthSearch depthbasic (default), advanced
--resultsNumber of results1-20 (default: 5)
--topicTopic categorygeneral (default), news, finance
--timeTime filterday, week, month, year
--includeOnly include domainscomma-separated
--excludeExclude domainscomma-separated
--rawInclude raw page contentflag
--jsonOutput as JSONflag

Scenario → Command Mapping

Research ScenarioCommand
Quick overviewtavily "query" --answer
Deep divetavily "query" --depth advanced --results 10 --answer
Recent newstavily "query" --topic news --time week
Academic focustavily "query" --depth advanced --include scholar.google.com,arxiv.org
Avoid Wikipediatavily "query" --exclude wikipedia.org
Fresh perspectivestavily "query" --exclude [already-seen-domains]
Financial datatavily "query" --topic finance --answer
Raw content for analysistavily "query" --raw --json

Diagnostic States

Use these to identify where research is stuck and which phase to revisit.

StateSymptomPhase to Revisit
R0: No AnalysisSearching without structuring topicPhase 0
R1: No VocabularyUsing outsider terms, finding only surface contentPhase 1
R2: Single-PerspectiveAll sources support one viewPhase 3
R3: Domain BlindnessSearching only in familiar fieldPhase 1 (cross-domain terms)
R4: Recency BiasOnly recent sourcesPhase 2 (historical queries)
R5: Breadth Without DepthMany tabs, no synthesisPhase 4
R6: Completion UncertaintyUnsure when to stopPhase 4 (completion criteria)
R7: CompleteCan explain, identify uncertainties, actDone

Quick Diagnostic

  1. Can you explain the topic in expert terminology? → If no, Phase 1
  2. Have you found opposing viewpoints? → If no, Phase 3
  3. Can you state your confidence level with justification? → If no, Phase 4
  4. Is your research depth proportional to stakes? → If no, Phase 0

Anti-Patterns

PatternSymptomFix
Confirmation TrapSearching to confirm, not learnPhase 3: Search for strongest counterargument
Authority FallacyAccepting claims by source prestigeEvaluate evidence, not source
Recency TrapOnly recent sourcesPhase 2: Historical context queries
Breadth Trap50 tabs, none readPhase 4: 3-source rule, synthesize before continuing
Single-SourceOne source as final answerRequire 3 independent sources
Jargon Blind SpotMissing other fields' terminologyPhase 1: Cross-domain vocabulary
Infinite Rabbit HoleLost original purposePhase 0: Return to scope/stakes
Echo ChamberSame sources repeatedlyPhase 3: Use --exclude flag

Output Persistence

Output Discovery

Before doing any other work:

  1. Check for context/output-config.md in the project
  2. If found, look for this skill's entry
  3. If not found or no entry for this skill, ask the user first:

- "Where should I save output from this research session?" - Suggest: explorations/research/ or a sensible location for this project

  1. Store the user's preference

What to Store

LayerContents
Vocabulary MapTerms, domains, depth levels
SourcesURLs, relevance scores, quality notes
SynthesisSummary, confidence, findings, caveats
Query LogTavily commands that worked/failed
GapsWhat remains unknown

File Naming

Pattern: {topic}-research-{date}.md Example: competency-frameworks-research-2025-01-15.md


Integration Points

SkillConnection
doppelgangerResearch informs decisions; apply /truth-check to findings
context-networksStore research findings in appropriate network node
boundary-critiqueApply to advice and recommendations encountered

Health Check Questions

During research, ask:

  1. Am I searching to learn or to confirm?
  2. What's the strongest argument against my current view?
  3. Have I looked outside my familiar domains?
  4. Am I using expert or outsider vocabulary?
  5. Is my depth proportional to the stakes?
  6. Have I stored what I've learned for future use?

Source Framework

Derived from: references/research-framework.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

24.28%
按下载量换算556

OpenCode

24.12%
按下载量换算552

Antigravity

15.5%
按下载量换算355

Codex

12.9%
按下载量换算295

Cursor

8.3%
按下载量换算190

Gemini CLI

3.39%
按下载量换算78

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills