← Back to list

arxiv-html
by sdbuch
Various dotfiles for fast deployment
⭐ 1🍴 0📅 Jan 6, 2026
SKILL.md
name: arxiv-html description: Convert any arxiv URL (abs, pdf, versioned) to HTML format for better parsing. Use when you encounter arxiv.org URLs that need to be fetched or read. allowed-tools: Bash(python3:*)
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 |
Version Handling
- If URL has version (v1, v2, etc.), preserve it
- If no version, get latest (no version suffix)
Fallback Behavior
- Try HTML URL first (best for parsing)
- If HTML returns 404 or fails, use abs URL instead (older papers may not have HTML)
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon