arxiv

Search arXiv via REST API and parse Atom XML responses for paper details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of finding and accessing academic research papers, eliminating the need for manual searching and API key management.

Core Features & Use Cases

  • Search Papers: Find academic papers by keywords, authors, categories, or specific IDs.
  • Retrieve Paper Details: Get abstracts, publication dates, and author information.
  • Use Case: A researcher needs to find the latest papers on "reinforcement learning" published in the last month. This Skill can search arXiv, filter by date, and provide a list of relevant papers with their abstracts.

Quick Start

Search for academic papers on "transformer attention" and display the 10 most recent results.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for academic papers on arXiv by author or keyword?

Search for academic papers on arXiv by submitting keyword, author, category, or ID queries to the arXiv REST API. The Skill parses Atom XML responses to retrieve abstracts, publication dates, author information, and direct links to PDFs.

How does retrieving research papers using the arXiv REST API work?

Retrieving research papers uses the arXiv REST API to query academic papers and parses the returned Atom XML responses. It provides direct links to abstracts and PDFs, streamlining the discovery process without manual API key management.

Can I find the latest arXiv publications on a specific topic from the last month?

Find the latest arXiv publications on specific topics by searching with keywords and filtering by date. You can retrieve a list of recent academic papers complete with their abstracts and publication dates.

Does this arXiv search method integrate with Semantic Scholar for citation data?

This arXiv search method integrates with the Semantic Scholar API to retrieve citation data. It also integrates with web_extract for content reading, extending paper discovery with deeper academic context.

What's the best way to get abstracts and PDFs from arXiv search results?

The best way to get abstracts and PDFs from arXiv search results is using this Skill to parse the API's Atom XML responses. It directly extracts and provides links to both the abstracts and the PDF documents.

Do I need an API key to search for academic papers on arXiv?

You do not need an API key to search for academic papers on arXiv. This Skill streamlines the research discovery process by handling the arXiv REST API interactions and eliminating manual API key management.