- Home
- Skills
- Solatis
- Claude Config
- Arxiv To Md
arxiv-to-md_skill
- Python
538
GitHub Stars
3
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill solatis/claude-config --skill arxiv-to-md- CLAUDE.md867 B
- README.md1.9 KB
- SKILL.md492 B
Overview
This skill converts arXiv papers (including TeX source and PDFs) into clean, LLM-consumable Markdown. It is designed to produce readable summaries, preserved structure (sections, figures, equations), and compact markdown suitable for downstream analysis or knowledge syncing. Use it when you need machine-friendly representations of academic papers for indexing, prompting, or note-taking workflows.
How this skill works
Provide an arXiv identifier or URL, or point the skill at a folder of PDFs to sync. The tool fetches the TeX source or parses the PDF, extracts structure (title, authors, abstract, sections, figures, tables, and equations), and converts content into plain Markdown with inline LaTeX for math. It produces cleaned, trimmed text and attachments in a destination folder ready for LLM ingestion.
When to use it
- Preparing academic papers for LLM summarization, question answering, or semantic search.
- Syncing a PDF library into a markdown vault for note-taking or knowledge bases.
- Converting TeX-heavy papers into readable Markdown while preserving math via LaTeX.
- Building datasets of markdown documents from arXiv sources for fine-tuning or indexing.
Best practices
- Provide the arXiv ID or canonical URL to ensure the tool retrieves the correct source.
- When available, prefer TeX source to improve fidelity of equations and figures.
- Review converted markdown for figure captions and equations; adjust paths if embedding images externally.
- Use destination folders dedicated to converted papers to avoid overwriting other notes.
Example use cases
- Convert a set of recent arXiv papers into markdown to feed into an LLM for literature review summaries.
- Sync a folder of downloaded PDFs nightly to keep a personal knowledge base up to date.
- Create prompt-ready markdown snippets with abstract, key results, and equation blocks for rapid Q&A with an LLM.
- Generate markdown entries for a citation manager or a static site that lists paper summaries.
FAQ
arXiv IDs or URLs and local PDF files are supported; TeX source is used when available for best results.
Does it preserve equations and figures?
Yes. Equations are kept as inline or block LaTeX, and figures are extracted or referenced with captions; verify image paths after conversion.