Agent Skills
› ymx10086/ResearchClaw
› citation-network
citation-network
GitHub用于探索已知论文(DOI、Semantic Scholar ID或arXiv ID)的引用网络,查找相关文献、被引论文及引用该论文的后续研究。适用于用户希望基于种子论文进行延伸阅读的场景。
Trigger Scenarios
用户询问与特定已知论文相关的后续阅读材料
用户要求查找某篇论文的引用关系或相关研究工作
Install
npx skills add ymx10086/ResearchClaw --skill citation-network -g -y
SKILL.md
Frontmatter
{
"name": "citation-network",
"emoji": "🕸️",
"triggers": [
"citation network",
"related papers",
"citing papers",
"references"
],
"description": "Explore citation relationships around a known paper to find related work, cited papers, and citing papers. Use when the user asks for follow-up reading around a seed paper."
}
Citation Network Exploration
Use this skill when the user wants papers related to a known DOI, Semantic Scholar paper ID, or arXiv ID.
Tools
find_related_papers: expand from a seed paper into citing and referenced papers
Guidance
- Ask for a paper identifier if the seed paper is ambiguous.
- Keep
depthsmall unless the user explicitly wants a broad graph. - Summarize the relationship between the source paper and the returned papers instead of dumping raw IDs.
Version History
- 1baaa92 Current 2026-07-25 05:31


