What problem does it solve? Finding, reading, and citing academic papers requires navigating arXiv's Atom XML API and tracking citation data across sources, which is tedious to do manually. This Skill provides ready-to-use commands and a helper script for searching papers, fetching metadata, generating BibTeX entries, and exploring citation networks without any API keys. ## Core Features & Use Cases - arXiv Search & Retrieval: Query papers by keyword, author, category, or ID using the free arXiv REST API, with sorting, pagination, and clean parsed output via the included Python script. - Citation & Recommendation Data: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Automatically produce citation entries from arXiv metadata, with guidance on version pinning to prevent citation drift. - Use Case: A researcher writing a literature review on GRPO reinforcement learning runs the search script to find the 10 most recent papers, checks their citation counts via Semantic Scholar, reads abstracts through web extraction, 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 five results with authors and links.