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 Boolean query syntax. - Citation & Recommendation Data: Fetch citation counts, references, citing papers, author profiles, and paper recommendations from the Semantic Scholar Graph API. - BibTeX Generation: Convert arXiv metadata into properly formatted BibTeX entries with version-aware IDs to prevent citation drift. - Use Case: A researcher investigating GRPO reinforcement learning runs the helper script to list the 10 most recent papers, checks citation counts via Semantic Scholar, reads abstracts and PDFs, and generates BibTeX entries for their bibliography. ## Quick Start Ask the agent to search arXiv for recent papers on a topic such as "GRPO reinforcement learning" and summarize the top results with authors and links.