arxiv

Search arXiv papers by keyword, author, category, or ID via Atom XML API.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill arxiv-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill arxiv-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you quickly discover and retrieve relevant academic papers from arXiv by keyword, author, category, or exact ID without needing an API key.

Core Features & Use Cases

  • Search arXiv via the REST API: Run keyword, author, and category searches and get results in Atom XML.
  • Fetch specific paper(s) by ID: Retrieve metadata for one or multiple arXiv IDs.
  • Read abstracts or full papers: Use web extraction to pull readable abstract or PDF content for further summarization.
  • Practical workflow: Use search to shortlist papers, then extract abstracts/full text to support literature review and research planning.

Quick Start

Search for the latest papers on GRPO reinforcement learning by running: python scripts/search_arxiv.py "GRPO reinforcement learning" --sort date --max 5

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 or author without an API key?

Fetch specific arXiv papers by their exact ID using the Atom XML REST API. The Skill retrieves metadata for one or multiple arXiv IDs simultaneously, returning structured results for abstracts and PDFs without requiring authentication.

How can I retrieve full abstracts and PDFs for arXiv literature reviews?

Extract readable abstract or PDF content for arXiv literature reviews by applying web extraction to the search results. This pulls full text from shortlisted papers to support downstream research planning and summarization tasks.

Can I sort arXiv search results by date and limit the output?

Yes, you can sort arXiv search results by date and limit the output. The Skill supports query filtering alongside sorting and pagination parameters to return a specific number of recent papers matching your criteria.

Does this arXiv search method work for batch metadata collection?

Yes, this arXiv search method works for batch metadata collection by fetching multiple specific arXiv IDs at once. It parses the Atom XML API response to provide structured metadata outputs for further research analysis.