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 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: Convert arXiv paper metadata into properly formatted BibTeX entries for academic writing. - Use Case: A researcher studying GRPO reinforcement learning runs the search script to find the 10 most recent papers, checks their citation counts via Semantic Scholar, reads the top PDF, and generates BibTeX entries for their literature review. ## 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 abstracts.