arxiv

Search and retrieve academic papers from the arXiv repository via RESTful APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The arxiv skill provides a seamless way to search, access, and read academic papers from the arXiv database, making the research process more efficient and convenient.

Core Features & Use Cases

  • Search and Retrieve: Find papers using keywords, author, category, or ID.
  • Read Abstracts and Full Papers: Access both the abstract and the full text (PDF) of a paper.
  • Advanced Search Options: Filter by category, publication date, or sort order.
  • Citations and References: Retrieve metadata and citations for a paper using the Semantic Scholar API.

Quick Start

Use the arxiv skill to search for papers related to 'reinforcement learning' using the 'search_arxiv' script.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search arxiv for academic papers by keyword and author?

Search arxiv academic papers using keywords, author names, categories, or IDs via RESTful API requests. The skill processes these queries to retrieve matching papers and their metadata.

How can I retrieve paper citations and references using the Semantic Scholar API?

Retrieve paper citations and references by sending paper identifiers to the Semantic Scholar API through the skill. This returns structured metadata and citation data for the requested academic papers.

Can I access the full text PDF of an arxiv paper programmatically?

Yes, you can access full text PDFs and abstracts of arxiv papers. The skill provides an API interface to retrieve both the summary metadata and the complete document for processing.

What are advanced search options for filtering academic papers by publication date?

Filter academic papers by specifying publication dates, categories, and sort orders in your search query. This allows targeted retrieval of relevant research papers from the arxiv repository.

Does this arxiv search engine require external dependencies to run?

No external dependencies are required. The arxiv search engine skill operates independently using internal scripts to execute RESTful requests to the arxiv and Semantic Scholar APIs.