arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the friction of manually searching, filtering, and retrieving academic papers from the arXiv repository, allowing for rapid integration of scientific literature into research workflows.

Core Features & Use Cases

  • Advanced Search: Query papers by title, author, category, or specific arXiv ID using boolean logic.
  • Metadata Extraction: Retrieve structured paper details including authors, publication dates, and abstracts.
  • Research Workflow: Quickly generate BibTeX citations or fetch PDF links for immediate reading and analysis.

Quick Start

Use the arxiv skill to search for the latest papers on reinforcement learning in the artificial intelligence 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 by author and category?

The Skill queries the arXiv REST API using keyword, author, and category filters to retrieve matching academic paper metadata, including titles, abstracts, and publication dates.

Can I retrieve direct PDF links when searching arXiv for research papers?

Yes, retrieving arXiv research paper metadata includes fetching direct PDF links for immediate reading, alongside structured abstracts and publication dates.

What is the best way to automate BibTeX citation generation from arXiv papers?

Automating BibTeX citation generation from arXiv papers involves querying specific arXiv IDs to extract structured metadata, which is then formatted into standard citation entries programmatically.

Does the arXiv search skill integrate with external research tools like Semantic Scholar?

Yes, the arXiv search skill facilitates integration with external research tools like Semantic Scholar by providing programmatic access to extracted paper metadata and abstracts.

How do I use boolean logic to filter arXiv academic search results?

You can filter arXiv academic search results by constructing queries with boolean logic to match specific paper titles, authors, or categories via the REST API.