Agent Skills
› Prismer-AI/Prismer
› arxiv-reader
arxiv-reader
GitHub用于读取和分析arXiv学术论文的工具。支持获取摘要、列出章节结构及提取LaTeX源码,便于LLM进行深度内容分析与研究。
Trigger Scenarios
用户提及arXiv或学术预印本
提供论文ID(如2301.xxxxx)
需要阅读或分析学术论文
Install
npx skills add Prismer-AI/Prismer --skill arxiv-reader -g -y
SKILL.md
Frontmatter
{
"name": "arxiv-reader",
"_source": "Canonical source at \/skills\/arxiv-reader\/SKILL.md",
"description": "Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts. Use when the user mentions arXiv, research papers, preprints, paper IDs like 2301.xxxxx, or wants to read academic publications."
}
arxiv-reader
Read and analyze arXiv papers directly from the workspace. Converts LaTeX source into clean text suitable for LLM analysis.
Process
- Quick look — Use
arxiv_abstractto get a paper's abstract before committing to a full read - Survey structure — Use
arxiv_sectionsto understand the paper's outline - Deep read — Use
arxiv_fetchto get the full flattened LaTeX for analysis
Tools
arxiv_fetch— Fetch full flattened LaTeX source. Params:arxiv_id(required),remove_comments,remove_appendix,figure_pathsarxiv_sections— List all sections and subsections. Params:arxiv_id(required)arxiv_abstract— Extract just the abstract. Params:arxiv_id(required)
Example:
{ "arxiv_id": "2301.00001", "remove_appendix": true }
See canonical skill for full tool documentation and parameter details.
Version History
- 2dbe71f Current 2026-08-20 10:21


