arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and developers need to quickly discover and retrieve arXiv papers by keyword, author, category, or ID using a lightweight API without heavy dependencies.

Core Features & Use Cases

  • Basic search: query by keyword, author, or category and retrieve a concise list of results.
  • Retrieve specific papers by arXiv ID and fetch metadata, abstracts, or PDFs.
  • Read abstracts or full papers via direct arXiv links for quick reading or citation.

Quick Start

Search arXiv for papers on reinforcement learning and return the top 5 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 without an API key?

This Skill enables keyword-based arXiv paper search without an API key by querying direct arXiv API endpoints. It retrieves titles, authors, abstracts, and links for researchers performing literature reviews.

Can I retrieve a specific arXiv paper by its ID and get the abstract?

Yes, you can retrieve specific arXiv papers by ID. The Skill fetches paper metadata and abstracts directly from arXiv endpoints, supporting quick reading and citation gathering across scientific domains.

What is the best way to programmatically fetch arXiv metadata for a literature review?

The best way is using a lightweight API querying by keyword, author, or category. This Skill parses Atom XML from arXiv endpoints to return concise metadata lists, including titles and abstracts, for topic scouting.

Does this arXiv API retrieval approach work for searching papers by author and category?

Yes, this arXiv API retrieval approach supports searching by author and category. It applies to students and educators performing topic scouting across scientific domains without requiring heavy dependencies.

How do I get direct PDF links when I search arXiv papers by keyword?

To get direct PDF links, query keywords through this Skill to retrieve paper links alongside titles and abstracts. This enables quick access to full arXiv papers for reading or citation gathering.