arxiv-to-md

Convert arXiv TeX sources to Markdown with equations and references.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/akiselev/qt-llm-template --skill arxiv-to-md-akiselev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-to-md
Source: https://github.com/akiselev/qt-llm-template/tree/main/.claude/skills/arxiv-to-md
Command: npx skills add https://github.com/akiselev/qt-llm-template --skill arxiv-to-md-akiselev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts arXiv TeX sources into clean, parseable Markdown so researchers and assistants can read, summarize, and extract key insights without manual transcription.

Core Features & Use Cases

  • Automated arXiv to Markdown conversion: fetches arXiv IDs or URLs and outputs structured Markdown preserving equations and references in a readable format.
  • Batch processing: handles multiple papers from a list of IDs/URLs and aggregates results into a single document or per-paper outputs.
  • Integration with LLM workflows: enables downstream summarization, extraction, and knowledge consolidation in research pipelines.

Quick Start

Provide an arXiv ID or URL and ask the assistant to convert it to Markdown.

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 for LLM summarization?

To convert arXiv papers to Markdown, provide an arXiv ID or URL to the assistant. The tool fetches the TeX sources and parses them into clean, readable Markdown that preserves equations and references for downstream LLM workflows.

Can I batch process multiple arXiv URLs into a single Markdown document?

Yes, you can batch process multiple arXiv papers by providing a list of IDs or URLs. The tool parses the TeX sources from each paper and can aggregate the results into either a single combined Markdown document or separate per-paper outputs.

Does converting arXiv TeX sources to Markdown preserve complex equations and references?

Converting arXiv TeX sources to Markdown preserves equations and references in a readable format. The tool parses the original TeX structures to ensure structured Markdown output, allowing researchers to read and extract key insights without manual transcription.

What is the best way to extract knowledge from arXiv papers using automated conversion?

The best way to extract knowledge from arXiv papers is to use automated conversion to parse TeX sources into clean Markdown. This enables seamless integration with downstream LLM workflows for summarization, knowledge extraction, and research pipeline consolidation.

Do I need to manually download TeX sources before converting arXiv papers to Markdown?

No, you do not need to manually download TeX sources. The tool automates single-paper retrieval via arXiv IDs or URLs, directly fetching and parsing the TeX sources to generate readable Markdown output without manual transcription.