arxiv

Retrieve academic papers from arXiv via its REST API.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ChimeraFoundationa/Agentx --skill arxiv-chimerafoundationa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/ChimeraFoundationa/Agentx/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/ChimeraFoundationa/Agentx --skill arxiv-chimerafoundationa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Academic researchers and students waste time manually searching for papers. The arxiv Skill provides a fast, API-driven way to search by keyword, author, category, or ID and retrieve papers with metadata, abstracts, and content links.

Core Features & Use Cases

  • Free REST API access: No API key required to fetch papers.
  • Flexible querying: Search by keyword, author, category, or arXiv ID and retrieve relevant results.
  • Metadata and abstracts: Access titles, authors, abstracts, categories, and publication dates for quick evaluation.
  • Read full papers: Use web_extract to fetch abstracts and PDFs or pass links to an OCR/reading workflow.

Quick Start

Search arXiv for a topic and return the top five results with titles and authors.

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 by keyword or author without an API key?

You can search arXiv papers by keyword, author, category, or ID using standard HTTP GET requests. No API key is required to retrieve metadata, abstracts, and PDF links.

What metadata can I retrieve from arXiv using the REST API?

The arXiv REST API returns paper metadata including titles, authors, abstracts, categories, and publication dates, along with direct links to PDFs for downstream processing.

Can I fetch full PDFs from arXiv or just abstracts?

You retrieve abstracts and metadata directly, plus links to PDFs. To read full papers, pass the retrieved PDF links to web_extract or OCR-based skills for content extraction.

Does the arXiv API support searching by category or specific paper ID?

Yes, the arXiv API supports flexible querying by keyword, author, category, or arXiv ID, returning relevant results with metadata and abstracts for quick evaluation.

What's the best way to automate academic paper retrieval from arXiv?

Use the free arXiv REST API to automate paper retrieval by keyword, author, category, or ID. It requires no API key and returns metadata, abstracts, and PDF links efficiently.