arxiv-reading
Installation
SKILL.md
arXiv reading
Read papers as clean Markdown, never as PDF.
For the judgment side, what to extract from a paper and how to weigh it, use the research-taste skill.
Convert before reading
For arXiv, convert to Markdown with arxiv2md, which parses arXiv's structured HTML and keeps math as LaTeX, real tables, and a section tree:
uvx --from arxiv2markdown arxiv2md <id> -o paper.md
The id is the same across the /abs/, /pdf/, and /html/ URL forms, so a PDF link works too; just take its id.
Figures
arxiv2md keeps the text, math, and tables but does not download figures.
Each figure appears in the Markdown as an inert line like Refer to caption: 2501.11120v1/x1.png — a relative asset path, not a URL and not a saved file.