What problem does it solve? Finding and saving academic papers from arXiv manually requires browsing the website, copying metadata, and downloading PDFs one by one. This Skill automates the entire flow: searching the arXiv API, displaying structured results, downloading PDFs to a local paper library, and generating summaries with key contributions. ## Core Features & Use Cases - arXiv Search: Query the arXiv API by topic or paper ID (both new-style 2301.07041 and old-style cs/0601001 formats) and get structured results with titles, authors, abstracts, and categories. - PDF Download with Validation: Download paper PDFs to a configurable local directory, with file-size verification, rate-limit handling, and duplicate-skip logic. - Paper Summarization: Generate structured summaries including full abstracts and extracted key contributions for each paper. - Use Case: A researcher starting a literature review on attention mechanisms runs a single command to find the top 10 relevant papers, download their PDFs into a papers/ folder, and receive citation-ready summaries. ## Quick Start Ask the assistant to search arXiv for papers on a topic like "attention mechanism" and download the top results to your local papers directory.