arxiv

Retrieve academic papers from arXiv via REST API queries.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/NITISH-gitbit/hermes-custom --skill arxiv-nitish-gitbit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/NITISH-gitbit/hermes-custom/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/NITISH-gitbit/hermes-custom --skill arxiv-nitish-gitbit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of manually searching for and retrieving academic papers from arXiv, by automating the search and providing direct access to papers.

Core Features & Use Cases

  • Keyword Search: Find papers using specific keywords across all fields.
  • Author & ID Search: Locate papers by author names or specific arXiv IDs.
  • Category Filtering: Narrow down results by academic categories.
  • Quick Abstract & Paper Access: Retrieve and display paper abstracts and full PDFs with a simple command.
  • BibTeX Generation: Generate BibTeX entries for citations.
  • Semantic Scholar Integration: Fetch additional details and citations using the Semantic Scholar API.
  • Use Case: Suppose you are a researcher looking for recent advancements in reinforcement learning. You can use this Skill to quickly search for papers in that field and get a comprehensive overview of the literature.

Quick Start

Use the arxiv skill to search for papers on "reinforcement learning".

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 by keyword on arXiv?▼

To search for academic papers, this Skill automates arXiv REST API queries to find papers using specific keywords across all fields. It retrieves matching paper summaries and direct PDF links without requiring manual browsing.

Can I generate BibTeX entries for arXiv paper citations?▼

Yes, you can generate BibTeX entries for citations. The Skill retrieves academic papers from the arXiv database and automatically formats the bibliographic data into BibTeX entries for direct use in LaTeX documents.

Does this tool integrate with Semantic Scholar to fetch paper citations?▼

Yes, the tool integrates with the Semantic Scholar API. It fetches additional paper details and citation data beyond the standard arXiv database summaries, providing a more comprehensive overview of the academic literature.

How do I find arXiv papers by author or academic category?▼

You can find arXiv papers by author or category using this Skill. It performs targeted REST API queries to locate specific papers by author names, academic categories, or unique arXiv IDs, returning relevant abstracts and PDFs.

Do I need Python and requests installed to retrieve arXiv abstracts?▼

Yes, you need Python3 and the requests library installed. These dependencies are required to execute the REST API queries that retrieve academic paper abstracts and full PDFs from the arXiv database automatically.