arxiv

Query the arXiv API by keyword, author, category, or ID to retrieve metadata, abstracts, and PDFs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables fast discovery and retrieval of academic papers from arXiv by querying the free REST API, reducing manual search time and enabling quick access to metadata, abstracts, and PDFs.

Core Features & Use Cases

  • Search by keyword, author, category, or ID using the arXiv API to locate relevant papers.
  • Retrieve abstracts and PDFs via web access or programmatic calls, enabling quick review and reading.
  • Use Case: A researcher wants the latest CS.AI papers on reinforcement learning and fetches titles, authors, and abstracts for a literature review.

Quick Start

Query arXiv with a keyword, author, or category to retrieve papers and open the abstract page or PDF link.

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 querying the REST API with keywords, author names, categories, or paper IDs. This retrieves matching metadata, abstracts, and PDF links for quick academic literature review.

Do I need an API key to retrieve arXiv abstracts and PDFs?

No API key is required to retrieve arXiv abstracts and PDFs. The Skill queries the free arXiv REST API directly, allowing immediate access to academic paper metadata and content without authentication.

Can I fetch arXiv metadata using Python or curl for downstream processing?

Yes, you can fetch arXiv metadata using Python, curl, or web_extract. Results from the arXiv API query can be consumed programmatically to enable downstream academic workflow automation and literature processing.

What's the best way to get the latest arXiv papers on a specific topic like reinforcement learning?

The best way to get the latest arXiv papers on a specific topic is querying the arXiv API by keyword or category. This fetches recent titles, authors, and abstracts for an up-to-date literature review.

Does the arXiv API return full paper PDFs or only metadata?

The arXiv API returns metadata, abstracts, and PDF links. You can retrieve and open the abstract page or PDF link via web access or programmatic calls for quick reading and review.

What are the limitations of using the arXiv API for academic literature search?

The arXiv API is limited to papers hosted on the arXiv repository. It provides metadata, abstracts, and PDF links but does not index academic literature from other databases or publishers.