arxiv

Search arXiv papers via REST API and parse Atom XML results.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill arxiv-chris-chai-minjae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill arxiv-chris-chai-minjae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps researchers and developers quickly locate and retrieve arXiv papers using the free REST API, eliminating manual searches and page hopping.

Core Features & Use Cases

  • Query by keyword, author, category, or ID to find relevant papers and fetch metadata such as title, authors, and abstract.
  • Link to full content via web_extract or the ocr-and-documents skill to read PDFs, abstracts, and supplementary materials.
  • BibTeX and metadata exports to integrate into reference managers or pipelines for literature reviews.

Quick Start

Ask me to search arXiv for a topic and return the top five results with titles, authors, and abstracts.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search arXiv papers by keyword, author, or category via API?

You can search arXiv papers via the free REST API by querying keywords, authors, categories, or IDs to retrieve metadata like titles, authors, and abstracts. The script parses Atom XML and outputs concise results with links to abstracts and PDFs.

Can I fetch and read the full content of arXiv PDFs after finding their metadata?

Yes, after finding arXiv papers you can read full content by using web_extract or the ocr-and-documents skill to process the abstract pages and PDFs linked in the metadata output.

What is the best way to retrieve arXiv abstracts and BibTeX exports for a literature review?

Retrieving arXiv abstracts and BibTeX exports is best handled by querying the arXiv REST API to fetch metadata, which can then be integrated into reference managers or literature review pipelines.

Do I need to install external Python dependencies to run arXiv API queries?

No, you do not need external dependencies to run arXiv API queries. The skill is implemented as a zero-dependency Python script that parses Atom XML natively.

Does the arXiv API search return direct links to PDFs and abstract pages?

Yes, the arXiv API search returns concise results that include direct links to abstract pages and PDFs, allowing immediate access to the full paper content and supplementary materials.

Why does my arXiv API search output only include metadata instead of full text?

The arXiv API search outputs only metadata because it queries the REST API for titles, authors, and abstracts. To get full text, you must follow the output links and apply web_extract or ocr-and-documents.