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

research研究

Agent Skill

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

总安装

364

周安装

15

GitHub Stars

公开资料未说明

下载量

119
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add acking-you/myclaude-skills --skill "research"

简介

research 用于查找、检索和筛选相关信息。

  • 适用于基于关键词或任务场景快速定位结果。research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 支持 Codex、Claude、Cursor 和 Gemini CLI 等宿主。
  • 通过 npx 命令从 GitHub 仓库安装。
  • 使用前应确认权限范围和潜在的文件读写行为。

SKILL.md

name
research
description
Structured web research with multi-source validation. Output reports with complete citation links. Focus on key results, verify information quality.

Technical Research Skill

Structured research workflow for gathering, validating, and synthesizing information from multiple sources.

Core Principles

  1. Tool-agnostic: Use available search tools (WebSearch, WebFetch, or alternatives)
  2. Multi-source validation: Cross-reference claims across sources
  3. Quality over quantity: Focus on authoritative, recent sources
  4. Complete citations: All claims need clickable sources
  5. Bias awareness: Note vendor bias, sponsored content

Available Tools

Research uses these capabilities (implementation varies by environment):

CapabilityPrimary ToolFallback
Web SearchWebSearchcodex --enable web_search_request
Page FetchWebFetchcodex with URL
Link ValidationWebFetch (HEAD)Manual verification

Tool Selection:

  • Use built-in WebSearch/WebFetch when available (faster, no external deps)
  • Fall back to codex skill when built-in tools are unavailable
  • Let user verify simple URLs by clicking (fastest)

Research Depth Levels

Quick Research (3-5 sources)

  • Use when: Simple factual questions, quick comparisons
  • Output: 1-2 paragraphs with key links

Standard Research (8-12 sources)

  • Use when: Technical comparisons, feature analysis
  • Output: Structured report with sections

Deep Research (15+ sources)

  • Use when: Architecture decisions, comprehensive analysis
  • Output: Full report with cross-references, trade-off analysis
  • Additional steps: Multiple search iterations, source triangulation, expert opinion synthesis

Research Workflow

Phase 1: Scoping

1. Clarify Research Goals

Confirm with user:

  • What's the core question?
  • What needs comparison?
  • Which aspects matter? (architecture/performance/use cases/cost)
  • Depth level: Quick / Standard / Deep

2. Define Search Strategy

Plan before searching:

  • Primary keywords + synonyms
  • Year constraints (default: current year - 1 to current)
  • Domain restrictions (official docs, academic, community)
  • Negative keywords (exclude irrelevant results)

Phase 2: Collection

3. Multi-Angle Search

Execute parallel searches across different angles:

AngleQuery PatternExample
Factual"What is X", "X definition""What is OpenSearch"
Comparative"X vs Y", "X alternatives""OpenSearch vs Elasticsearch differences"
Technical"X architecture", "X implementation""OpenSearch architecture internals"
Practical"X tutorial", "X best practices""OpenSearch best practices 2024"
Recent"X 2024 2025", "X latest""OpenSearch new features 2024 2025"

Query Tips:

  • Add year constraints for recent info
  • Include exact product name in query
  • Focus each query on single topic

4. Source Diversification

Ensure coverage across source types:

  • [ ] Official documentation (at least 2 sources)
  • [ ] Official blogs/announcements
  • [ ] Independent technical analysis
  • [ ] Community discussions (GitHub issues, Stack Overflow)
  • [ ] Academic papers (if applicable)

Phase 3: Validation

5. Cross-Reference Verification

For each key claim:

  • Find at least 2 independent sources confirming
  • Note conflicting information
  • Identify primary vs secondary sources

Triangulation Method:

  1. Official source (docs, blog)
  2. Independent analysis
  3. Community validation (issues, discussions)

6. Link Validation

Before finalizing report:

  • Verify all URLs are accessible (use WebFetch or manual check)
  • Replace 404 links with alternatives
  • Ensure reference names match page content

Validation Rules:

  • Let user verify simple URLs by clicking (faster)
  • Use WebFetch for batch verification when needed
  • Search for replacement URLs for broken links

Phase 4: Synthesis

7. Information Quality Assessment

Rate each source:

CriteriaWeightScoring
Authority30%Official docs (5) > Official blog (4) > Tech publication (3) > Community (2) > Anonymous (1)
Recency25%<6mo (5) > 6-12mo (4) > 1-2yr (3) > 2-3yr (2) > >3yr (1)
Specificity25%Detailed with examples (5) > General overview (3) > Vague (1)
Independence20%Unbiased (5) > Slight bias (3) > Vendor content (1)

8. Conflict Resolution

When sources disagree:

  1. Prefer official documentation
  2. Check publication dates (newer often wins for tech)
  3. Note the disagreement in report
  4. Provide both perspectives if unresolved

Conflict Template:

> **Conflicting Information**
> - Source A claims: [X]
> - Source B claims: [Y]
> - Resolution: [Your analysis or "Both perspectives included"]

9. Organize and Analyze

  • Filter valuable information
  • Structure by user's priority
  • Add analysis and insights
  • Unify citation format

Phase 5: Delivery

10. Final Review Checklist

  • [ ] All claims have citations
  • [ ] All links validated
  • [ ] No fabricated data
  • [ ] Balanced perspective (vendor bias noted)
  • [ ] Matches user's depth requirement
  • [ ] Version information included where relevant

Output Format

Citation Format (Clickable Links)

Inline citation:

OpenSearch forked from Elasticsearch 7.10 in 2021 (source: [AWS OpenSearch Blog]).

Link definitions at end:

[AWS OpenSearch Blog]: https://aws.amazon.com/blogs/opensource/...

Report Structure

# [Topic] Research Report

## 1. Overview
What it is, what problem it solves

## 2. Core Features/Architecture
Key technical points with citations

## 3. Comparison (if applicable)
Table comparison, each item with source

## 4. Recommendations
Conclusions based on research

## References
[Link Name 1]: URL1
[Link Name 2]: URL2
...

Source Priority

  1. Official documentation - Most authoritative, prefer when available
  2. Official blogs/announcements - For news, releases, roadmaps
  3. Third-party tech blogs - Only if official docs lack detail; verify quality first
  4. Independent benchmarks - For performance data (note: vendor benchmarks may be biased)

Note: Third-party blogs may have lower quality. Always verify content accuracy before using.

Guidelines

  • Don't fabricate data: No performance numbers without sources
  • Trim sections: Only keep what users care about
  • Valid links: Prefer official docs, reputable tech blogs
  • Declarative titles: Don't use questions as headings
  • Reference name accuracy: Ensure [Reference Name] matches actual page content
  • Version awareness: Note software versions, flag deprecated features

Common Pitfalls

PitfallSolution
Search returns wrong productAlways include exact product name in query
404 links in final reportValidate all links before finalizing
Reference name doesn't match contentVerify page content matches reference name
Using vendor benchmarks as neutralNote the source bias in report
Overly broad search queriesFocus each query on single topic
Missing year constraintsAdd current/recent years for tech info
Single source for key claimsCross-reference with at least 2 sources
Outdated informationCheck publication date, prefer recent sources

Example Research Task

User: Research differences between OpenSearch and Elasticsearch

Steps:

  1. Clarify depth level with user (Quick/Standard/Deep)
  2. Search OpenSearch unique features (include "OpenSearch" in query)
  3. Search architecture differences
  4. Search licensing and governance differences
  5. Search performance comparisons (with sources, note vendor bias)
  6. Cross-reference key claims across sources
  7. Assess source quality (authority, recency, bias)
  8. Organize into report, add links to all citations
  9. Validate all links with WebFetch or user verification
  10. Fix any 404 links with replacements

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

windsurf

27.05%
按下载量换算32

Codex

21.24%
按下载量换算25

github-copilot

17.44%
按下载量换算21

Claude Code

13.72%
按下载量换算16

Antigravity

8.1%
按下载量换算10

Gemini CLI

3.16%
按下载量换算4

安全审计

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

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills