arxiv

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

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill arxiv-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill arxiv-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locate relevant arXiv papers by keyword, author, category, or ID, reducing manual search time and improving literature coverage.

Core Features & Use Cases

  • Flexible search: Find papers by keyword, author, or category using the arXiv API.
  • Readable results: See titles, authors, categories, abstracts, and arXiv links.
  • Direct access: Quick links to abstract and PDF pages for rapid review.
  • Use Case: A researcher builds a topic-focused reading list from the latest arXiv submissions.

Quick Start

Search arXiv for your topic and return the top five 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?

To search arXiv papers by keyword or author, you can use this Skill to query the arXiv API directly. It returns parsed results containing IDs, titles, authors, abstracts, and links without requiring an API key.

Can I retrieve arXiv abstracts and links for a literature survey without an API key?

Yes, you can retrieve arXiv abstracts and links for a literature survey without an API key. The Skill queries the arXiv API directly and parses the returned Atom XML locally to present readable results.

How to get arXiv paper details like IDs and titles from Atom XML responses?

To get arXiv paper details from Atom XML responses, the Skill parses the XML locally and extracts paper IDs, titles, authors, categories, abstracts, and direct links to abstract and PDF pages.

Does the arXiv API work with Python for finding papers in physics and computer science?

Yes, the arXiv API works with Python for finding physics and computer science papers. The Skill leverages Python scripts to query the API and retrieve bibliographic information across these academic categories.

What's the best way to build a reading list from the latest arXiv submissions?

The best way to build a reading list from the latest arXiv submissions is to run a flexible search by keyword, author, or category. The Skill returns the top results formatted with titles, authors, and direct PDF links.

Are there limitations when querying the arXiv API for a large number of papers?

When querying the arXiv API for a large number of papers, limitations include relying on the availability of the arXiv API and the local parsing of Atom XML responses. The Skill is optimized for quick lookups and literature surveys rather than bulk database extraction.