arxiv

Search arXiv papers by keywords, authors, categories, or IDs via REST API.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lava-chen/duya --skill arxiv-lava-chen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/lava-chen/duya/tree/main/packages/agent/skills/research/arxiv
Command: npx skills add https://github.com/lava-chen/duya --skill arxiv-lava-chen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies academic research by providing a reliable way to find and retrieve papers from arXiv without requiring manual browsing or API credentials.

Core Features & Use Cases

  • Paper Discovery: Search arXiv papers by keywords, authors, categories, or specific paper IDs using the public REST API.
  • Research Metadata Retrieval: Collect titles, authors, abstracts, categories, publication details, and citation-related information for academic analysis.
  • Use Case: A researcher exploring reinforcement learning can quickly find recent papers, inspect abstracts, generate citations, and identify related work through connected research APIs.

Quick Start

Use the arxiv skill to find the latest papers about large language models in the cs.AI category.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for academic papers on arXiv without manual browsing?

Retrieve arXiv papers by keywords, authors, categories, or IDs using structured search workflows that query the public REST API and parse XML responses without requiring manual browsing.

Can I retrieve research metadata like abstracts and citation details from arXiv?

Yes, you can retrieve arXiv research metadata including titles, authors, abstracts, categories, publication details, and citation-related information for academic analysis and literature review preparation.

Do I need API credentials to retrieve papers from the arXiv REST API?

No, you do not need API credentials. This Skill retrieves papers from the public arXiv REST API directly, using Python standard library tooling to parse XML responses and format research results.

What is the best way to find recent machine learning papers in specific categories?

Use the arXiv skill to discover recent machine learning papers by specific categories like cs.AI, retrieving titles, abstracts, and publication details through the public REST API.

Does the arXiv paper search tool work for literature discovery and citation preparation?

Yes, the arXiv paper search tool supports literature discovery and citation preparation by extracting research metadata from XML responses retrieved via the public REST API.

What are the limitations of using public REST API queries for academic paper retrieval?

Academic paper retrieval via the public arXiv REST API is limited to parsing XML responses for metadata extraction, and does not access full-text PDF content or paywalled academic databases outside arXiv.