What problem does it solve? Finding relevant academic papers, checking their citation impact, and tracking related research 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 through Semantic Scholar. ## Core Features & Use Cases - arXiv Search & Retrieval: Query papers by keyword, author, category, or ID using the arXiv REST API, with a helper Python script that parses Atom XML into clean readable output. - Citation Analysis via Semantic Scholar: Fetch citation counts, references, citing papers, author profiles, and paper recommendations using the Semantic Scholar Graph API. - BibTeX Generation: Automatically produce properly formatted BibTeX entries from arXiv metadata for citations. - Use Case: A researcher starting a literature review on reinforcement learning can search the latest papers, check which ones are highly cited, read abstracts and full PDFs, and generate BibTeX entries — all from the command line without API keys. ## Quick Start Ask the assistant to search arXiv for recent papers on a topic like "GRPO reinforcement learning" and summarize the top results with authors and citation counts.