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 with no API keys or dependencies. ## Core Features & Use Cases - Paper Search: Query arXiv by keyword, author, title, abstract, or category with boolean operators, sorting, and pagination via the free REST API. - Citation Analysis: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Convert arXiv metadata into ready-to-use BibTeX entries with version-pinned IDs to prevent citation drift. - Use Case: A researcher investigating GRPO reinforcement learning runs the helper script to list the 10 most recent papers, checks each paper's citation impact via Semantic Scholar, reads the top PDFs, and generates BibTeX entries for their literature review. ## Quick Start Ask the agent to search arXiv for recent papers on a topic like "chain of thought prompting" and summarize the top five results with links.