arxiv

Search arXiv's REST API for papers by keyword, author, category, or ID.

27|2|Updated Jan 15, 2024
One-click install
npx skills add https://github.com/erfanzar/Xerxes-Agents --skill arxiv-erfanzar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/erfanzar/Xerxes-Agents/tree/main/src/python/xerxes/skills/research/arxiv
Command: npx skills add https://github.com/erfanzar/Xerxes-Agents --skill arxiv-erfanzar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables researchers to search and retrieve academic papers from arXiv using its free REST API without requiring an API key.

Core Features & Use Cases

  • Search by keyword, author, category, or ID.
  • Retrieve abstracts and metadata.
  • Fetch PDFs for direct reading or downstream processing.

Quick Start

Search arXiv for machine learning and return the top 5 results.

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 using its REST API?

You can search arXiv papers by keyword, author, category, or arXiv ID using its REST API. This skill handles the Atom XML responses, formats the results, and requires no external dependencies beyond the Python standard library.

Do I need an API key to query arXiv for academic papers?

No, you do not need an API key to query arXiv. This skill retrieves scholarly papers and metadata directly through the free arXiv REST API without requiring any authentication or external dependencies.

What is the best way to fetch arXiv abstracts and PDFs for downstream processing?

The best way to fetch arXiv abstracts and PDFs is by querying the REST API with specific paper IDs or keywords. This skill formats the Atom XML metadata and retrieves direct PDF links for use in downstream academic workflows.

How does the arXiv API handle Atom XML responses for search results?

The arXiv API returns search results as Atom XML feeds. This skill parses and processes these Atom XML responses internally, extracting abstracts and formatting the paper metadata for easier downstream consumption.

Can I retrieve scholarly papers by category and author from arXiv?

Yes, you can retrieve scholarly papers by specific category or author from arXiv. The skill supports constructing targeted queries to fetch relevant abstracts, metadata, and PDFs based on these search parameters.