arxiv

Search and retrieve academic papers from arXiv via its REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps researchers and students quickly find and access academic papers from the arXiv repository, streamlining the literature review process.

Core Features & Use Cases

  • Search Papers: Find papers by keywords, authors, or categories.
  • Retrieve Specific Papers: Get papers by their unique arXiv ID.
  • Parse Results: Provides tools to parse the Atom XML output into a readable format.
  • Use Case: A researcher needs to find the latest papers on "transformer attention mechanisms" published in the last year. They can use this skill to search arXiv, get a list of relevant papers with abstracts, and then retrieve the full PDFs for deeper reading.

Quick Start

Search for academic papers on arXiv using the query "large language models" and display the 5 most recent results.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search academic papers on arXiv by keyword, author, or category?

You can search academic papers on arXiv using keywords, authors, or categories via the arXiv REST API. This skill supports sorting and pagination to refine your literature review results.

What is the best way to retrieve a specific arXiv paper and read its full PDF?

The best way to retrieve a specific arXiv paper is by querying its unique arXiv ID. This skill integrates with web_extract to read abstracts and retrieve the full PDFs for deeper analysis.

Can I automatically generate BibTeX entries from arXiv search results?

Yes, you can generate BibTeX entries from arXiv search results. This skill provides Python scripts to parse the Atom XML output into a readable format and generate BibTeX citations.

How does parsing arXiv Atom XML output work for literature reviews?

Parsing arXiv Atom XML output involves using provided Python scripts to convert raw API responses into a readable format. This mechanism helps researchers quickly extract abstracts and metadata for literature reviews.

Does this arXiv search Skill support sorting and pagination for large queries?

Yes, this arXiv search Skill supports sorting and pagination. These features allow you to manage large queries and navigate through extensive lists of academic papers efficiently.

What are the limitations when using the arXiv REST API for academic paper retrieval?

When using the arXiv REST API for academic paper retrieval, you are limited to the repository's available metadata and full PDFs. It does not search proprietary databases or journals outside the arXiv repository.