get-arxiv-paper-tex-source

Download and extract ArXiv TeX sources into organized local folders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches TeX source files for ArXiv papers by automating download and local organization, eliminating manual fetch steps.

Core Features & Use Cases

  • ArXiv TeX source retrieval: Downloads and extracts the TeX source for a given ArXiv id.
  • Local organization: Stores sources under papers/{sanitizedId}/source/ with slashes replaced by underscores.
  • Idempotent operations: Checks for existing sources and avoids re-downloading when present.

Quick Start

Provide an arXiv id (YYMM.NNNNN) and we will download and extract its TeX source into papers/{sanitizedId}/source/.

Frequently Asked Questions about get-arxiv-paper-tex-source

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

FAQPage Schema
How do I download and extract arXiv paper TeX source files?

To download arXiv TeX sources, provide an arXiv ID in YYMM.NNNNN format. The tool fetches the archive from arxiv.org/src/{arxivId}, extracts the TeX files, and stores them locally under papers/{sanitizedId}/source/.

What is the correct format for an arXiv ID to fetch TeX sources?

The correct format for an arXiv ID to fetch TeX sources is YYMM.NNNNN. The system parses this specific identifier structure to locate and retrieve the correct paper archive from the arXiv repository.

Where are the downloaded arXiv TeX source files stored locally?

Downloaded arXiv TeX sources are stored locally under papers/{sanitizedId}/source/. The sanitized ID replaces slashes with underscores to ensure a valid and clean directory naming structure for your research files.

Does the tool re-download arXiv sources if they already exist locally?

No, the tool checks existing folders before downloading. If the arXiv TeX source files are already present in the target directory, it skips the download process to ensure idempotent operations and save bandwidth.

Why automate fetching arXiv TeX sources instead of manual download?

Automating arXiv TeX source retrieval eliminates manual fetch steps and handles local organization automatically. It streamlines research workflows by directly extracting archives into structured folders based on sanitized arXiv IDs.