Paper Fetch

Downloads a paper's PDF from a DOI, arXiv ID, title, or citation.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 146★ repo), full install/trigger/output test scheduled.

What Paper Fetch does

Use whenever the user wants to obtain, download, or fetch a paper's PDF — given a DOI, an arXiv id, a paper title, a citation, or a list of DOIs. Trigger on phrases like "download this paper", "find the PDF for [DOI]", "grab me the [Nature/bioRxiv/arXiv] paper on X", "get the open-access version", "I need this article", or any bulk/batch paper download request, even when the user doesn't…

How to install Paper Fetch

git clone https://github.com/Agents365-ai/paper-fetch
cp -r paper-fetch/skills/paper-fetch ~/.claude/skills/paper-fetch

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Paper Fetch

  • /paper-fetch Downloads a paper's PDF from a DOI, arXiv ID, title, or citation.

It also activates on plain-language prompts like these:

  • Download the PDF for this DOI: 10.1038/s41586-020
  • Find the open-access version of this Nature paper
  • Grab the arXiv paper on transformer attention mechanisms

Frequently asked questions

Is the Paper Fetch skill free?
Yes. The skill itself is free from Agents365-ai/paper-fetch. SkillProof publishes the install command and an independent test verdict at no cost.
Does Paper Fetch work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install Paper Fetch?
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 Paper Fetch 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.