arxiv-latex-reader

Index and retrieve untruncated sections from long arXiv LaTeX papers.

10|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/dongzhuoyao/tao-research-skills --skill arxiv-latex-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-latex-reader
Source: https://github.com/dongzhuoyao/tao-research-skills/tree/main/arxiv-latex-reader
Command: npx skills add https://github.com/dongzhuoyao/tao-research-skills --skill arxiv-latex-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, and includes scripts (resource) components.

What problem does it solve?

Large arXiv LaTeX papers often exceed model context windows, causing truncation and lost information during research or QA workflows. This skill provides a compact, high-quality section index plus on-demand full-section retrieval so agents and researchers can explore large papers without losing any content.

Core Features & Use Cases

  • Progressive two-layer reading: build a ~2k-token section_index.json for overview and deep-read specific sections on demand with no truncation.
  • Robust LLM summarization: chunk-summarize long sections, merge chunk summaries, and always LLM-distill the index for accurate claims extraction.
  • Stateless full-text reader & LaTeX cleaning: retrieve cleaned, untruncated section text by name, index, or keyword without LLM calls.
  • Figure and table extraction: download arXiv source, compile figures/tables to PDF/PNG, and auto-categorize key visuals for poster extraction.
  • Caching and reproducibility: persistent workspace/<paper_id>/section_index.json and manifests prevent redundant LLM calls and reprocessing.
  • Use Case: quickly generate a poster-ready context by indexing a long paper, then deep-read only Introduction, Method, Experiments, and key figures.

Quick Start

Use the arxiv-latex-reader to index paper 2210.06462 and then read the Method and Experiments sections into the workspace.

Frequently Asked Questions about arxiv-latex-reader

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

FAQPage Schema
How do I read long arXiv papers without LLM context window truncation?

To read long arXiv papers without context truncation, generate a compact section-level index for overview and retrieve full untruncated text on demand. This progressive reading method bypasses context limits by fetching cleaned LaTeX sections statelessly.

Can I extract figures and tables from arXiv LaTeX source files?

Yes, you can extract figures and tables from arXiv LaTeX source files. The system downloads the arXiv source, compiles visuals to PDF or PNG formats, and auto-categorizes key figures for deep analysis or poster extraction.

How do I summarize very long paper sections that exceed the model context limit?

To summarize very long paper sections exceeding model context limits, apply chunked LLM summarization. The system divides large sections into chunks, summarizes each part, and merges the summaries to produce a comprehensive overview.

Does the arXiv LaTeX reader cache the paper section index for repeatable workflows?

Yes, the arXiv LaTeX reader caches a persistent section_index.json and manifests in a specific workspace folder. This caching prevents redundant LLM calls and ensures reproducible offline workflows for repeated paper analysis.

Do I need Anthropic to use the arxiv-latex-reader for paper indexing?

Yes, you need Anthropic to use the arxiv-latex-reader for LLM-distilled indexing and chunk-summarization. However, stateless retrieval of cleaned full-text LaTeX sections operates without LLM calls.