What problem does it solve? Finding and retrieving academic papers from arXiv requires manual browsing or writing ad-hoc API calls. This Skill provides ready-to-use commands for searching the arXiv API, parsing Atom XML responses, and downloading papers in PDF, HTML, or TeX source formats. ## Core Features & Use Cases - Flexible Search: Query by title, author, abstract, category, or all fields with Boolean operators, sorting, and pagination. - Metadata Extraction: Parse Atom XML responses with python3 to extract titles, authors, categories, DOIs, and publication dates. - Full Paper Access: Download PDFs, TeX sources, and HTML versions, with availability checks via HEAD requests. - Use Case: A researcher conducting a literature review on transformers can search recent cs.CL papers, list them with metadata, and bulk-download all available formats for the top results. ## Quick Start Search arXiv for the five most recent papers about transformer models in the cs.CL category and show their titles, authors, and arXiv IDs.