一键导入
trace-citations
Trace the citation neighborhood around one focal paper into foundations, descendants, bridges, weak edges, and optional second-hop links
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Trace the citation neighborhood around one focal paper into foundations, descendants, bridges, weak edges, and optional second-hop links
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expand one to three seed papers into nearby, bridge, foundational, methodological, recent, and survey follow-ups
Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows
Expand one to three seed papers into nearby, bridge, foundational, methodological, recent, and survey follow-ups
Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows
Trace the citation neighborhood around one focal paper into foundations, descendants, bridges, weak edges, and optional second-hop links
| name | trace-citations |
| description | Trace the citation neighborhood around one focal paper into foundations, descendants, bridges, weak edges, and optional second-hop links |
| context | fork |
| agent | Explore |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Bash, Read |
| argument-hint | <focal-query> [--depth 1|2] [--max-references <n>] [--max-citations <n>] [--second-hop-limit <n>] |
Map the citation graph around one focal paper into useful buckets. Use this when the human wants lineage, influence, and strong versus weak citation edges around a paper.
--depth 1|2 controls whether to expand a second hop from the strongest first-hop edges.--max-references <n> and --max-citations <n> cap the first-hop fetch sizes.--second-hop-limit <n> caps how many first-hop anchors get expanded at depth two.python scripts/run.py ....result.foundations for strong references behind the focal paper.result.direct_descendants for strong citing descendants.result.bridge_nodes for medium-confidence connectors with rich context or intent signal.result.weak_edges for low-signal edges that are probably less useful.depth=2, read result.second_hop only after the first-hop picture looks sensible.output_contract.md.CitationTraceResult.to_dict().result.reference_count_examined and result.citation_count_examined show the first-hop search breadth.