arxiv

Search arXiv papers by keyword, author, category, or ID and return publication metadata including abstracts, citations, BibTeX-ready output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of searching scholarly papers by letting you quickly find arXiv research by topic, author, category, or paper ID.

Core Features & Use Cases

  • Paper Discovery: Search arXiv by keyword, author, category, or exact ID to surface relevant academic work.
  • Readable Research Output: Convert Atom XML responses into clean summaries with titles, authors, dates, categories, and abstracts.
  • Research Workflow Support: Retrieve abstracts, PDFs, citations, related references, and BibTeX-ready metadata for literature review and paper tracking.
  • Use Case: A researcher exploring reinforcement learning can search for the newest papers, inspect abstracts, compare citations, and save citation data for later writing.

Quick Start

Use the arxiv skill to find the latest papers on a topic and return a clean, readable list with authors, dates, categories, and links.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I find arXiv papers by keyword or author for a literature review?

You can search arXiv papers by keyword, author, category, or exact paper ID to surface relevant academic work for your literature review. The skill queries arXiv Atom API responses and returns clean summaries with titles, authors, dates, categories, and abstracts.

Can I get BibTeX citations automatically when searching for academic research papers?

Yes, the skill supports BibTeX generation by retrieving citation-ready metadata alongside publication summaries during your academic research workflow. It parses arXiv Atom API and Semantic Scholar JSON endpoints to provide clean citation data.

What is the best way to retrieve abstracts and PDFs for paper triage?

The best way to retrieve abstracts and PDFs for paper triage is searching arXiv by topic or ID, which returns readable summaries with abstracts and direct links. It supports discovering new papers, inspecting abstracts, and accessing full text.

Do I need external Python libraries to parse arXiv API responses?

No, you do not need external Python libraries to parse arXiv API responses. The skill uses Python standard library parsing for reproducible, dependency-free retrieval of arXiv Atom XML and Semantic Scholar JSON endpoints.

Can I use Semantic Scholar data to compare citations for arXiv papers?

Yes, you can use Semantic Scholar JSON endpoints to compare citations for arXiv papers. The skill supports retrieving related references and citation lookup, allowing researchers to compare citation data during literature discovery.