arxiv

Fetch academic papers from arXiv via its REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers need a quick, API-based way to locate and fetch arXiv papers without manual browsing or key management. This skill centralizes search, retrieval, and lightweight reading for literature reviews.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID to discover relevant papers.
  • Fetch abstracts and metadata and optionally pull full content through web_extract or OCR tools for reading.
  • BibTeX generation and integration to streamline citation workflows for research papers.
  • Easy workflow: combine arXiv queries with downstream tools for automated literature reviews.

Quick Start

Write a simple search for "reinforcement learning" and fetch the top result's abstract.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch arXiv papers using a REST API without an API key?

You can fetch arXiv papers via the free REST API by querying keywords, authors, categories, or paper IDs to retrieve metadata and abstracts without key management.

Can I generate BibTeX citations for arXiv literature automatically?

Yes, BibTeX generation is supported natively. You can fetch arXiv paper metadata and automatically output BibTeX citation data to streamline your research workflows.

How do I read full arXiv papers after retrieving the abstract?

After retrieving abstracts, you can read full arXiv papers by integrating downstream tools like web_extract or OCR-and-documents to pull and process the complete document content.

What search queries are supported for finding arXiv papers?

Supported arXiv search queries include keywords, author names, subject categories, and direct arXiv IDs, allowing precise discovery of relevant academic literature.

Does this approach work for automated literature reviews?

Yes, you can build automated literature review workflows by combining arXiv API search queries with downstream reading and extraction tools to process multiple papers.

What are the limitations of using the arXiv REST API for research?

The arXiv REST API provides metadata and abstracts directly, but retrieving full paper content requires integrating additional web extraction or OCR tools for complete document reading.