arxiv

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

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill arxiv-vikrant-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/vikrant-project/devil-agent-ai-platform/tree/main/agent_core/skills/research/arxiv
Command: npx skills add https://github.com/vikrant-project/devil-agent-ai-platform --skill arxiv-vikrant-project

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 research more accessible and efficient.

Core Features & Use Cases

  • Search by Keyword, Author, Category, or ID: Quickly locate papers using various search criteria.
  • Retrieve Abstracts and Full Papers: Access papers in various formats, including PDF and plain text.
  • BibTeX Generation: Automatically generate BibTeX entries for citation purposes.
  • Semantic Scholar Integration: Fetch citation data and related papers for further research.
  • Use Case: Suppose you need to find the latest research on reinforcement learning. Use this Skill to search for papers on the topic, retrieve the abstracts, and access the full papers for detailed analysis.

Quick Start

Use the arxiv skill to search for papers on 'reinforcement learning'.

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 author or category?

You can search arXiv papers by querying the free REST API with specific keywords, author names, categories, or paper IDs to retrieve metadata, abstracts, and full texts. This allows targeted academic research retrieval.

Can I automatically generate BibTeX citations for arXiv papers?

Yes, BibTeX entries for citations are automatically generated when you retrieve paper metadata. This streamlines referencing academic papers directly from arXiv search results into your documents.

Do I need Python and curl to retrieve arXiv abstracts?

Yes, curl and Python are required dependencies for this Skill. Python handles XML parsing of the REST API responses, while curl manages the HTTP requests to fetch the academic papers.

How do I find related papers and citation data for arXiv search results?

Citation data and related papers are fetched by integrating the search results with Semantic Scholar. This extends your academic research by providing connected literature context beyond arXiv.

What formats can I retrieve arXiv papers in using this API search interface?

You can retrieve arXiv papers in PDF and plain text formats, alongside metadata and abstracts. This provides flexible access for detailed analysis or automated text processing.

Is the arXiv REST API free to use for academic research?

Yes, the arXiv REST API is free to access, enabling efficient querying and retrieval of academic science papers without subscription barriers. This Skill simplifies that API interaction.