Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

deep-research深入研究

Agent Skill

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

总安装

297

周安装

12

GitHub Stars

22

下载量

93
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/proyecto26/sherlock-ai-plugin --skill deep-research

简介

用于查找、检索和筛选相关信息,支持关键词快速定位候选结果。

  • 适用于需要根据任务场景或来源线索在 Codex、Claude 等平台中获取信息时。
  • 可通过 GitHub 仓库路径和 README 进一步核验具体用法和功能范围。
  • 安装方式:通过 npx 从 proyecto26/sherlock-ai-plugin 仓库添加技能。
  • 注意:使用前请确认权限范围、维护状态及是否触发联网或命令执行操作。

SKILL.md

Deep Research

Create high-fidelity research reports with strict format control, evidence mapping, and multi-pass synthesis.

Quick Start

  1. Clarify the report spec and format contract
  2. Build a research plan and query set
  3. Collect evidence with the deepresearch tool (multi-pass if needed)
  4. Triage sources and build an evidence table
  5. Draft the full report in multiple complete passes (parallel subagents)
  6. UNION merge, enforce format compliance, verify citations
  7. Present draft for human review and iterate

Core Workflow

Copy this checklist and track progress:

Deep Research Progress:
- [ ] Step 1: Intake and format contract
- [ ] Step 2: Research plan and query set
- [ ] Step 3: Evidence collection (deepresearch tool)
- [ ] Step 4: Source triage and evidence table
- [ ] Step 5: Outline and section map
- [ ] Step 6: Multi-pass full drafting (parallel subagents)
- [ ] Step 7: UNION merge and format compliance
- [ ] Step 8: Evidence and citation verification
- [ ] Step 9: Present draft for human review and iterate

Step 1: Intake and Format Contract

Establish the report requirements before any research:

  • Confirm audience, purpose, scope, time range, and geography
  • Lock output format: Markdown, DOCX, slides, or user-provided template
  • Capture required sections and exact formatting rules
  • Confirm citation style (footnotes, inline, numbered, APA, etc.)
  • Confirm length targets per section
  • Ask for any existing style guide or sample report

Create a concise report spec file:

Report Spec:
- Audience:
- Purpose:
- Scope:
- Time Range:
- Geography:
- Required Sections:
- Section Formatting Rules:
- Citation Style:
- Output Format:
- Length Targets:
- Tone:
- Must-Include Sources:
- Must-Exclude Topics:

If a user provides a template or an example report, treat it as a hard constraint and mirror the structure.

Step 2: Research Plan and Query Set

Define the research strategy before calling tools:

  • Break the main question into 3-7 subquestions
  • Define key entities, keywords, and synonyms
  • Identify primary sources vs secondary sources
  • Define disqualifiers (outdated, low quality, opinion-only)
  • Assemble a query set per section

Use references/research_plan_checklist.md for guidance.

Step 3: Evidence Collection (Deepresearch Tool)

Use the deepresearch tool to collect evidence and citations.

  • Run multiple complete passes if coverage is uncertain
  • Vary query phrasing to reduce blind spots
  • Preserve raw tool output in files for traceability

File structure (recommended):

<output_dir>/research/<topic-name>/
  deepresearch_pass1.md
  deepresearch_pass2.md
  deepresearch_pass3.md

If deepresearch is unavailable, rely on user-provided sources only and state limitations explicitly.

Step 4: Source Triage and Evidence Table

Normalize and score sources before drafting:

Evidence table minimum columns:

  • Source ID
  • Title
  • Publisher
  • Date
  • URL or reference
  • Quality tier (A/B/C)
  • Notes

Step 5: Outline and Section Map

Create an outline that enforces the format contract:

Step 6: Multi-Pass Full Drafting (Parallel Subagents)

Avoid single-pass drafting; generate multiple complete reports, then merge.

Preferred Strategy: Parallel Subagents (Complete Draft Each)

Use the Task tool to spawn parallel subagents with isolated context. Each subagent must:

  • Load the report spec, outline, and evidence table
  • Draft the FULL report (all sections)
  • Enforce formatting rules and citation style

Implementation pattern:

Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version1.md
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version2.md
Task(subagent_type="general-purpose", prompt="Draft complete report ...", run_in_background=false) -> version3.md

Write drafts to files, not conversation context:

<output_dir>/intermediate/<topic-name>/version1.md
<output_dir>/intermediate/<topic-name>/version2.md
<output_dir>/intermediate/<topic-name>/version3.md

Step 7: UNION Merge and Format Compliance

Merge using UNION, never remove content without evidence-based justification:

  • Keep all unique findings from all versions
  • Consolidate duplicates while preserving the most detailed phrasing
  • Ensure every claim in the merged draft has a cited source
  • Enforce the exact section order, headings, and formatting
  • Re-run formatting rules from references/formatting_rules.md

Step 8: Evidence and Citation Verification

Verify traceability:

  • Every numeric claim has at least one source
  • Every recommendation references supporting evidence
  • No orphan claims without citations
  • Dates and time ranges are consistent
  • Conflicts are explicitly called out with both sources

Use references/completeness_review_checklist.md.

Step 9: Present Draft for Human Review and Iterate

Present the draft as a reviewable version:

  • Emphasize that format compliance and factual accuracy need human review
  • Accept edits to format, structure, and scope
  • If the user provides another AI output, cross-compare and UNION merge

Output Requirements

  • Match the requested language and tone
  • Preserve technical terms in English
  • Respect the report spec and formatting rules
  • Include a references section or bibliography

Reference Files

FileWhen to Load
research_report_template.mdBuild outline and draft structure
formatting_rules.mdEnforce section formatting and citation rules
source_quality_rubric.mdScore and triage sources
research_plan_checklist.mdBuild research plan and query set
completeness_review_checklist.mdReview for coverage, citations, and compliance

Anti-Patterns

  • Single-pass drafting without parallel complete passes
  • Splitting passes by section instead of full report drafts
  • Ignoring the format contract or user template
  • Claims without citations or evidence table mapping
  • Mixing conflicting dates without calling out discrepancies
  • Copying external AI output without verification
  • Deleting intermediate drafts or raw research outputs

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.7%
按下载量换算32

Claude

32.95%
按下载量换算31

Cursor

17.93%
按下载量换算17

Gemini CLI

8.66%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/proyecto26/sherlock-ai-plugin --skill deep-research 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills