arxiv

Query the arXiv API for papers by keyword, author, category, or ID.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ever-oli/io --skill arxiv-ever-oli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/ever-oli/io/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/ever-oli/io --skill arxiv-ever-oli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The arXiv search skill enables researchers, students, and developers to quickly discover relevant papers from the arXiv API without manual querying or parsing of XML data.

Core Features & Use Cases

  • Query by keyword to find papers matching a topic of interest.
  • Filter by author or category and sort results by relevance or date, returning concise metadata and abstracts.
  • Access abstracts and links to arXiv entries, including both abstract pages and PDF downloads for deeper reading.
  • Use Case: A student researching reinforcement learning can fetch the latest papers, list authors, and browse abstracts with one command.

Quick Start

Run python scripts/search_arxiv.py "GRPO reinforcement learning" to fetch and display 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 and author using an API?

You can search arXiv papers by building API queries for keywords, authors, categories, or IDs. This skill handles input parameters like --author and --category to fetch and display matching papers.

Can I sort arXiv search results by relevance or date and limit the output?

Yes, you can sort arXiv search results and limit output. The skill implements input handling for --max to limit results and --sort to order them by relevance or date.

What metadata is returned when fetching arXiv abstracts via the search API?

Fetching arXiv abstracts via the search API returns structured summaries for each result. These include the paper title, id, published date, authors, categories, abstract text, and PDF links.

Does the arXiv search skill require an API key to access paper abstracts?

No API key is required to access paper abstracts. The skill instantly queries the free arXiv API to retrieve titles, abstracts, IDs, and PDF links without manual XML parsing.

How do I retrieve a specific arXiv paper if I already have its ID?

To retrieve a specific arXiv paper by its ID, use the --id input parameter. The skill builds the API query to fetch the exact paper and displays its metadata and abstract.