What problem does it solve? Finding relevant academic papers, tracking citations, and reading research content requires navigating multiple APIs and parsing raw XML or JSON responses, which is tedious 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 Boolean query syntax. - Citation & Recommendation Analysis: Use the Semantic Scholar API to fetch citation counts, references, related papers, and author profiles in JSON format. - BibTeX Generation: Convert arXiv metadata into properly formatted BibTeX entries for citations. - Use Case: A researcher investigating GRPO reinforcement learning runs the helper script to list the 10 most recent papers, checks their citation impact via Semantic Scholar, reads the top PDF, and generates a BibTeX entry 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 results with links.