arxiv

Search arXiv by keywords, authors, categories, or IDs and return metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of discovering relevant research papers and quickly retrieving their abstracts or PDFs.

Core Features & Use Cases

  • Paper search by keyword, author, category, or ID: Quickly locate promising arXiv work using flexible query syntax.
  • Readable results from Atom XML: Convert arXiv API Atom responses into clean, human-friendly summaries.
  • Direct access to abstracts and PDFs: Fetch fast metadata/abstracts via the HTML endpoint or pull the PDF for deeper reading.

Quick Start

Tell the AI to search arXiv for transformer attention papers and return the top 5 results with titles, authors, categories, and links to the abstract and PDF.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I find arXiv papers by keyword, author, or category?

This Skill searches the arXiv repository by keyword, author, category, or ID. It parses the Atom XML responses from the arXiv export API to return clean, human-readable paper metadata for your review.

Can I retrieve abstracts and PDFs directly from arXiv search results?

Yes, you can retrieve abstracts and PDFs directly. The Skill fetches fast metadata via the arXiv HTML endpoint and optionally supports downstream PDF retrieval through web extraction for deeper reading.

What is the best way to extract clean metadata from arXiv Atom XML?

The best way to extract clean metadata from arXiv Atom XML is using this Skill, which safely parses the Atom responses from the arXiv export API and converts them into human-friendly summaries for literature review and paper triage.

Does this arXiv search method support sorting, pagination, and version-specific IDs?

Yes, this arXiv search method supports sorting, pagination, and version-specific arXiv ID handling. These discovery workflow features help you manage and triage large sets of literature review results efficiently.

Why parse arXiv Atom XML for literature review instead of manual searching?

Parsing arXiv Atom XML automates paper discovery and metadata extraction, removing the friction of manual searching. It enables rapid topic exploration and paper triage by returning structured metadata directly to your workflow.