arxiv-downloader

Download and extract LaTeX sources from arXiv papers using curl or wget.

7|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/tangshunpu/paper_granny --skill arxiv-downloader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-downloader
Source: https://github.com/tangshunpu/paper_granny/tree/main/skill/arxiv_downloader
Command: npx skills add https://github.com/tangshunpu/paper_granny --skill arxiv-downloader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies how researchers obtain LaTeX source code for arXiv papers by automating the download and extraction process.

Core Features & Use Cases

  • Automated source retrieval: fetches arXiv LaTeX sources given a paper URL or ID.
  • Seamless workspace setup: creates structured directories for sources and keeps files organized.
  • Use Case: when preparing a literature review, run this skill to collect and inspect the LaTeX sources for a batch of papers.

Quick Start

Download the LaTeX source for a given arXiv paper by providing its URL or ID.

Frequently Asked Questions about arxiv-downloader

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

FAQPage Schema
How do I download LaTeX source files from an arXiv paper?

Downloading LaTeX source from arXiv involves fetching and extracting source archives. This skill accepts arXiv IDs or URLs to automate retrieval using curl or wget, then extracts files with tar or gunzip.

Can I batch download arXiv LaTeX sources for a literature review?

Yes, you can batch download arXiv LaTeX sources for a literature review. The skill processes multiple arXiv IDs or URLs and organizes the extracted files into structured directories for offline analysis.

What formats are extracted when downloading arXiv paper sources?

When downloading arXiv paper sources, the extracted formats include LaTeX files and associated assets. The tool retrieves compressed archives and uses tar or gunzip to validate and unpack the contents.

Do I need curl or wget installed to fetch arXiv source archives?

You need curl or wget installed to fetch arXiv source archives. The skill relies on these command-line utilities to download the files and uses tar or gunzip to extract them for offline editing.

How to organize downloaded arXiv LaTeX files for offline editing?

Organizing downloaded arXiv LaTeX files for offline editing is handled automatically by creating structured directories. This workspace setup keeps extracted source files organized and accessible for analysis.

Why does my arXiv source download fail or extract incomplete files?

An arXiv source download might fail if the paper lacks source files or network issues occur during retrieval. The skill validates the presence of source files after extraction to ensure completeness.