arxiv

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

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill arxiv-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/superfhp/lumi-agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/superfhp/lumi-agent --skill arxiv-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill provides an easy-to-use interface for searching and retrieving academic papers from arXiv, eliminating the need for manual searching and parsing of the website.

Core Features & Use Cases

  • Search by Keyword, Author, Category, or ID: Quickly find papers by specifying various search criteria.
  • Abstract and Full Paper Access: Access and read the abstract or full paper (PDF) directly from the Skill.
  • API Integration: Utilizes the free REST API provided by arXiv, no API key required.
  • Clean Output: Outputs results in a structured and easy-to-read format.

Quick Start

Use the arxiv skill to search for papers related to 'transformer attention'.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for academic papers on arXiv using the command line?

You can search academic papers by using the arxiv skill to query the arXiv REST API via curl. It retrieves paper metadata and abstracts directly from the command line based on keywords, authors, categories, or IDs.

Can I download full PDF papers from arXiv without an API key?

Yes, you can retrieve full PDF papers from arXiv without an API key. The skill utilizes the free arXiv REST API to access and download abstracts and complete PDF documents directly to your environment.

What do I need to retrieve arXiv research paper metadata on my server?

To retrieve arXiv research paper metadata, you need the curl command-line tool installed. Curl handles the API requests to the arXiv REST API, fetching structured metadata and abstracts without requiring additional authentication keys.

What's the best way to find scientific papers by specific authors or categories?

The best way to find scientific papers by specific authors or categories is using a structured arXiv search tool. It queries the arXiv REST API to filter results precisely, returning clean, easy-to-read metadata and abstracts.

Are there limitations to retrieving academic papers via the arXiv REST API?

Retrieving academic papers via the arXiv REST API is limited to content hosted on the arXiv repository. It provides access to metadata, abstracts, and full PDFs, but cannot search other academic databases or parse non-arXiv scientific papers.