arxiv

Search arXiv by keyword, author, category, or ID and fetch abstracts and PDF links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers often need to locate and retrieve academic papers from arXiv, but manual searches and data gathering are time-consuming and error-prone.

Core Features & Use Cases

  • Search by keyword, author, category, or ID to discover relevant papers without building custom scrapers.
  • Retrieve abstracts and metadata quickly, and access direct links to PDFs for deeper reading.
  • Use with web_extract or OCR/document skills to read full content when needed in downstream workflows.

Quick Start

Search arXiv for reinforcement learning papers and retrieve their abstracts.

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 ID without an API key?

You can search arXiv papers by keyword, author, category, or ID using a free REST API. The retrieval process requires no API key, automatically handling XML parsing and basic pagination to return metadata and abstracts.

Can I retrieve direct PDF links and abstracts for arXiv papers via REST API?

Yes, retrieving arXiv papers via REST API supports fetching abstracts and metadata quickly, providing direct links to PDFs. This allows you to access paper summaries and full document links without building custom scrapers.

Does searching arXiv papers require any authentication or API keys?

Searching arXiv papers requires no API key or authentication. The REST API is free to use, allowing you to fetch academic research data directly without registering for credentials or managing access tokens.

What's the best way to extract full content from arXiv papers after getting metadata?

To extract full content from arXiv papers, combine the REST API retrieval with web extraction or OCR skills. This workflow lets you move beyond abstracts by parsing the linked PDF documents for complete text.

How does XML parsing and pagination work when fetching arXiv research papers?

Fetching arXiv research papers via REST API handles XML parsing and basic pagination automatically. This mechanism processes the returned XML structure to extract relevant paper data across multiple search result pages.

Are there limitations to retrieving arXiv papers using a free REST API?

Retrieving arXiv papers via the free REST API provides abstracts, metadata, and PDF links, but does not parse full text directly. You must integrate document processing or web extraction skills to analyze complete paper contents.