What problem does it solve? Finding, reading, and citing academic papers requires navigating arXiv's Atom XML API and separate citation databases manually, which is slow and error-prone for researchers and engineers tracking literature. ## Core Features & Use Cases - arXiv Search & Retrieval: Query papers by keyword, author, category, or ID using the free arXiv REST API, with sorting, pagination, and a Python helper script that parses Atom XML into clean output. - Citation & Recommendation Data: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Generate properly formatted BibTeX entries from arXiv metadata, with guidance on ID versioning and withdrawn papers. - Use Case: A researcher writing a related-work section searches for recent GRPO papers, checks their citation counts, reads abstracts and PDFs, and generates BibTeX entries — all from the command line without API keys. ## Quick Start Search arXiv for the five most recent papers on reinforcement learning from human feedback and show their abstracts and citation counts.