Agent skill

graph

Query citation graphs — view a paper's references, find which papers cite it, and analyze shared references between multiple papers. Use when the user asks about citation relationships, reference overlap, or bibliographic connections.

Stars 332
Forks 44

Install this agent skill to your Project

npx add-skill https://github.com/ZimoLiao/scholaraio/tree/main/.claude/skills/graph

SKILL.md

引用图谱查询

查看论文的参考文献、谁引用了此论文、以及多篇论文的共同参考文献。

执行逻辑

查看论文的参考文献

bash
scholaraio refs "<paper-id>" [--ws NAME]

查看谁引用了此论文

bash
scholaraio citing "<paper-id>" [--ws NAME]

共同参考文献分析

bash
scholaraio shared-refs "<id1>" "<id2>" [--min N] [--ws NAME]

参数说明:

  • --min N — 最少被 N 篇论文共同引用才纳入结果(默认 2)
  • --ws NAME — 限定工作区范围

前提条件

参考文献数据来自 Semantic Scholar,需先通过以下方式获取:

  • 入库时自动拉取
  • 已有论文运行 refetch --all --force 补拉
  • 之后运行 index --rebuild 重建索引以更新 citations 表

空结果排查:如果 refs/citing 返回空结果,说明该论文的引用数据尚未获取。先运行 refetch "<paper-id>" 补拉,再 index --rebuild 更新 citations 表。

示例

用户说:"这篇论文引了哪些文献" → 执行 refs "<paper-id>"

用户说:"哪些论文引用了这篇" → 执行 citing "<paper-id>"

用户说:"这两篇论文有什么共同引用" → 执行 shared-refs "<id1>" "<id2>"

Expand your agent's capabilities with these related and highly-rated skills.

ZimoLiao/scholaraio

lammps

Use when working on classical materials simulations with LAMMPS, especially interatomic-potential selection, shock or deformation setups, thermodynamic runs, and structure analysis for solids or nanomaterials.

332 44
Explore
ZimoLiao/scholaraio

citations

View top-cited papers ranking and refetch citation counts from APIs. Use when the user asks about highly cited papers, citation rankings, or wants to update citation data.

332 44
Explore
ZimoLiao/scholaraio

paper-writing

Assist with writing sections of a research paper (Introduction, Related Work, Method, Results, Discussion, Conclusion). Leverages workspace papers for citations and evidence. Use when the user wants help drafting or revising specific paper sections.

332 44
Explore
ZimoLiao/scholaraio

arxiv

Use when the user wants to browse arXiv preprints, search arXiv directly, fetch a PDF by arXiv ID or URL, or send a preprint straight into the ingest pipeline.

332 44
Explore
ZimoLiao/scholaraio

bioinformatics

Use when working on bioinformatics toolchains such as alignment, variant calling, phylogenetics, or protein-structure analysis, especially when the agent must route across BLAST, minimap2, samtools, bcftools, MAFFT, IQ-TREE, or ESMFold.

332 44
Explore
ZimoLiao/scholaraio

review-response

Draft point-by-point responses to peer review comments. Locates supporting evidence from workspace papers and the original manuscript. Use when the user receives reviewer feedback and needs to write a rebuttal or revision response letter.

332 44
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results