Agent Skills
› ymx10086/ResearchClaw
› citation-network
citation-network
GitHub用于探索已知论文的引用网络,查找相关、被引及引用论文。适用于用户基于种子论文寻找后续阅读材料或扩展研究范围的场景。
Trigger Scenarios
用户询问与某篇已知论文相关的后续阅读材料
用户希望基于特定DOI、Semantic Scholar ID或arXiv ID探索引用关系
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


