arxiv

Search arXiv and Semantic Scholar APIs for academic paper metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the friction of manually searching, filtering, and formatting academic research papers by providing direct, programmatic access to the arXiv and Semantic Scholar databases.

Core Features & Use Cases

  • Advanced Search: Query papers by keyword, author, category, or specific ID using arXiv's REST API.
  • Metadata & BibTeX: Automatically generate formatted BibTeX entries for citations and retrieve detailed paper metadata.
  • Research Workflow: Seamlessly integrate paper discovery with citation tracking and related work recommendations via Semantic Scholar.

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 and retrieve metadata from arXiv?

To search for academic papers, query the arXiv REST API by keyword, author, category, or specific ID. The skill retrieves paper metadata by parsing XML responses from arXiv into structured formats for research discovery.

Can I automatically generate BibTeX entries for citations from arXiv papers?

Yes, you can automatically generate formatted BibTeX entries for citations. The skill retrieves detailed paper metadata from arXiv and Semantic Scholar APIs, facilitating seamless citation management and literature reviews.

How do I find related work and track citations for a specific paper?

You can find related work and track citations using the Semantic Scholar API. The skill integrates paper discovery with citation tracking and related work recommendations by parsing JSON responses into structured bibliographic data.

Do I need external libraries to process arXiv XML and Semantic Scholar JSON responses?

You only require standard Python libraries to execute network requests and process bibliographic data. The skill handles parsing XML and JSON responses from arXiv and Semantic Scholar APIs internally without external dependencies.

What is the best way to filter academic research papers by category?

The best way to filter academic research papers is by querying arXiv's REST API with specific category parameters, such as cs.AI. This programmatically eliminates manual filtering and returns structured metadata for targeted literature reviews.