askill
arxiv-research

arxiv-researchSafety 90Repository

Download and analyze academic papers from arXiv. Use when users want to download a specific paper by ID (e.g., "download paper arxiv:1234.5678") or read/analyze papers they've already downloaded.

0 stars
1.2k downloads
Updated 12/16/2025

Package Files

Loading files...
SKILL.md

arXiv Research

Download and analyze academic papers from arXiv by paper ID.

Scripts

All scripts in scripts/ directory. Run with uv run --with pymupdf python <script> (pymupdf only needed for read_paper.py).

download_paper.py

python scripts/download_paper.py PAPER_ID [--json]

Downloads PDF to ~/.arxiv-papers/

list_papers.py

python scripts/list_papers.py [--json]

Lists all downloaded papers.

read_paper.py

uv run --with pymupdf python scripts/read_paper.py PAPER_ID [-p MAX_PAGES] [--json]

Extracts text from downloaded PDF. Requires pymupdf.

Workflow

  1. Download paper by ID: python scripts/download_paper.py ID
  2. Read: uv run --with pymupdf python scripts/read_paper.py ID

Storage: ~/.arxiv-papers/ (override with ARXIV_STORAGE_PATH env var)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/18/2026

Solid skill for arXiv paper management with clear download/list/read workflow. Provides executable scripts with proper structure. Slightly limited completeness (no error handling or prerequisites) but high actionability and reusability. Not internal-only as it uses standard arXiv API.

90
75
75
65
80

Metadata

Licenseunknown
Version-
Updated12/16/2025
Publishersyz51

Tags

github-actions