arxiv

Search and retrieve academic paper metadata from the arXiv REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the friction of searching, filtering, and retrieving academic papers from the arXiv repository, allowing for rapid literature review without manual web browsing.

Core Features & Use Cases

  • Advanced Search: Query papers by title, author, category, or specific arXiv ID using standard boolean operators.
  • Metadata Extraction: Retrieve structured paper details including authors, publication dates, and abstracts.
  • Use Case: Quickly find the latest research in machine learning by searching for specific keywords and generating BibTeX citations for your own academic writing.

Quick Start

Use the arxiv skill to search for papers on reinforcement learning and display the top five results.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search and retrieve academic paper metadata from arXiv?

To search and retrieve academic paper metadata from arXiv, you query the arXiv REST API using keyword, author, or category filters. The Skill parses Atom XML responses to extract abstracts, publication dates, and PDF links.

Can I filter arXiv papers by specific authors and academic categories?

Yes, you can filter arXiv papers by specific authors and academic categories. The Skill supports advanced search queries using standard boolean operators to narrow down results by title, author, category, or specific arXiv ID.

What is the best way to automate literature review without manual web browsing?

The best way to automate literature review without manual web browsing is using programmatic API access. This Skill queries the arXiv repository directly, retrieves structured paper details, and provides rapid access to abstracts and PDF links.

Do I need external libraries to parse arXiv API responses?

No, you do not need external libraries to parse arXiv API responses. The Skill requires only standard Python libraries to parse the Atom XML responses returned by the arXiv REST API into readable formats.

How do I generate BibTeX citations for machine learning papers?

To generate BibTeX citations for machine learning papers, you search arXiv with specific keywords like 'reinforcement learning', retrieve the structured paper metadata, and extract the citation details from the returned abstracts and author information.