arxiv

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

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/AissenLiu/EasyHermes --skill arxiv-aissenliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/AissenLiu/EasyHermes/tree/main/hermes-agent/skills/research/arxiv
Command: npx skills add https://github.com/AissenLiu/EasyHermes --skill arxiv-aissenliu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables fast discovery and retrieval of academic papers from arXiv using its free REST API, without needing an API key, making research more efficient.

Core Features & Use Cases

  • Search by keyword, author, category, or ID and fetch results in a structured format.
  • Read abstracts or full papers via web_extract or downstream tools; easily integrate into a larger research workflow.
  • Use Case: quickly assemble a reading list of recent papers for a literature survey.

Quick Start

Search arXiv for your topic and return a concise list of 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 by keyword or author without an API key?

Search arXiv papers by keyword, author, category, or ID via its free REST API without needing an API key. Retrieve structured results containing URLs to abstracts and PDFs for quick access.

Can I retrieve arXiv research papers using a lightweight HTTP request?

Yes, retrieve arXiv research papers using a lightweight, dependency-free HTTP request. The REST API returns structured search results with direct URL access to paper abstracts and PDFs.

How do I build a literature survey reading list from recent arXiv papers?

Build a literature survey reading list by searching arXiv papers via the REST API. Fetch structured results by topic or category to quickly assemble a list of recent papers for review.

Does this arXiv search workflow require any external dependencies or API keys?

No, this arXiv search workflow requires no external dependencies or API keys. It operates as a lightweight, dependency-free HTTP-based integration using arXiv's freely accessible REST API.

How do I read full arXiv paper content after retrieving search results?

Read full arXiv paper content by integrating search results with web_extract or downstream OCR and document skills. Use the retrieved URLs to access and extract abstracts or full PDFs.

What are the limitations of using the arXiv REST API for paper search?

The arXiv REST API provides URL-based access to abstracts and PDFs but requires downstream tools like web_extract or OCR skills to read full document content beyond structured search metadata.