What problem does it solve? Finding, reading, and citing academic papers requires juggling arXiv's Atom XML API, citation databases, and BibTeX formatting by hand. This Skill provides ready-to-use commands and parsing snippets for the entire research workflow without any API keys or dependencies. ## Core Features & Use Cases - Paper Search: Query arXiv by keyword, author, title, abstract, or category with boolean operators, sorting, and pagination via the free REST API. - Citation Analysis: Use the Semantic Scholar API to fetch citation counts, references, recommendations, and author profiles in JSON. - BibTeX Generation: Automatically produce citation entries from arXiv metadata, with version-aware ID handling to prevent citation drift. - Use Case: A researcher investigating GRPO reinforcement learning runs a search, checks citation impact via Semantic Scholar, reads the full PDF, and generates a BibTeX entry — all in one workflow. ## Quick Start Search arXiv for the five most recent papers on transformer attention mechanisms and summarize their abstracts.