What problem does it solve? Finding and collecting relevant academic papers from arXiv manually is slow and repetitive. This Skill automates searching the arXiv API, downloading PDFs to a local paper library, and generating structured summaries with citations. ## Core Features & Use Cases - arXiv Search & Fetch: Query the arXiv API by topic or paper ID (both new 2301.07041 and legacy cs/0601001 formats) and display results in a formatted table. - PDF Download Management: Download paper PDFs to a configurable local directory with size validation, rate limiting, and duplicate detection. - Structured Summaries: Generate Markdown summaries with authors, categories, abstracts, and extracted key contributions. - Research Wiki Integration: Automatically ingest papers into a research-wiki/ directory when one exists in the project. - Use Case: Ask to search arXiv for "attention mechanism", review the top 10 results, then download the most relevant papers into your project's papers/ folder for a literature review. ## Quick Start Ask the assistant to search arXiv for a topic like "attention mechanism" and download the top papers to your local papers directory.