arxiv

Search arXiv REST API for academic paper metadata by keyword, author, or category.

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

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, providing a streamlined way to access research without manual web browsing.

Core Features & Use Cases

  • Advanced Search: Query papers by keyword, author, category, or specific arXiv ID using the official API.
  • Metadata & BibTeX: Extract clean metadata and generate BibTeX citations for academic writing.
  • Research Workflow: Integrate with Semantic Scholar to find citations, references, and paper recommendations.

Quick Start

Use the arxiv skill to search for the latest papers on reinforcement learning in the cs.AI category.

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 using keywords and categories?

To search for academic papers on arXiv, you can query the repository using specific keywords, author names, categories like cs.AI, or exact arXiv IDs. The skill retrieves clean metadata directly from the official arXiv REST API for your research workflow.

Can I automatically generate BibTeX citations for arXiv papers?

Yes, you can generate BibTeX citations for arXiv papers. The skill extracts clean metadata from the retrieved search results and formats it into BibTeX citations, streamlining the academic writing process without manual data entry.

Does this arXiv search skill integrate with Semantic Scholar for citation tracking?

Yes, the arXiv search skill integrates with Semantic Scholar for citation tracking. This functionality allows you to find references, track citations, and retrieve paper recommendations based on the arXiv papers you initially retrieved.

What is the best way to retrieve academic paper metadata from the arXiv REST API?

The best way to retrieve academic paper metadata is by querying the arXiv REST API with keyword, author, and category filters. This skill parses the Atom XML responses using standard Python libraries to format the data for academic use.

Do I need external Python libraries to parse Atom XML responses from arXiv?

No, you do not need external Python libraries to parse Atom XML responses from arXiv. This skill requires only standard Python libraries to parse the API responses and format the retrieved academic paper data.