arxiv

Query the arXiv API by keyword, author, category, or ID and parse Atom XML.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve and review arXiv papers efficiently by querying the free REST API using keywords, authors, categories, or IDs, returning structured results with metadata and links for fast decision making.

Core Features & Use Cases

  • Query the arXiv REST API using keyword, author, category, or ID and parse Atom XML.
  • Produce concise, structured results including title, authors, date, categories, abstract, and links.
  • Use Case: perform literature reviews or automate initial screening of arXiv papers.

Quick Start

Search arXiv papers by keyword, author, or category to retrieve metadata and links.

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?

To search arXiv papers, query the arXiv REST API using keywords, authors, categories, or IDs. The skill parses Atom XML responses and returns concise metadata including titles, authors, dates, abstracts, and direct download links for academic research workflows.

What metadata can I retrieve from arXiv API search results?

arXiv API search results include structured metadata: paper title, authors, publication date, categories, abstract, and direct links for download. The skill parses Atom XML to produce concise, structured outputs for fast literature review decisions.

Do I need external dependencies to parse arXiv API Atom XML responses?

No external dependencies are required. The skill uses a single Python script to query the arXiv REST API and parse Atom XML natively, returning structured results without additional libraries or environment setup.

Can I automate literature reviews by searching arXiv papers programmatically?

Yes, you can automate initial screening and literature reviews by querying the arXiv REST API. The skill returns structured metadata and abstracts, enabling fast decision making for academic research workflows without manual browsing.

Does the arXiv API search support filtering by paper ID?

Yes, the arXiv API supports searching by paper ID in addition to keywords, authors, and categories. The skill queries the REST API, parses the Atom XML response, and returns concise metadata with direct download links for the specified paper.

Why use a dedicated script to query the arXiv REST API instead of manual search?

A dedicated script automates arXiv paper retrieval by querying the REST API and parsing Atom XML into concise, structured results. This returns metadata, abstracts, and download links efficiently for automated screening without manual web browsing.