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, analyzing citations via Semantic Scholar, and generating BibTeX entries — 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 Python helper script. - Citation & Recommendation Analysis: Use the Semantic Scholar API to fetch citation counts, references, citing papers, author profiles, and paper recommendations. - BibTeX Generation: Automatically produce citation entries from arXiv metadata, with version-aware ID handling to prevent citation drift. - Use Case: A researcher starting a literature review on GRPO reinforcement learning runs the search script to find the 10 most recent papers, checks their citation counts via Semantic Scholar, reads abstracts and PDFs, and exports BibTeX entries for their manuscript. ## 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 citation counts.