What problem does it solve? Finding, reading, and citing academic papers requires juggling arXiv's Atom XML API, citation databases, and PDF extraction tools. This Skill consolidates paper discovery, citation analysis, and full-text retrieval into a single workflow using free APIs with no API keys required. ## Core Features & Use Cases - Paper Search & Retrieval: Query arXiv by keyword, author, category, or ID with boolean operators, sorting, and pagination, with clean parsed output via a stdlib-only Python helper script. - Citation & Impact Analysis: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Automatically generate citation entries from arXiv metadata, with guidance on version pinning to prevent citation drift. - Use Case: A researcher writing a literature review searches for recent papers on a topic, checks their citation impact, reads abstracts and full PDFs, traces related work through references, and exports BibTeX entries for their manuscript. ## Quick Start Search arXiv for the five most recent papers on GRPO reinforcement learning and summarize their abstracts.