arxiv

Search arXiv by keyword, author, category, or ID and retrieve paper metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers often need to discover relevant arXiv papers and pull metadata quickly without manually parsing Atom XML. This Skill automates arXiv searches via the free REST API and returns structured results that can be fed into further steps like web_extract or PDF processing.

Core Features & Use Cases

  • Query by keyword, author, category, or ID and receive titles, authors, abstracts, and direct links.
  • Literature discovery and quick reviews: build literature stacks, track new papers, and prepare citations.

Quick Start

Use the arxiv skill to search for 'transformer' papers and fetch the top 5 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 by keyword and fetch abstracts via API?

Search arXiv papers by keyword, author, category, or ID using the arXiv REST API to retrieve metadata. The skill handles Atom XML parsing automatically and outputs structured titles, authors, abstracts, and direct links.

Can I use arXiv search results for a literature review and citation preparation?

Yes, arXiv search results support literature discovery and quick reviews. You can build literature stacks, track new papers, and prepare citations using the structured metadata output containing titles, authors, and abstracts.

What's the best way to automate arXiv literature discovery without parsing XML?

Automate arXiv literature discovery by querying the free REST API directly. This skill handles Atom XML parsing internally, returning structured titles, authors, abstracts, and links without manual XML processing.

Does the arXiv API return full paper texts or just metadata and abstracts?

The arXiv API returns metadata and abstracts, not full paper texts. You receive titles, authors, abstracts, and arXiv links, which can then be fed into further steps like web_extract or PDF processing for full text.

Can I feed arXiv abstracts into web_extract or PDF processing workflows?

Yes, arXiv abstracts and metadata are structured for downstream processing. The output can be fed directly into further steps like web_extract or PDF processing to build automated literature review pipelines.

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

No API key is required to query the arXiv REST API. This skill uses the free arXiv REST API to discover papers by keyword, author, category, or ID and retrieve associated metadata without authentication.