What problem does it solve? Finding, filtering, and reading academic papers requires manual browsing of arXiv and citation databases. This Skill automates keyword, author, category, and ID-based searches against the arXiv API and enriches results with citation data from Semantic Scholar, all without API keys or external dependencies. ## Core Features & Use Cases - Flexible arXiv Search: Query by keyword, title, author, abstract, or category with Boolean operators, sorting, and pagination, returning parsed Atom XML as clean readable output. - Citation and Related-Work Discovery: Use the Semantic Scholar Graph API to fetch citation counts, references, citing papers, recommendations, and author profiles in JSON. - BibTeX Generation: Convert arXiv metadata into ready-to-use BibTeX entries with version-pinned IDs to prevent citation drift. - Use Case: A researcher surveying recent work on GRPO reinforcement learning runs the helper script to list the 10 newest 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 links.