arxiv

Search and retrieve academic papers from the arXiv repository via its public API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies finding and accessing research papers from arXiv, a leading repository for scientific papers.

Core Features & Use Cases

  • Search Papers: Find papers by keyword, author, category, or ID.
  • Fetch Papers: Retrieve specific paper metadata and content.
  • Use Case: Quickly find the latest research on artificial intelligence by searching arXiv for "machine learning" and reading the abstracts of top results.

Quick Start

Use the arxiv skill to search for papers on "natural language processing" and fetch the abstracts of 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 for academic papers on arXiv by keyword or author?

You can search arXiv for academic papers by keyword, author, category, or ID. The skill queries the public arXiv API to retrieve matching scientific papers and their metadata.

How do I retrieve abstracts and metadata for specific arXiv papers?

Fetch arXiv paper abstracts and metadata by providing a specific paper ID. The skill parses the API response to return the content needed for literature review.

What is the best way to find the latest machine learning research papers?

Search arXiv using relevant keywords like "machine learning" to find the latest research. The skill accesses the repository to provide abstracts from the top results.

Do I need Python and curl to fetch arXiv papers?

Yes, you need curl and Python installed. Curl handles the API interaction while Python parses the retrieved arXiv data.

Can I use this for natural language processing research?

Yes, you can search arXiv for topics like "natural language processing" and fetch the abstracts of the top results to facilitate your research.

What limitations exist when fetching scientific papers from arXiv?

The skill retrieves metadata and abstracts from the arXiv public API but does not download full PDFs. It is designed for search and literature review.