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

research-web研究网

Agent Skill

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

总安装

823

周安装

35

GitHub Stars

2

下载量

288
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/doodledood/codex-workflow --skill research-web

简介

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

  • 适用于根据关键词、任务场景或来源线索进行信息搜集与初步筛选。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • 具体用法可结合原始 README 和仓库路径进一步核验。

SKILL.md

User request: $ARGUMENTS

Comprehensive multi-wave web research. Strategically selects sources, evaluates credibility, cross-references findings, and synthesizes actionable recommendations.

Research log: /tmp/research-web-{YYYYMMDD-HHMMSS}-{topic-kebab-case}.md - external memory for all findings.

Phase 1: Research Planning

1.1 Parse Request

Extract from $ARGUMENTS:

  • Primary question: What are we trying to learn?
  • Context: Why do we need this? What decision does it inform?
  • Constraints: Version requirements, platform limitations, etc.

If vague or empty: Ask user to clarify the specific question.

1.2 Create Research Log

Path: /tmp/research-web-{YYYYMMDD-HHMMSS}-{topic-kebab-case}.md

# Web Research: {topic}
Started: {timestamp}

## Research Question
{Primary question}

## Context
{Why needed, what decision it informs}

## Initial Hypotheses
(populated in 1.3)

## Wave Results
(populated during research)

## Source Registry
(populated during research)

## Conflicts
(populated when sources disagree)

## Synthesis
(populated in Phase 4)

1.3 Form Initial Hypotheses

Before searching, document what you expect to find:

## Initial Hypotheses

### H1: {Expected answer}
- Confidence: Low | Medium | High
- Would falsify: {what would prove this wrong}

### H2: {Alternative possibility}
- Confidence: Low | Medium | High
- Would falsify: {what would prove this wrong}

Why hypotheses first: Prevents confirmation bias. Search for evidence both supporting AND refuting.

1.4 Create Todo List

- [ ] Wave 1: Official documentation
- [ ] Wave 2: Community resources
- [ ] Wave 3: Advanced/specialized sources
- [ ] Cross-reference and resolve conflicts
- [ ] Synthesize findings

Phase 2: Strategic Wave Research

Wave Selection Strategy

WaveSource TypePurposeWhen to Use
1Official docs, GitHub reposCanonical behavior, API specsAlways start here
2Stack Overflow, tutorials, blogsPractical examples, common issuesAfter official gaps identified
3Academic papers, expert blogs, niche forumsEdge cases, advanced techniquesWhen waves 1-2 insufficient

2.1 Wave 1: Official Sources

Priority sources:

  1. Official documentation sites
  2. GitHub repositories (README, docs/, wiki)
  3. Official API references
  4. Release notes and changelogs

Search queries:

  • {topic} official documentation
  • {topic} github
  • {technology} {feature} docs

Document each source:

### Source: {title}
**URL**: {url}
**Type**: Official Documentation | GitHub | API Reference
**Date**: {publication/update date}
**Credibility**: High (official)

**Key findings**:
- {Finding 1}
- {Finding 2}

**Evidence**:
> "{Relevant quote}"

**Supports/Refutes**: H1, H2

2.2 Wave 2: Community Resources

Priority sources:

  1. Stack Overflow (recent, accepted answers)
  2. Technical blogs (reputable authors)
  3. Tutorial sites
  4. Discussion forums

Search queries:

  • {topic} example
  • {topic} tutorial
  • {topic} best practices
  • {technology} {error message} (if troubleshooting)

Credibility indicators:

  • High: Accepted answer, author is maintainer/contributor, multiple upvotes
  • Medium: Popular answer, detailed explanation, includes code
  • Low: Old answer, no engagement, no sources

2.3 Wave 3: Advanced Sources

Only proceed if waves 1-2 leave gaps.

Sources:

  • Academic papers (for algorithms, protocols)
  • Expert technical blogs
  • Conference talks
  • Specialized forums/communities
  • Source code analysis

Search queries:

  • {topic} paper
  • {topic} deep dive
  • {topic} internals

Phase 3: Research Loop

Memento Loop

For each wave:

  1. Mark wave todo in_progress
  2. Execute searches
  3. Evaluate and document each source
  4. Write findings immediately to research log
  5. Update hypothesis status
  6. Mark wave todo completed
  7. Decide: proceed to next wave or sufficient?

NEVER proceed without writing findings — research log is external memory.

3.1 Source Credibility Evaluation

For each source, assess:

FactorHighMediumLow
AuthorityOfficial, maintainerExpert, educatorAnonymous, unknown
Recency<6 months<2 years>2 years
VerificationMultiple sources agreeSome corroborationSingle source
DepthShows understandingPractical focusSurface level

3.2 Update Hypotheses

As findings come in:

### H1: {hypothesis}
- Status: CONFIRMED | REFUTED | UNCERTAIN
- Confidence: Low | Medium | High
- Evidence: {summary}
- Sources: {list}

3.3 Handle Conflicts

When sources disagree:

## Conflicts

### {Topic of disagreement}
**Position A**: {claim}
- Sources: {list}
- Strength: {why credible}

**Position B**: {claim}
- Sources: {list}
- Strength: {why credible}

**Resolution**:
- {Your assessment based on source authority, recency, consensus}
- OR "Unresolved - present both options to user"

Conflict resolution priority:

  1. Official docs > community
  2. Recent > old
  3. Multiple sources > single source
  4. Code/specs > opinions

3.4 Wave Completion Criteria

Stop wave when:

  • Primary question answered with high confidence
  • Multiple authoritative sources agree
  • Diminishing returns (same info repeating)

Proceed to next wave when:

  • Gaps remain in understanding
  • Only low-credibility sources found
  • Conflicting information needs resolution

Phase 4: Synthesis

4.1 Refresh Context

Read the full research log before synthesizing.

4.2 Cross-Reference Findings

Verify key claims appear in multiple independent sources:

## Cross-Reference Matrix

| Finding | Official | Community | Expert |
|---------|----------|-----------|--------|
| {Finding 1} | ✓ source | ✓ source | - |
| {Finding 2} | ✓ source | ✓ source | ✓ source |
| {Finding 3} | - | ✓ source | - |

4.3 Write Synthesis

## Synthesis

### Answer to Primary Question
{Direct answer}
**Confidence**: High | Medium | Low
**Based on**: {N} sources, {consensus level}

### Key Findings
1. {Finding with source citations}
2. {Finding with source citations}
3. {Finding with source citations}

### Hypothesis Resolution
- H1: {CONFIRMED/REFUTED} — {evidence}
- H2: {CONFIRMED/REFUTED} — {evidence}

### Caveats and Limitations
- {What we couldn't verify}
- {Where information was sparse}
- {Time-sensitivity concerns}

### Recommendations
1. {Primary recommendation with rationale}
2. {Alternative approach and when to use}
3. {What to avoid and why}

### Sources by Authority

**Official**:
- {Source with URL}

**Community (High credibility)**:
- {Source with URL}

**Other**:
- {Source with URL}

4.4 Present Summary

## Research Complete

**Question**: {Primary question}
**Confidence**: High | Medium | Low
**Waves completed**: {N}
**Sources consulted**: {N}

### Answer
{Concise direct answer}

### Key Findings
- {Finding 1}
- {Finding 2}
- {Finding 3}

### Recommendations
1. {What to do}
2. {What to avoid}

### Caveats
- {Key limitation}

### Top Sources
- {Most authoritative source}
- {Second source}

**Full research log**: /tmp/research-web-{...}.md

Guidelines

DO

  • Document hypotheses BEFORE searching
  • Record ALL sources, even unhelpful ones
  • Note publication dates
  • Cross-reference important claims
  • Acknowledge uncertainty
  • Update log after EACH source

DON'T

  • Trust single sources for important claims
  • Ignore publication dates
  • Present opinions as facts
  • Skip synthesis step
  • Make claims without citations
  • Cherry-pick confirming sources

Source Authority Hierarchy

  1. Official docs — How things are supposed to work
  2. Source code — How things actually work
  3. GitHub issues — Real problems and workarounds
  4. Stack Overflow — Community solutions (CHECK DATES!)
  5. Technical blogs — Opinions and tutorials (verify claims)
  6. General articles — Background only

Time Sensitivity

DomainInformation Half-life
Web frameworks6-12 months
Languages1-2 years
CS fundamentals5+ years
Security3-6 months
Cloud services6-12 months

Always note when information might be outdated.

Edge Cases

CaseAction
No relevant sourcesNote in log, ask user for alternative terms
All sources outdatedNote prominently, recommend verifying with latest docs
Conflicting authoritative sourcesPresent both with evidence, let user decide
Topic too broadAsk user to narrow scope
Paywalled contentNote limitation, search for alternatives

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

26.59%
按下载量换算77

OpenCode

24.3%
按下载量换算70

Antigravity

19.28%
按下载量换算56

Gemini CLI

14.26%
按下载量换算41

windsurf

7.12%
按下载量换算21

Codex

3.66%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills