arxiv

Retrieves academic papers from the arXiv REST API by keyword, author, category, or ID.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/nelohenriq/hermes-agent-plus --skill arxiv-nelohenriq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/nelohenriq/hermes-agent-plus/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/nelohenriq/hermes-agent-plus --skill arxiv-nelohenriq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Search and retrieve academic papers from arXiv via the free REST API, enabling quick discovery by keyword, author, category, or ID without requiring an API key.

Core Features & Use Cases

  • No API key required for accessing arXiv search results.
  • Search by keyword, author, category, or ID to find relevant papers.
  • Combine with web_extract or the ocr-and-documents skill to read abstracts, summaries, or full papers.

Quick Start

Query arXiv with a keyword and retrieve matching papers in a formatted list.

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, author, or category?

Search arXiv papers by sending keyword, author, category, or ID queries to the free REST API. It returns matching academic papers formatted as a list with metadata and links.

Do I need an API key to retrieve academic papers from arXiv?

No API key is required to retrieve academic papers from arXiv. You can freely access the REST API to find research papers and gather literature references without authentication.

What's the best way to conduct a literature survey using the arXiv REST API?

The best way to conduct a literature survey is querying the arXiv REST API by keyword or category. It retrieves academic paper metadata and links, enabling quick research checks and reference gathering.

Can I read full arXiv papers after retrieving their metadata?

Yes, you can read full arXiv papers by combining search results with web_extract or document processing skills. The API returns metadata and links suitable for downstream reading of abstracts and summaries.

What limitations exist when retrieving academic papers from arXiv?

Limitations of retrieving academic papers from arXiv include the REST API providing metadata and links rather than full text parsing. Use document processing skills for full text extraction and deeper analysis.