Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

deep-research深入研究

Agent Skill

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

总安装

216

周安装

9

GitHub Stars

67

下载量

72
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill deep-research

简介

deep-research 用于查找、检索和筛选相关信息,适合深入探索主题。

  • 适用于需要根据关键词或任务场景从来源中获取信息的场景。
  • 通过 npx skills add 命令安装指定 GitHub 仓库中的技能模块。
  • 安装前需确认权限范围、维护状态,以及是否触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Deep Research

This skill enables an AI agent to perform rigorous, multi-step research on complex topics. Rather than returning a single search result, the agent decomposes the research question into sub-queries, gathers information from diverse source types (academic papers, industry reports, official documentation, news articles, and expert commentary), cross-references findings for consistency, and synthesizes everything into a structured, citation-backed report. The result is a thorough analysis that surfaces nuance, identifies conflicting viewpoints, and highlights knowledge gaps.

Workflow

  1. Decompose the Research Query: Break the user's high-level question into 3-6 targeted sub-queries that cover distinct facets of the topic. Each sub-query should address a specific angle such as historical context, current state, key players, technical details, or future outlook. This ensures broad coverage rather than shallow retrieval from a single search.
  2. Identify and Gather Sources: For each sub-query, search across multiple source categories: academic databases, official documentation, reputable news outlets, industry analyst reports, and community forums. Aim for at least 2-3 sources per sub-query. Record the URL, publication date, author, and a relevance score for each source to enable later prioritization.
  3. Extract and Organize Key Findings: Read each source and extract the core claims, data points, statistics, and expert opinions. Organize findings into a structured outline grouped by theme or sub-query. Tag each finding with its source for traceability.
  4. Cross-Reference and Validate: Compare findings across sources to identify consensus, contradictions, and gaps. Flag any claims that appear in only one source or that conflict with the majority of evidence. Note the recency and authority of each source when resolving disagreements.
  5. Synthesize the Report: Combine validated findings into a coherent narrative. Structure the report with an executive summary, detailed sections for each theme, a discussion of limitations and open questions, and a full reference list. Use clear headings and bullet points for readability.
  6. Review and Refine: Re-read the report for logical flow, unsupported claims, and missing context. Verify that all citations are accurate and that the executive summary faithfully reflects the detailed findings. Offer the user suggestions for further research if gaps remain.

Usage

Provide the agent with a research topic and, optionally, specific sub-questions, desired depth level, or preferred source types. The agent will follow the full workflow and return a structured report.

Research the current state of WebAssembly adoption in 2025.

Focus areas:
- Browser and server-side runtime support
- Major companies and projects using WebAssembly in production
- Performance benchmarks compared to native code
- Toolchain maturity (languages, compilers, debugging)
- Key limitations and open challenges

Examples

Example 1: State of WebAssembly in 2025

User Request:

Conduct deep research on the state of WebAssembly in 2025 — adoption, toolchains, performance, and outlook.

Query Decomposition:

Sub-QueryAngle
"WebAssembly browser support 2025 Chrome Firefox Safari"Runtime support
"WebAssembly server-side WASI Wasmtime Wasmer production"Server-side adoption
"WebAssembly performance benchmarks vs native 2024 2025"Performance data
"Rust Go C++ compile to WebAssembly toolchain maturity"Toolchain ecosystem
"WebAssembly limitations garbage collection threads 2025"Open challenges

Sources Gathered (excerpt):

  • W3C WebAssembly Working Group Status Report (w3.org, Jan 2025)
  • "Wasm in Production at Figma" — Figma Engineering Blog (2024)
  • Bytecode Alliance WASI 0.2 Announcement (bytecodealliance.org, 2024)
  • "WebAssembly vs JavaScript: 2025 Benchmarks" — InfoQ (2025)
  • MDN Web Docs — WebAssembly GC Proposal Status (developer.mozilla.org)

Synthesized Report (excerpt):

Executive Summary: WebAssembly has matured from a browser-only technology to a portable compilation target for server-side, edge, and embedded workloads. All major browsers ship full Wasm 2.0 support including the GC and Threads proposals. WASI 0.2 has stabilized the component model, enabling language-agnostic plug-in architectures adopted by Fastly, Fermyon, and Cloudflare Workers. Performance benchmarks show Wasm executing at 85-95% of native speed for compute-heavy tasks, though startup latency and GC integration remain areas of active work. The toolchain ecosystem is strongest for Rust and C/C++, with Go and Python support improving rapidly. Key open challenges include the lack of a standardized debugging protocol and limited direct DOM access for UI-heavy browser applications.

Example 2: Competitive Analysis for a Product Launch

User Request:

Research the competitive landscape for AI-powered code review tools ahead of our product launch.

Query Decomposition:

Sub-QueryAngle
"AI code review tools market 2025 overview"Market landscape
"GitHub Copilot code review features pricing"Competitor deep-dive
"CodeRabbit AI automated code review capabilities"Competitor deep-dive
"developer survey AI code review adoption satisfaction"User sentiment
"AI code review tool limitations false positives"Weaknesses and gaps

Synthesized Report (excerpt):

Market Overview: The AI code review market has consolidated around three tiers: integrated platform tools (GitHub Copilot, GitLab Duo), standalone AI review services (CodeRabbit, Codacy AI), and open-source linters with LLM augmentation (MegaLinter + GPT wrappers). Developer adoption surveys indicate 42% of teams in companies with 50+ engineers use some form of AI-assisted review. Competitive Gap Identified: No current tool provides repository-wide architectural consistency checks — they operate at the PR diff level. A product that combines diff-level suggestions with codebase-wide pattern enforcement could capture the underserved "platform engineering" segment.

Best Practices

  • Diversify source types. Never rely on a single category of source. Mix primary sources (official docs, data sets) with secondary analysis (blog posts, analyst reports) to get a balanced view.
  • Record provenance for every claim. Attach the source URL, author, and date to each extracted finding so the final report can be audited and citations verified.
  • Prefer recent sources but include seminal works. Prioritize sources published within the last 1-2 years, but include foundational papers or documents that define the field.
  • Quantify when possible. Replace vague claims like "widely adopted" with specific numbers like "used by 38% of surveyed teams" to make the report more actionable.
  • Surface disagreements explicitly. When sources conflict, present both sides with their evidence rather than silently choosing one. This builds trust and lets the reader decide.
  • Set a scope boundary early. Clearly define what is in-scope and out-of-scope for the research to avoid unbounded rabbit holes and keep the report focused.

Edge Cases

  • Rapidly evolving topics: If the research subject changes weekly (e.g., active policy debates, breaking security vulnerabilities), note the knowledge cutoff date prominently and recommend the user verify findings before acting on them.
  • Limited or paywalled sources: When key sources are behind paywalls or restricted access, note the gap, cite the abstract or summary where available, and suggest the user obtain full access for verification.
  • Contradictory high-authority sources: If two equally credible sources directly contradict each other, present both claims side by side, describe the methodology of each, and label the finding as "disputed" rather than forcing a verdict.
  • Emerging topics with sparse literature: For very new technologies or concepts, acknowledge the limited evidence base, lean on primary sources (release notes, RFCs, official announcements), and clearly separate established facts from speculation.
  • Multilingual or region-specific research: When the topic spans geographies, note which regions the sources cover and flag if findings may not generalize globally.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.41%
按下载量换算25

Claude

30.52%
按下载量换算22

Cursor

17.08%
按下载量换算12

Gemini CLI

8.01%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills