arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of finding and retrieving academic papers from arXiv, a vast repository of scientific preprints, eliminating the need for manual searching and complex API interactions.

Core Features & Use Cases

  • Search Papers: Find academic papers by keywords, authors, or categories.
  • Retrieve Specific Papers: Fetch papers directly using their unique arXiv IDs.
  • Parse Results: Automatically parse XML responses into a human-readable format.
  • Use Case: A researcher needs to find the latest papers on "reinforcement learning" published in the last month. They can use this Skill to quickly get a list of relevant papers with their abstracts and links.

Quick Start

Search for academic papers on 'transformer attention' and display the 10 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 for academic papers on arXiv by keywords or authors?

You can search for academic papers on arXiv by providing keywords, authors, or categories to retrieve relevant results. The Skill queries the arXiv REST API and automatically parses the XML responses into a clean, readable format with abstracts and links.

Can I retrieve a specific arXiv paper using its ID?

Yes, you can retrieve specific academic papers directly by providing their unique arXiv IDs. This fetches the exact paper record from the arXiv REST API and formats the XML response into a human-readable summary.

How do I find recent research papers on a specific topic?

To find recent research papers, provide your topic keywords and specify a sorting option for the results. The Skill supports sorting and pagination to help you retrieve the most recent academic papers from the arXiv repository.

Does the arXiv search API support pagination and sorting?

Yes, the arXiv search API integration supports both sorting and pagination options. This allows you to manage large sets of academic papers retrieved via the REST API and navigate through multiple results efficiently.

Can I get citation data for academic papers retrieved from arXiv?

Yes, you can get citation data because the Skill integrates with the Semantic Scholar API. It also works with web_extract for reading full paper content, providing comprehensive academic research data alongside the parsed arXiv results.

What is the best way to parse arXiv API XML responses into a readable format?

The best way to parse arXiv API XML responses is to use this Skill, which automatically converts raw XML data into a clean, readable format. It handles the API interaction and parsing so you receive formatted academic paper abstracts and links directly.