arxiv-to-md

Convert arXiv TeX sources into clean Markdown documents.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sachio222/based-stack --skill arxiv-to-md-sachio222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-to-md
Source: https://github.com/sachio222/based-stack/tree/main/arxiv-to-md
Command: npx skills add https://github.com/sachio222/based-stack --skill arxiv-to-md-sachio222

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert arXiv TeX sources into clean, Markdown-formatted documents ready for quick reading and AI-assisted processing.

Core Features & Use Cases

  • Converts arXiv papers from TeX source to Markdown suitable for LLMs.
  • Automatically invokes processing when an arXiv ID or URL is provided.
  • Supports a deterministic orchestrator-sub-agent workflow to handle single or multiple papers.

Quick Start

Provide an arXiv ID or URL and receive a ready-to-use Markdown document of the paper.

Frequently Asked Questions about arxiv-to-md

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

FAQPage Schema
How do I convert arXiv papers to Markdown?

You can convert an arXiv paper to Markdown by providing its arXiv ID or URL, which triggers an automated workflow. The system uses Pandoc to transform the TeX source into a clean Markdown document ready for reading or AI processing.

Can I batch convert multiple arXiv TeX sources at once?

Yes, you can batch convert multiple arXiv TeX sources at once. The tool uses an orchestrator-sub-agent workflow to automate the discovery, dispatch, and final Markdown generation for several papers in a single run.

Do I need Pandoc to convert arXiv TeX files?

Yes, Pandoc is required to convert arXiv TeX files because the tool relies on it for the underlying TeX-to-Markdown conversion. The automated workflow handles source discovery and dispatches Pandoc to generate the final Markdown output.

What is the best way to prepare arXiv papers for LLM processing?

The best way to prepare arXiv papers for LLM processing is converting their TeX sources into clean Markdown. Providing an arXiv ID or URL automates this conversion, producing a text format that language models can easily parse and analyze.

Why convert arXiv TeX sources instead of using the PDF for research?

Converting arXiv TeX sources instead of using the PDF yields clean Markdown, which is significantly easier for AI models to parse. This automated conversion preserves structural text formatting from the original TeX for accurate research analysis.