arxiv

Search arXiv REST API and parse XML paper metadata into summaries and BibTeX.

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

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 paper metadata, allowing for rapid research and literature review.

Core Features & Use Cases

  • Advanced Search: Query arXiv by keyword, author, category, or specific paper ID using the official API.
  • Metadata Parsing: Automatically converts raw XML responses into clean, readable summaries and BibTeX citations.
  • Use Case: Quickly gather the latest research on a specific topic like reinforcement learning, generate BibTeX entries for your bibliography, and retrieve direct links to PDFs for immediate reading.

Quick Start

Use the arxiv skill to search for the latest papers on transformer attention and display the results.

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?

You can search for academic papers by querying the arXiv repository using keywords, author names, categories, or specific paper IDs to retrieve metadata, summaries, and direct PDF links.

Can I automatically generate BibTeX citations for arXiv papers?

Yes, the skill parses raw XML responses from the arXiv API and automatically converts academic paper metadata into clean, readable summaries and properly formatted BibTeX citation entries.

What is the best way to track recent scientific research across different domains?

Querying the arXiv REST API facilitates rapid literature discovery and research tracking across various scientific domains by returning up-to-date paper metadata for your specified topics.

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

No specialized external dependencies are required, as the skill uses standard Python libraries to parse the XML responses from the arXiv API and format the output for user consumption.

How do I format arXiv search results for a literature review?

The skill automatically formats raw XML API responses into clean, readable summaries, enabling rapid literature review by eliminating the friction of manually filtering academic paper metadata.

What are the limitations of searching arXiv via REST API queries?

The skill is limited to retrieving metadata, summaries, and links available through the arXiv API, relying on standard Python libraries to parse XML without accessing full-text content directly.