arxiv

Search arXiv REST API and parse XML responses into summaries and BibTeX citations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the friction of manually searching, filtering, and formatting academic paper metadata, allowing researchers to quickly gather insights from the arXiv repository.

Core Features & Use Cases

  • Advanced Search: Query papers by keyword, author, category, or specific arXiv ID using standard academic search syntax.
  • Metadata Parsing: Automatically converts raw Atom XML API responses into clean, readable summaries and BibTeX citations.
  • Use Case: A researcher needs to track the latest developments in reinforcement learning; this skill fetches the top 10 most recent papers in the cs.LG category and generates the corresponding BibTeX entries for their bibliography.

Quick Start

Use the arxiv skill to search for the latest papers on transformer attention mechanisms 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 and retrieve academic papers from arXiv using keyword and author filters?

Search arXiv academic papers by querying the REST API with keyword, author, and category filters. The skill parses XML responses into readable summaries, fetching matching literature metadata instantly.

How do I generate BibTeX citations for arXiv papers automatically?

Generate BibTeX citations by retrieving paper metadata via the arXiv REST API. The skill automatically converts raw Atom XML responses into properly formatted BibTeX entries for your bibliography.

Can I retrieve specific academic papers using their arXiv ID?

Retrieve specific academic papers using their unique arXiv ID. The skill queries the REST API directly, parsing the XML response to extract the exact metadata for that paper.

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

No external Python libraries are needed. The skill parses arXiv API XML responses and performs HTTP requests using only the standard Python library, requiring no additional dependencies.

What is the best way to track recent research papers in a specific category like reinforcement learning?

Track recent research papers by filtering arXiv API searches by category, such as cs.LG. The skill fetches the latest literature metadata and formats it into readable summaries.

Are there limitations when using arXiv API searches for literature reviews?

Limitations include relying on the arXiv REST API for metadata retrieval and requiring standard Python library access for XML parsing. It focuses on arXiv repository papers exclusively.