arxiv

Search arXiv REST API by keyword, author, category, or ID and fetch paper metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables researchers and developers to search for and retrieve papers from arXiv using its free REST API, eliminating manual lookup and API boilerplate.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID and retrieve metadata.
  • Access abstracts (and links to full PDFs) via web_extract for quick reading.
  • Use in workflows to collect relevant literature for literature reviews or experiments.

Quick Start

Search arXiv for "reinforcement learning" and return the top five results with titles and 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 using a free API without a key?

You can search arXiv papers using the free REST API without an API key by applying keyword, author, category, or ID queries. The API handles Atom XML responses and supports simple parsing to retrieve metadata.

Can I fetch arXiv abstracts and links to full PDFs?

Yes, you can fetch arXiv abstracts and links to full PDFs via the web_extract option. This allows for quick reading and retrieval of paper metadata directly from the search results.

Does the arXiv REST API return XML that I need to parse?

Yes, the arXiv REST API returns Atom XML responses that require simple parsing. The skill handles this XML parsing automatically to extract titles, abstracts, and other relevant metadata.

How do I automate literature reviews by searching arXiv by author or category?

You can automate literature reviews by querying the arXiv REST API using specific author names or category classifications. This retrieves relevant metadata and abstracts to collect literature for experiments or reviews.

What is the best way to retrieve academic papers from arXiv for a Python workflow?

The best way to retrieve academic papers in a Python workflow is using the arXiv REST API. It requires no API key, handles Atom XML responses, and integrates into scripts to fetch metadata and abstracts.

Do I need an API key to query arXiv for research papers?

No, you do not need an API key to query arXiv for research papers. The skill utilizes the free REST API to search and fetch academic papers using only keyword, author, category, or ID queries.