Agent skill
rename
Rename paper directories to standardized Author-Year-Title format based on JSON metadata. Use when the user wants to normalize filenames after metadata corrections.
Install this agent skill to your Project
npx add-skill https://github.com/ZimoLiao/scholaraio/tree/main/.claude/skills/rename
SKILL.md
重命名论文文件
根据 JSON 元数据规范化论文文件名(Author-Year-Title 格式)。
执行逻辑
-
判断用户意图:
- 重命名单篇:指定 paper_id
- 重命名全部:使用 --all
- 先预览再执行:使用 --dry-run
-
执行命令:
预览全部重命名:
scholaraio rename --all --dry-run
执行全部重命名:
scholaraio rename --all
重命名单篇论文:
scholaraio rename <paper-id>
- 重命名后建议重建索引:
scholaraio pipeline reindex
示例
用户说:"帮我把论文文件名整理一下"
→ 先执行 rename --all --dry-run 预览,确认后执行 rename --all
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.
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.
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.
Didn't find tool you were looking for?