arxiv

Retrieves arXiv paper metadata and generates BibTeX from Atom XML feeds.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers often need fast, programmatic access to arXiv metadata, abstracts, and direct paper links without manual scraping or web UI navigation.

Core Features & Use Cases

  • Query by keyword, author, category, or arXiv ID and retrieve titles, authors, abstracts, and links.
  • Lightweight helper script to parse arXiv Atom XML and format results, plus optional BibTeX generation.
  • Use Case: streamline literature reviews by compiling concise paper metadata for topic-focused searches.

Quick Start

Ask it to search arXiv for papers on transformer models and return titles, authors, and abstracts.

Frequently Asked Questions about arxiv

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

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

You can search arXiv papers by keyword, author, category, or ID using a free REST API. This returns titles, authors, abstracts, and links to streamline programmatic literature reviews without manual web scraping.

Can I generate BibTeX entries from arXiv paper metadata?

Yes, you can generate BibTeX entries from arXiv paper metadata. The Skill provides optional BibTeX generation alongside its lightweight helper script that parses arXiv Atom XML results into formatted research outputs.

Do I need additional dependencies to parse arXiv Atom XML responses?

No, you do not need additional dependencies to parse arXiv Atom XML. The Skill includes a lightweight helper script that handles the parsing and formatting of arXiv REST API responses natively.

What is the best way to retrieve arXiv abstracts and titles for a literature review?

The best way to retrieve arXiv abstracts and titles is querying the arXiv REST API by topic. It compiles concise paper metadata, including authors and direct links, automating research workflows.

Does the arXiv REST API support filtering search results by specific categories?

Yes, the arXiv REST API supports category filtering for search results. You can apply category filters alongside keyword, author, or ID queries to refine the returned paper metadata.