download-arxiv-paper-pdf

Download ArXiv paper PDFs by identifier and save them locally.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/jcdiv47/cool-paper --skill download-arxiv-paper-pdf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: download-arxiv-paper-pdf
Source: https://github.com/jcdiv47/cool-paper/tree/main/.cache/.claude/skills/download-arxiv-paper-pdf
Command: npx skills add https://github.com/jcdiv47/cool-paper --skill download-arxiv-paper-pdf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple, repeatable way to retrieve ArXiv paper PDFs and save them locally, removing the need for manual downloads and ensuring consistent file naming for archival and processing.

Core Features & Use Cases

  • Download a paper PDF directly from the official arXiv site using its arXiv identifier.
  • Store PDFs in a predictable local layout under papers/{sanitizedId}/paper.pdf where sanitizedId replaces slashes with underscores.
  • Use Case: Automate collecting PDFs for a literature review or back up a curated set of research papers.

Quick Start

Download an ArXiv paper PDF by supplying the arXiv ID and save it to papers/{sanitizedId}/paper.pdf.

Frequently Asked Questions about download-arxiv-paper-pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download an arXiv paper PDF for offline research?

To download an arXiv paper PDF, you provide the arXiv identifier and the tool fetches the file from the official arXiv site, following redirects to save a valid offline copy locally.

Can I automate collecting arXiv PDFs for a literature review?

Yes, you can automate collecting arXiv PDFs for a literature review by supplying multiple arXiv identifiers sequentially to build a curated local archive of research papers.

Where are downloaded arXiv PDF files stored on the local filesystem?

Downloaded arXiv PDF files are stored locally in a predictable layout under papers/{sanitizedId}/paper.pdf, where the sanitized identifier replaces slashes with underscores for filesystem safety.

Do I need any external dependencies to save arXiv papers locally?

No external dependencies are required to save arXiv papers locally, as the tool operates independently to fetch PDFs by arXiv identifier and handle the local file storage.

What is the best way to ensure consistent file naming when archiving arXiv papers?

The best way to ensure consistent file naming when archiving arXiv papers is using the automated sanitization process that replaces slashes in arXiv identifiers with underscores for safe filesystem storage.

Why does my arXiv PDF download fail when using a direct link?

An arXiv PDF download may fail if the process does not follow redirects properly, which this tool handles automatically when fetching files using the arXiv identifier from the official site.