arxiv

Search arXiv's REST API for papers by keyword, author, or category.

1|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/linfordWu/owls --skill arxiv-linfordwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/linfordWu/owls/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/linfordWu/owls --skill arxiv-linfordwu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The arxiv skill enables fast discovery and retrieval of academic papers from arXiv using its free REST API, reducing manual search overhead.

Core Features & Use Cases

  • Search papers by query, author, or category using arXiv's API.
  • Retrieve abstracts or full papers (PDF) via web_extract, with optional BibTeX formatting via Semantic Scholar.
  • Use the included helper script to parse and display results in a readable format from the command line.

Quick Start

Interact with arXiv by searching for papers with a keyword and loading the abstract or PDF in your session.

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, author, or category via an API?

You can search arXiv papers by keyword, author, and category using the arXiv REST API. This skill formats queries and retrieves matching academic papers directly through curl-like commands without requiring an API key.

How do I retrieve abstracts and PDFs from arXiv for a specific search query?

To retrieve abstracts and PDFs from arXiv, use the web_extract functionality provided by this skill. It fetches the full paper content and abstracts directly from the arXiv REST API based on your specific search query.

Can I get BibTeX data for arXiv papers using Semantic Scholar?

Yes, you can retrieve BibTeX data for arXiv papers. The skill supports optional BibTeX formatting by fetching metadata via Semantic Scholar alongside the abstracts and PDFs retrieved from the arXiv REST API.

Do I need an API key to access the arXiv REST API for academic papers?

No, you do not need an API key to access the arXiv REST API. This skill leverages arXiv's free REST API to search and retrieve academic papers, abstracts, and PDFs without any authentication requirements.

What is the best way to format arXiv API search results into a readable output?

The best way to format arXiv API search results is by using the included Python helper script. It parses the raw API response and displays the retrieved academic papers in a readable format from the command line.