arxiv-reader

Fetch arXiv papers by resolving IDs from URLs or bare IDs.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/chrisliu298/dotfiles --skill arxiv-reader-chrisliu298
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-reader
Source: https://github.com/chrisliu298/dotfiles/tree/main/agents/extensions/skills/arxiv-reader
Command: npx skills add https://github.com/chrisliu298/dotfiles --skill arxiv-reader-chrisliu298

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables researchers to access arXiv papers by fetching original TeX sources or clean markdown content, ensuring high-fidelity math, tables, and figures for discussion.

Core Features & Use Cases

  • TeX source loading: retrieve the paper's original LaTeX for precise math.
  • Markdown-ready content: leverage HuggingFace markdown when available for clean reading.
  • Multi-format input: works with arXiv abs/pdf/html URLs or bare IDs.
  • Context-aware reading: surface core sections (abstract, introduction, methods, results) and explain equations in context.

Quick Start

Provide an arXiv URL or ID and I will load the paper content for you.

Frequently Asked Questions about arxiv-reader

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

FAQPage Schema
How do I read arXiv papers with full LaTeX math fidelity?

You can retrieve arXiv paper content using multi-format inputs including abstract, PDF, HTML URLs, or bare arXiv IDs. The Skill automatically resolves these inputs to fetch the paper.

What is the best way to get clean markdown from arXiv papers?

Yes, it supports context-aware reading by surfacing core sections like abstract, introduction, methods, and results, and explaining mathematical equations within their original context.

How does fetching TeX source from arXiv work for research papers?

Fetching TeX source works by retrieving the paper's original LaTeX directly from arXiv. This method is preferred to guarantee high-fidelity math, tables, and figures for accurate research analysis.

Does the arXiv reader work with bare paper IDs or only URLs?

The reader works with both bare arXiv IDs and full URLs. It resolves IDs from abstract, PDF, or HTML links and validates content using a multi-method strategy to ensure reliable retrieval.