arxiv

Query the arXiv REST API to retrieve paper metadata and abstracts.

174|23|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/RedWoodOG/Hermes-Desktop --skill arxiv-redwoodog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/RedWoodOG/Hermes-Desktop/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/RedWoodOG/Hermes-Desktop --skill arxiv-redwoodog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables programmatic access to arXiv to search for and retrieve paper metadata and abstracts, eliminating manual browsing.

Core Features & Use Cases

  • Search papers by query, author, category, or ID
  • Retrieve abstracts and metadata with links to PDFs
  • Use cases: literature reviews, quick literature scouting, and reference collection

Quick Start

Query arXiv with a topic and fetch the top results using the arXiv API.

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 or author to get abstracts?

To search arXiv papers, use this Skill to query the arXiv REST API by keyword, author, category, or ID. It retrieves metadata and abstracts, parsing Atom XML into readable output for literature reviews.

Do I need an API key to fetch arXiv paper metadata?

No API key is required to fetch arXiv paper metadata. The Skill uses the free arXiv REST API to query papers and retrieve abstracts without authentication, eliminating manual browsing for literature scouting.

Can I retrieve arXiv metadata and PDF links for citation preparation?

You can retrieve arXiv metadata and links to PDFs for citation preparation by querying specific arXiv IDs. The Skill fetches paper details via the REST API and formats the Atom XML response into readable text.

What is the best way to automate arXiv literature scouting?

The best way to automate arXiv literature scouting is using a Python helper script to query the arXiv REST API. This Skill programmatically searches papers by category or query and retrieves abstracts for quick reference collection.

Does the arXiv API search return full paper texts or just abstracts?

The arXiv API search returns metadata and abstracts, not full paper texts. It provides links to PDFs alongside bibliographic details, making it suitable for literature reviews and quick scouting rather than full text extraction.