Agent Skills
› ymx10086/ResearchClaw
› citation-network
citation-network
GitHub基于已知论文ID探索引用网络,查找相关、被引及引用论文。适用于用户需要围绕种子论文进行后续阅读推荐时,通过工具扩展关系图并总结关联。
触发场景
查询与特定论文相关的参考文献
寻找某篇论文的引用来源
根据DOI或arXiv ID获取学术关联
安装
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.
版本历史
- 1baaa92 当前 2026-07-25 05:31


