arxiv

Search arXiv papers by keyword, author, ID, or category.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, xml.etree.ElementTree, python-bibtex, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies searching for and accessing academic papers from arXiv, providing a quick and efficient way to explore the latest research in various fields.

Core Features & Use Cases

  • Search by Keyword, Author, or ID: Quickly find papers using specific search terms, author names, or paper IDs.
  • Read Abstracts and Full Papers: Retrieve and read the abstracts and full papers directly through the Skill.
  • Fetch Papers by Category: Search papers based on their category to focus on specific areas of interest.
  • Generate BibTeX Entries: Generate BibTeX entries for citation purposes.
  • Semantic Scholar Integration: Access citation data and related papers through the Semantic Scholar API for a more comprehensive understanding of the research.

Quick Start

Use the arxiv skill to search for papers on 'artificial intelligence'.

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 keyword, author, or ID?

Search arXiv academic papers by providing specific keywords, author names, or paper IDs. The Skill processes these queries to quickly retrieve and display matching research abstracts and full papers.

Can I automatically generate BibTeX entries for citations from arXiv papers?

Yes, generate BibTeX entries for citations directly from retrieved arXiv papers. This feature automates citation formatting to streamline bibliography creation for academic research.

How does Semantic Scholar integration work for finding related papers and citations?

Semantic Scholar integration fetches citation data and related papers using the Semantic Scholar API. This provides broader context by mapping citation networks and connecting related academic research.

What's the best way to fetch arXiv papers by category to narrow down research?

Fetch arXiv papers by category to focus on specific academic fields. Filtering by category narrows search results to return targeted papers matching your specialized research interests.

Do I need Python to parse XML and retrieve arXiv papers using this approach?

Yes, you need a Python environment to run this approach. Retrieving arXiv papers requires Python for handling web requests and XML parsing to process the returned academic paper data.