arxiv-lookup

Installation
SKILL.md

arXiv Lookup

Lightweight scripts for querying the arXiv API directly via arxiv.py.

Scripts

Get Journal DOI from arXiv ID

uv run --with arxiv scripts/get_doi.py <arxiv_id>
  • Returns the journal DOI if available (exit 0), or exits with error (exit 1) if not found
  • This is the journal-assigned DOI, not the arXiv-assigned DOI (10.48550/arXiv.{id})
  • arXiv-assigned DOI can be constructed mechanically: 10.48550/arXiv.<id> — no API call needed

Search arXiv and Get IDs

Related skills
Installs
2
GitHub Stars
17
First Seen
12 days ago