arxiv

Search arXiv via REST API and extract titles, authors, categories, and abstracts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of quickly finding relevant academic papers and retrieving their abstracts or PDFs without needing an API key.

Core Features & Use Cases

  • arXiv paper search: Look up papers by keywords, author, category, or specific arXiv IDs.
  • Abstract and full-PDF retrieval: Use web extraction to read arXiv abstract pages or PDFs.
  • Clean results parsing: Use the provided script to parse Atom XML and display readable summaries and links.

Use case: You are researching a topic like “reinforcement learning” and want to shortlist the newest arXiv papers, then open their abstracts and PDFs for deeper review.

Quick Start

Search for the newest GRPO reinforcement learning papers and return 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 or author without an API key?

No API key is required to search arXiv papers by keyword, author, category, or arXiv ID. The Skill queries the public REST API and parses Atom XML responses to extract titles, authors, categories, and abstracts for your research workflow.

Can I retrieve and read the full PDF of an arXiv paper?

Yes, you can retrieve and read full arXiv PDFs. The Skill uses Hermes-integrated web extraction to read arXiv abstract pages and PDF URLs, allowing you to open and review full paper content directly in your downstream workflow.

What is the best way to parse Atom XML responses from arXiv?

The best way to parse Atom XML responses from arXiv is using the included helper script. This script processes the raw XML data and displays clean, readable summaries with links, ensuring your arXiv paper search results are easy to review.

Does arXiv paper search support filtering by academic category?

Yes, arXiv paper search supports filtering by academic category. You can discover papers using category-based discovery alongside keyword, author, or ID-based searches to find relevant academic research for your workflows.

Why do I need web extraction for arXiv abstracts and PDFs?

You need web extraction to read arXiv abstracts and PDFs because the raw REST API returns Atom XML. Web extraction processes the abstract and PDF URLs to retrieve readable content for deeper academic paper review.