arxiv

Search academic papers on arXiv by keyword, author, or ID and retrieve metadata and abstracts via Python and HTTP requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of searching for and retrieving academic papers from arXiv, allowing users to easily find and access relevant research material.

Core Features & Use Cases

  • Paper Search: Quickly search for papers by keyword, author, category, or ID.
  • Paper Retrieval: Retrieve and read abstracts and full papers (PDF) from arXiv.
  • Search Syntax: Utilize various search prefixes to narrow down the search (e.g., title, author, abstract, category).
  • Sorting and Pagination: Sort and paginate results based on relevance, last updated date, or submitted date.
  • Semantic Scholar Integration: Fetch additional information such as citations, related papers, and author profiles using the Semantic Scholar API.

Quick Start

Use the arxiv skill to search for papers on 'quantum computing' and read the abstract of the top result.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for arXiv papers by keyword, author, or category?

The Skill supports advanced search queries with specific prefixes to narrow down arXiv paper retrieval by title, author, abstract, or category. You can sort and paginate results based on relevance, last updated date, or submitted date.

Can I retrieve paper abstracts and full PDFs from arXiv?

The Skill facilitates the retrieval of academic paper abstracts and full PDFs from arXiv. It uses curl for HTTP requests and Python for XML parsing to extract and process the retrieved paper metadata.

Does the arXiv Skill integrate with Semantic Scholar for citation data?

The Skill integrates with the Semantic Scholar API to fetch additional paper details beyond standard arXiv metadata. This provides access to information such as citations, related papers, and author profiles.

Do I need curl and Python installed to use this academic paper search Skill?

Yes, curl and Python are required dependencies. Curl handles the HTTP requests to arXiv and Semantic Scholar, while Python processes the XML parsing and data management for the retrieved papers.

What is the best way to sort and paginate arXiv search results?

You can sort and paginate arXiv search results based on relevance, last updated date, or submitted date. This allows you to manage large sets of academic papers and find the most pertinent research efficiently.