What problem does it solve? Finding, reading, and citing academic papers requires juggling arXiv's Atom XML API, citation lookups, and BibTeX formatting by hand. This Skill provides ready-to-use commands and a helper script for searching arXiv, fetching paper metadata, tracking citations through Semantic Scholar, and generating BibTeX entries without any API keys or dependencies. ## Core Features & Use Cases - arXiv Search & Retrieval: Query papers by keyword, author, category, or ID using the arXiv REST API, with sorting, pagination, and a stdlib-only Python helper script for clean output. - Citation & Recommendation Graphs: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Convert arXiv metadata into properly formatted BibTeX entries with version-aware IDs to prevent citation drift. - Use Case: A researcher starting a literature review on GRPO reinforcement learning runs the helper script to list the 10 most recent papers, checks citation counts via Semantic Scholar, reads abstracts and PDFs through web extraction, and exports BibTeX entries for their manuscript. ## 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 authors and links.