Agent Skills
› ymx10086/ResearchClaw
› arxiv
arxiv
GitHub提供arXiv学术论文的搜索、元数据查询及PDF/源码下载功能,支持关键词探索性检索和ID精准定位。
Trigger Scenarios
用户需要查找特定主题的arXiv论文
用户拥有arXiv ID并需获取论文详情
用户希望下载论文的PDF或源代码文件
Install
npx skills add ymx10086/ResearchClaw --skill arxiv -g -y
SKILL.md
Frontmatter
{
"name": "arxiv",
"emoji": "📚",
"triggers": [
"arxiv",
"paper search",
"preprint"
],
"description": "Search arXiv, inspect paper metadata, and download papers by keyword or arXiv ID. Use when the user wants fresh arXiv search results, paper detail lookup, or direct PDF\/source downloads."
}
ArXiv Search and Download
Use this skill when the user asks for arXiv papers, categories, IDs, or paper downloads.
Tools
arxiv_search: search arXiv by keywords and optional filtersarxiv_get_paper: fetch metadata for a specific arXiv paperarxiv_download: download PDF or source files for a paper
Guidance
- Prefer
arxiv_searchwhen the request is exploratory. - Prefer
arxiv_get_paperwhen the user already has an arXiv ID. - Use
arxiv_downloadonly when the user wants the actual file.
Version History
- 1baaa92 Current 2026-07-25 05:31


