What problem does it solve? Finding relevant academic papers, tracking citations, and reading research content requires juggling multiple websites and APIs. This Skill provides ready-to-use commands for searching arXiv, fetching paper metadata, generating BibTeX citations, and exploring citation networks via Semantic Scholar — all without API keys or external 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 a stdlib-only Python helper script. - Citation Analysis via Semantic Scholar: Fetch citation counts, references, citing papers, author profiles, and paper recommendations using the free Semantic Scholar Graph API. - BibTeX Generation: Convert arXiv metadata into properly formatted BibTeX entries with version-pinned IDs to prevent citation drift. - Use Case: A researcher starting a literature review on GRPO reinforcement learning runs the helper script to list the 10 most recent papers, checks citation counts to assess impact, reads abstracts and full PDFs, then generates BibTeX entries for their bibliography. ## Quick Start Ask the agent to search arXiv for recent papers on a topic such as "find the 10 latest papers on chain-of-thought reasoning and summarize their abstracts".