跳到主要内容
知仓学习社ZHICANG

go-in-depth

Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report.

不碰外部(只输出文字)无严重或高危命中sickn33/agentic-awesome-skills

它会碰到什么

扫了多少2 个文本文件,19 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Go In Depth

Overview

Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report. Run the "go-in-depth" workflow.

When to Use

When the user wants a deep, multi-source, fact-checked research report on any topic. BEFORE invoking, check if the question is specific enough to research directly — if underspecified (e.g., "what car to buy" without budget/use-case/region), ask 2-3 clarifying questions to narrow scope. Then pass the refined question as args, weaving the answers in.

How It Works

Phases:

  • Scope: Decompose question (from args) into 5 search angles
  • Search: 5 parallel WebSearch agents, one per angle
  • Fetch: URL-dedup, fetch top 15 sources, extract falsifiable claims
  • Verify: 3-vote adversarial verification per claim (need 2/3 refutes to kill)
  • Synthesize: Merge semantic dupes, rank by confidence, cite sources

Examples

Example 1: Run go-in-depth workflow

Workflow({ name: "go-in-depth" })

Example 2: Research with refined question

Workflow({ name: "go-in-depth", args: { query: "best hybrid cars under $30k in the US for families" } })

Example 3: Deep dive into a technical concept

Workflow({ name: "go-in-depth", args: { query: "how does the transformer architecture handle positional encoding?" } })

Example 4: Fact-checking a medical claim

Workflow({ name: "go-in-depth", args: { query: "efficacy of intermittent fasting for long-term weight loss in adults" } })

Workflow Script

[scripts/workflow-script.js](scripts/workflow-script.js)

Limitations

  • Slow execution: Multi-agent searches, fetching, and 3-vote verification take significant time. Not for quick facts.
  • Context intensive: Analyzing 15 full sources uses large context limits.
  • Synthesis risks: May struggle if source material is weak or equally conflicting.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 go-in-depth 的技能。它们内容并不相同,别混用: