arxiv

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

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill arxiv-zhouboyu-xreal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/zhouboyu-xreal/Hermes-Memory/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill arxiv-zhouboyu-xreal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of searching and accessing academic papers from arXiv, providing a streamlined approach to academic research.

Core Features & Use Cases

  • Keyword and Metadata Search: Locate papers using keywords, authors, categories, or IDs.
  • Paper Retrieval: Fetch specific papers and read abstracts or full papers.
  • Semantic Scholar Integration: Access citation data and related papers for further research.
  • Use Case: Need to find the latest research on a specific topic in AI? Use this Skill to quickly locate and read the relevant papers.

Quick Start

Search for papers on 'reinforcement learning' in arXiv using the arxiv skill.

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?

You can locate arXiv papers by providing keywords, authors, categories, or specific IDs. The Skill queries the arXiv REST API to retrieve matching academic papers and their metadata.

Can I get citation data and related papers from Semantic Scholar?

Yes, the arXiv search process integrates with Semantic Scholar to fetch citation data and related papers. This provides additional context for your academic research after retrieving the initial results.

Do I need curl and Python to search arXiv papers?

Yes, both curl and Python are required. The Skill uses curl to interact with the arXiv REST API and Python scripts for parsing the academic paper data and formatting the output results.

What's the best way to fetch a specific academic paper from arXiv?

The best way to fetch a specific paper is by using its arXiv ID. The Skill retrieves the exact paper via the REST API, allowing you to read the abstract or full paper directly.

Are there limitations when using the arXiv REST API for academic research?

The primary limitation is the dependency on network access via curl and Python for parsing. Search precision and retrieval speed are bound by the arXiv REST API's current rate limits and available metadata.