What problem does it solve? Finding, filtering, and reading academic papers requires navigating arXiv's Atom XML API and separate citation databases manually, which is slow and error-prone without a structured workflow. ## 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 stdlib-only Python helper script for clean output. - Citation & Recommendation Data: Use the Semantic Scholar API to fetch citation counts, references, paper recommendations, and author profiles in JSON. - BibTeX Generation: Convert arXiv metadata into ready-to-use BibTeX entries with version-aware IDs. - Use Case: A researcher surveying recent work on GRPO reinforcement learning runs the search script sorted by date, checks citation impact via Semantic Scholar, reads abstracts and PDFs, and generates citations for their bibliography. ## Quick Start Ask the assistant to search arXiv for recent papers on a topic such as "GRPO reinforcement learning" and summarize the top five results with authors and links.