arxiv

Search arXiv papers by keyword, author, category, or ID.

2|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/john-data-chen/hermes-agent-backup --skill arxiv-john-data-chen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/john-data-chen/hermes-agent-backup/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/john-data-chen/hermes-agent-backup --skill arxiv-john-data-chen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Efficiently locate arXiv papers by keyword, author, category, or ID and gather key metadata without manual browsing.

Core Features & Use Cases

  • Simple queries against the arXiv API from curl or a small helper script.
  • Retrieve metadata, abstracts, and links for literature reviews and topic sweeps.
  • Use Case: A researcher inventories recent work on a topic and exports IDs for citations.

Quick Start

Run a query with the helper script or curl to fetch relevant arXiv results

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 for a literature review?

Search arXiv papers by keyword, author, category, or ID using the free arXiv API. The helper script parses Atom XML outputs to retrieve metadata, abstracts, and links for literature reviews without manual browsing.

Do I need an API key to query the arXiv API for academic research?

No API key is required to query the arXiv API. The helper script relies on the free arXiv API and a lightweight Python parser to fetch research paper metadata and abstracts directly.

What's the best way to parse arXiv Atom XML outputs from a paper search?

The best way to parse arXiv Atom XML outputs is using the lightweight Python helper script provided. It processes the XML responses from the arXiv API to extract key metadata and abstracts for rapid paper discovery.

Can I retrieve arXiv paper metadata and abstracts using a simple curl command?

Yes, you can run queries against the arXiv API using curl or the helper script. Both methods fetch relevant arXiv results and return metadata, abstracts, and links for topic sweeps and citation exports.

How does searching arXiv by category or ID help with rapid paper discovery?

Searching arXiv by category or ID targets specific academic domains or exact papers. This bypasses manual browsing, allowing researchers to inventory recent work and export IDs for citations efficiently.

Are there limitations to using the free arXiv API for research paper discovery?

The free arXiv API provides metadata, abstracts, and links but requires parsing Atom XML outputs. It is ideal for literature reviews and topic sweeps, though it may not return full text PDFs directly through the API query.