arXiv
Searches, downloads, and summarizes academic papers from arXiv.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 12, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · f3d0a34
Verbatim single-skill install (cp -r skills/arxiv only) leaves SKILL.md's relative links to shared-references/*.md dangling, but the skill self-heals: its Step 2 bash resolution chain falls back to an inline urllib+ElementTree call against export.arxiv.org's Atom API, verified live against arXiv 1706.03762. A/B on that same paper produced near-identical, fully accurate summaries (correct title, all 8 authors, 2017-06-12 date, cs.CL/cs.LG categories, verbatim abstract) with the base arm slightly richer on contribution detail; because the task itself prescribed the output structure, the skill added no structural lift over a no-skill agent here. Description also overlaps sibling skills (alphaxiv on bare IDs, research-lit on generic 'find papers'), blurring the trigger boundary.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 3/5
- Output vs. baseline 5/10
- Docs & honesty 3/5
What arXiv does
Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf", or wants to find and save papers from arXiv to the local paper library.
How to install arXiv
git clone https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep
cd Auto-claude-code-research-in-sleep
mkdir -p ~/.claude/skills
cp -r skills/arxiv ~/.claude/skills/arxiv
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger arXiv
-
/arxivSearches, downloads, and summarizes academic papers from arXiv.
It also activates on plain-language prompts like these:
-
Search arxiv for recent papers on diffusion models -
Download this arxiv paper and save it locally -
Fetch and summarize the latest paper on this topic
Frequently asked questions
- Is the arXiv skill free?
- Yes. The skill itself is free from wanshuiyin/Auto-claude-code-research-in-sleep. SkillProof publishes the install command and an independent test verdict at no cost.
- Does arXiv work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 12, 2026. Verdict: Works with setup. Verbatim single-skill install (cp -r skills/arxiv only) leaves SKILL.md's relative links to shared-references/*.md dangling, but the skill self-heals: its Step 2 bash resolution chain falls back to an inline urllib+ElementTree call against export.arxiv.org's Atom API, verified live against arXiv 1706.03762. A/B on that same paper produced near-identical, fully accurate summaries (correct title, all 8 authors, 2017-06-12 date, cs.CL/cs.LG categories, verbatim abstract) with the base arm slightly richer on contribution detail; because the task itself prescribed the output structure, the skill added no structural lift over a no-skill agent here. Description also overlaps sibling skills (alphaxiv on bare IDs, research-lit on generic 'find papers'), blurring the trigger boundary.
- What is the arXiv SkillProof Score?
- 6.0/10 — installs cleanly 4/5, triggers reliably 3/5, output vs. baseline 5/10, docs & honesty 3/5.
- How do I install arXiv?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use arXiv with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.