arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It eliminates the slow, error-prone process of finding relevant academic papers by providing fast arXiv search and retrieval using the public arXiv REST API.

Core Features & Use Cases

  • Keyword, author, category, and ID search: Quickly locate papers using query syntax, specific IDs, or filters like author and category.
  • Readable results output: Use parsing guidance (or the included helper script) to transform Atom XML into clean, scannable information.
  • Abstract and PDF retrieval: Fetch abstracts from arXiv HTML pages and retrieve full papers for downstream reading workflows.

Quick Start

Search arXiv for papers about GRPO reinforcement learning and return the top results with IDs, authors, categories, and abstracts.

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?

Search arXiv papers by keyword or author using standard query syntax to locate papers and retrieve metadata like IDs, categories, and abstracts. The Skill queries the public arXiv REST API using search_query parameters.

Can I retrieve arXiv paper metadata using an arXiv ID?

Retrieve arXiv paper metadata using an arXiv ID by querying the REST API with id_list parameters. This fetches specific paper details including authors, categories, and abstracts for literature triage.

How do I parse arXiv Atom XML results into readable formats?

Parse arXiv Atom XML results into readable formats using included parsing guidance or helper scripts. This transforms raw XML responses into clean, scannable paper information for review.

Does this arXiv search tool work with Semantic Scholar endpoints?

This arXiv search tool works with Semantic Scholar endpoints for optional semantic enrichment. It combines arXiv REST API queries with Semantic Scholar data to enhance research discovery workflows.

What's the best way to assemble candidate reading lists from arXiv?

Assemble candidate reading lists from arXiv by searching across scientific topics and categories using keywords or filters. The tool retrieves abstracts and metadata for literature triage and downstream reading workflows.

Can I fetch full PDF papers from arXiv for downstream reading?

Fetch full PDF papers from arXiv for downstream reading workflows. The tool retrieves abstracts from arXiv HTML pages and supports retrieving complete papers for further analysis.