What problem does it solve? Finding, reading, and citing academic papers requires juggling arXiv search, citation databases, and BibTeX formatting by hand. This Skill provides ready-to-use commands for searching arXiv, fetching paper metadata, tracking citations, and generating BibTeX entries without any API keys or dependencies. ## Core Features & Use Cases - arXiv Search & Retrieval: Query papers by keyword, author, title, abstract, or category using the arXiv Atom API, with sorting, pagination, and Boolean operators. - Citation Analysis via Semantic Scholar: Fetch citation counts, references, citing papers, author profiles, and paper recommendations through the Semantic Scholar Graph API. - BibTeX Generation: Convert arXiv metadata into properly formatted BibTeX entries for citations. - Use Case: A researcher writing a literature review on GRPO reinforcement learning runs the helper script to list the 10 most recent papers, checks their citation counts via Semantic Scholar, reads abstracts through web extraction, and generates BibTeX entries for the bibliography. ## Quick Start Ask the agent to search arXiv for recent papers on a topic such as "GRPO reinforcement learning" and summarize the top five results with their citation counts.