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 citation networks, and generating BibTeX entries without any API keys or 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 Analysis via Semantic Scholar: Fetch citation counts, references, citing papers, author profiles, and paper recommendations through the Semantic Scholar Graph API. - BibTeX Generation: Automatically produce properly formatted BibTeX citations from arXiv metadata, preserving version suffixes to prevent citation drift. - Use Case: A researcher writing a literature review on reinforcement learning can search the latest papers, check their citation impact, read abstracts and full PDFs, discover related work, and export citations — all from the command line. ## Quick Start Search arXiv for the five most recent papers on GRPO reinforcement learning and show their titles, authors, and abstracts.