What problem does it solve? Finding, reading, and citing academic papers requires juggling arXiv's Atom XML API, citation databases, and PDF extraction manually. This Skill provides ready-to-use commands and a helper script to search arXiv, fetch paper metadata, track citations, and generate BibTeX entries without 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 clean parsed output via the included Python script. - Citation & Recommendation Data: Use the Semantic Scholar API to get 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 writing a literature review searches for recent papers on reinforcement learning, checks their citation impact, reads abstracts and full PDFs, and exports BibTeX citations for their bibliography. ## Quick Start Ask the assistant to search arXiv for the latest papers on a topic such as "GRPO reinforcement learning" and summarize the top results with authors and links.