What problem does it solve? Finding, reading, and citing academic papers requires juggling arXiv search, citation lookups, and BibTeX formatting 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 any API keys or dependencies. ## Core Features & Use Cases - arXiv Search & Retrieval: Query papers by keyword, author, category, or ID using the arXiv Atom API, with sorting, pagination, and a Python helper script for clean output. - 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 runs the helper script to find the 10 latest papers on a topic, checks their citation counts via Semantic Scholar, reads abstracts, 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.