arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of searching and retrieving academic papers from arXiv, making it efficient for researchers and students to find relevant literature.

Core Features & Use Cases

  • Keyword Search: Quickly search for papers by keyword, author, category, or ID.
  • Paper Retrieval: Retrieve specific papers or read abstracts and full papers.
  • BibTeX Generation: Generate BibTeX entries for easy citation management.
  • Semantic Scholar Integration: Access additional information like citations and related papers.
  • Use Case: A researcher wants to find the latest papers on reinforcement learning. They can use this Skill to search by keyword and retrieve the top papers with their citations.

Quick Start

Search for papers on reinforcement learning using the arxiv skill.

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 using keywords or categories?

You can search for academic papers on arXiv by keyword, author, category, or ID. The Skill queries the free arXiv REST API to retrieve relevant literature and abstracts based on your specified search terms.

Can I generate BibTeX citations for arXiv papers automatically?

Yes, you can generate BibTeX entries for arXiv papers. The Skill handles BibTeX generation during retrieval, requiring Python and curl for XML parsing to format citations for easy management.

Do I need Python and curl to retrieve papers from arXiv?

Yes, curl and Python are required dependencies. The Skill uses curl to interact with the arXiv REST API and Python scripts to parse the XML response data and generate BibTeX entries.

How does Semantic Scholar integration work with arXiv search results?

Semantic Scholar integration supplements arXiv search results by fetching additional information. This provides access to citation counts and related papers that are not available through the arXiv API alone.

What is the best way to find the latest research papers on a specific topic?

The best way to find the latest research papers is to use a keyword search targeting your topic. This approach queries the arXiv database to retrieve top papers along with their abstracts and citation data.

Can I retrieve a specific arXiv paper if I know its ID?

Yes, you can retrieve a specific paper directly using its arXiv ID. The Skill supports ID-based searches to fetch the exact paper, its abstract, and associated Semantic Scholar citation information.