arxiv

Search arXiv's REST API and download paper PDFs.

779|139|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/taracodlabs/aiden --skill arxiv-taracodlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/taracodlabs/aiden/tree/main/skills/arxiv
Command: npx skills add https://github.com/taracodlabs/aiden --skill arxiv-taracodlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding and retrieving arXiv papers quickly, including abstracts and PDFs, without manual web searches.

Core Features & Use Cases

  • Search by keyword across arXiv categories (e.g., cs.LG, stat.ML) to find relevant papers.
  • Retrieve metadata such as title, authors, and abstract, then download the PDF directly.
  • Fetch papers by arXiv ID or author to build reading lists or literature reviews.

Quick Start

Search for "attention mechanism" papers and download the PDFs you need.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and download arXiv papers by category?

To search and download arXiv papers, use keyword filtering across specific categories like cs.LG or stat.ML to retrieve relevant titles, abstracts, and direct PDF files without manual web searches.

Can I retrieve arXiv abstracts and metadata without authentication?

You can retrieve arXiv abstracts, authors, and dates without authentication by querying the free public REST API, which parses Atom XML responses to extract structured academic paper metadata.

What is the best way to fetch arXiv papers by ID or author for a literature review?

The best way to fetch arXiv papers for a literature review is by querying specific arXiv IDs or author names, allowing you to programmatically build reading lists and retrieve direct PDF downloads.

Does programmatic arXiv search support direct PDF downloads?

Programmatic arXiv search supports direct PDF downloads by issuing HTTP requests after retrieving paper metadata, allowing you to automatically fetch full text documents alongside abstracts.

How do I filter recent AI and ML papers from arXiv?

To filter recent AI and ML papers from arXiv, apply keyword searches restricted to machine learning categories like cs.LG and stat.ML to return relevant abstracts, publication dates, and PDF links.

Are there limitations to parsing arXiv Atom XML for academic paper retrieval?

Parsing arXiv Atom XML for academic paper retrieval is limited to the fields exposed by the public REST API, meaning structured data extraction depends entirely on the XML schema returned per query request.