arxiv

Query the arXiv REST API by keyword, author, category, or ID to retrieve paper metadata and PDF links.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill arxiv-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/skills/research/arxiv
Command: npx skills add https://github.com/jacardl/New-Radar --skill arxiv-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables rapid discovery and retrieval of academic papers from arXiv using the free REST API, removing the tedium of manual searches and metadata gathering.

Core Features & Use Cases

  • Flexible search: query by keyword, author, category, or ID.
  • Metadata and access: retrieve titles, authors, abstracts, categories, dates, and links to abstract and PDF.
  • Use Case: quickly assemble a reading list by pulling abstracts and PDFs for a topic of interest.

Quick Start

Query arXiv with a keyword, author, category, or ID to fetch metadata and links to abstracts and PDFs.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for arXiv papers by keyword or author without an API key?

Yes, you can fetch arXiv abstracts and PDF links through the free REST API. Querying by keyword, author, category, or ID retrieves metadata containing direct links to both the abstract pages and the PDF documents.

What is the best way to build an academic reading list from arXiv metadata?

Yes, the arXiv REST API supports composing queries for downstream processing. You can retrieve structured metadata including categories and dates, enabling automated workflows for research tracking and academic paper analysis.

How do I retrieve specific arXiv papers using their ID?

The arXiv REST API supports querying by specific categories to retrieve papers. This filters results to match exact academic fields, returning metadata and PDF links for papers published within your selected category.

Does the arXiv REST API require authentication to access academic search results?

Querying the arXiv REST API returns paper titles, authors, abstracts, submission dates, categories, and direct links to abstract pages and PDFs. This metadata is structured for easy integration into reading lists.