arxiv

Search arXiv papers and retrieve abstracts and metadata via the REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables fast access to arXiv papers by querying the free REST API without API keys, returning relevant results and easy integration with downstream tools.

Core Features & Use Cases

  • Search by keyword, author, category, or ID
  • Read abstracts and metadata via the API
  • Retrieve full papers via PDF link or web extract for reading

Quick Start

Search arXiv with your keywords and retrieve the abstracts of the top 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 and retrieve abstracts without an API key?

You can search arXiv papers and retrieve abstracts by querying the free REST API directly, which requires no API keys and parses Atom XML to return metadata and direct PDF links.

Can I find arXiv papers by author, category, or paper ID?

Yes, searching arXiv papers supports querying by specific keywords, author names, subject categories, or unique paper IDs to retrieve matching abstracts and metadata.

How do I get the full text of an arXiv paper after finding its abstract?

To get the full text of an arXiv paper, use the provided direct PDF link or the web_extract functionality to retrieve and read the complete document downstream.

What is the best way to integrate arXiv search results into a research workflow?

The best way to integrate arXiv search results is using the free REST API, which parses Atom XML responses and provides direct links to abstracts and PDFs for seamless downstream tool integration.

Do I need to configure an API key to query the arXiv REST API?

No, you do not need an API key to query the arXiv REST API; the service operates entirely without keys, allowing direct access to search and retrieve paper metadata.