arXiv Lookup
Live arXiv API calls for paper IDs and journal DOIs -- no guessed metadata.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 15300ab
Ran both bundled scripts live against the real arXiv API: search_id.py correctly ranked arXiv:1706.03762 ('Attention Is All You Need') first of 3 results, and get_doi.py correctly reported no journal DOI exists (exit 1) instead of guessing one -- a verifiable, non-hallucinated answer that a memory-only baseline can't guarantee.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What arXiv Lookup does
Runs two small Python scripts against the live arXiv API: one searches by title/author/keyword to return arXiv IDs, the other fetches a paper's journal-assigned DOI (distinct from the mechanical arXiv-assigned DOI) from an arXiv ID. Triggers when a task needs an arXiv ID or journal DOI, typically feeding into OpenAlex lookups or the companion arxiv-doc-builder skill; requires the `arxiv` PyPI package.
How to install arXiv Lookup
git clone https://github.com/ultimatile/arxiv-skills
cd arxiv-skills
mkdir -p ~/.claude/skills
cp -r skills/arxiv-lookup ~/.claude/skills/arxiv-lookup
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger arXiv Lookup
-
/arxiv-lookupLive arXiv API calls for paper IDs and journal DOIs -- no guessed metadata.
It also activates on plain-language prompts like these:
-
Find the arXiv ID for the paper 'Attention Is All You Need' -
Look up the journal DOI for this paper's arXiv ID -
Search arXiv live for papers matching this author and keyword
Frequently asked questions
- Is the arXiv Lookup skill free?
- Yes. The skill itself is free from ultimatile/arxiv-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does arXiv Lookup work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran both bundled scripts live against the real arXiv API: search_id.py correctly ranked arXiv:1706.03762 ('Attention Is All You Need') first of 3 results, and get_doi.py correctly reported no journal DOI exists (exit 1) instead of guessing one -- a verifiable, non-hallucinated answer that a memory-only baseline can't guarantee.
- What is the arXiv Lookup SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install arXiv Lookup?
- 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 Lookup 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.