What problem does it solve? Finding, filtering, and reading academic papers requires manual browsing of arXiv and separate tools for citation data. This Skill provides ready-to-use commands and a helper script to search arXiv, fetch paper metadata, generate BibTeX entries, and pull citation graphs from Semantic Scholar 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 Boolean operators. - Citation & Recommendation Data: Use the Semantic Scholar API to get citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Convert fetched paper metadata into properly formatted BibTeX entries with version-pinned arXiv IDs. - Use Case: A researcher writing a literature review runs the helper script to find the 10 most recent 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 authors and links.