arxiv

Search arXiv papers via the REST API for metadata, abstracts, and PDFs.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill arxiv-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill arxiv-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

arXiv search and retrieval for academic papers via the free REST API, no API key required, delivering results that include titles, authors, categories, abstracts, and links to PDFs.

Core Features & Use Cases

  • Search papers via the arXiv API with flexible queries (all, ti, au, cat) and filters such as max_results and sort, enabling rapid discovery.
  • Retrieve metadata and access abstracts or full papers (PDF) through generated links, with examples illustrating common workflows.
  • No dependencies on external libraries; easy to integrate into shells or AI prompts using curl-like commands and plain HTTP requests.

Quick Start

Run a search for recent arXiv papers on reinforcement learning using the API.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search arXiv papers for keywords, authors, or categories?

You can search arXiv papers using flexible queries with fields like all, ti (title), au (author), and cat (category), applying filters such as max_results and sort to retrieve structured metadata and abstracts.

Do I need an API key to retrieve academic research papers from arXiv?

No, you do not need an API key to retrieve academic research papers. The Skill queries the free arXiv REST API directly to deliver metadata, abstracts, and PDF links without any authentication.

Can I get full PDF links along with paper metadata from arXiv search results?

Yes, arXiv search results include titles, authors, categories, and abstracts, alongside generated direct links to access and retrieve the full papers in PDF format.

What is the best way to integrate arXiv API searches into an AI prompt or shell script?

The best way to integrate arXiv searches is using curl-like commands and plain HTTP requests, as the Skill requires no external libraries and outputs structured results ideal for shells or AI prompts.

Are there limitations when using the free arXiv REST API for academic paper discovery?

Limitations of the free arXiv REST API include basic and advanced query constraints and reliance on the arXiv metadata schema, meaning structured retrieval is limited to indexed academic papers and their available abstracts.