arxiv-html
Installation
SKILL.md
ArXiv URL to HTML Conversion
When to Use
Use this whenever you see an arxiv URL and need to fetch or parse its content. The HTML version is much better for content extraction than PDF.
How to Convert
Run the conversion script:
python3 ~/.claude/skills/arxiv-html/convert.py "URL"
Conversion Rules
| Input Format | Example | Output |
|---|---|---|
| abs | arxiv.org/abs/2401.12345 |
arxiv.org/html/2401.12345 |
arxiv.org/pdf/2401.12345.pdf |
arxiv.org/html/2401.12345 |
|
| versioned | arxiv.org/abs/2401.12345v2 |
arxiv.org/html/2401.12345v2 |