Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/ZimoLiao/scholaraio/tree/main/.claude/skills/citations
SKILL.md
引用量查询
查看高引论文排行,或补查论文引用量数据。
执行逻辑
查看高引论文排行
scholaraio top-cited [--top N] [--year RANGE] [--journal NAME] [--type TYPE]
补查引用量
# 补查所有缺失引用量的论文
scholaraio refetch --all
# 强制重查所有
scholaraio refetch --all --force
# 加速并发(默认 5)
scholaraio refetch --all -j 10
# 补查单篇
scholaraio refetch "<paper-id>"
示例
用户说:"哪些论文引用最多"
→ 执行 top-cited --top 20
用户说:"看看流体力学期刊的高引论文"
→ 执行 top-cited --journal "Fluid Mech"
用户说:"帮我补查引用量"
→ 执行 refetch --all
用户说:"2020 年以后的综述文章排行"
→ 执行 top-cited --year 2020- --type review
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
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.
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.
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.
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.
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.
index
Rebuild FTS5 full-text search index or FAISS semantic vector index. Use when the user wants to update or rebuild search indexes after metadata changes.
Didn't find tool you were looking for?