arxivterminal
arXivTerminal
CLI tool for managing arXiv papers with local database storage.
Important: Fetch Before Search
arxiv search queries the local database only. If the database is empty or doesn't contain relevant papers, search will return no results. Always run arxiv fetch first to populate the database with papers from the desired categories and time range.
Quick Reference
Fetch Papers from arXiv
Download papers and store them in the local database:
arxiv fetch --num-days N --categories CATEGORIES
See arxivterminal-fetch.md for detailed options and examples.
More from ultimatile/arxiv-skills
arxiv-doc-builder
Convert arXiv papers to Markdown documentation. Fetches available materials from arXiv (LaTeX source when available + PDF), converts LaTeX to Markdown via pandoc (happy path). PDF-only papers get a naive single-column fallback — use the specialized PDF scripts for better results.
10arxiv-lookup
Look up arXiv paper metadata via the arXiv API. Use when you need to get a journal DOI from an arXiv ID (for OpenAlex integration), or find an arXiv ID from a title/keyword search (for arxiv-doc-builder). Requires the `arxiv` Python package.
2