arxiv

Search and retrieve academic papers from the arXiv REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, xml.etree.ElementTree, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to quickly search for and retrieve academic papers from arXiv, eliminating the need for manual browsing and search.

Core Features & Use Cases

  • Paper Search: Efficiently search for papers by keyword, author, category, or ID.
  • Paper Retrieval: Retrieve specific papers or full sets of papers using simple commands.
  • Paper Processing: Use the web_extract skill to obtain full paper content and BibTeX entries.
  • Use Case: Easily find the latest papers on a specific research topic and retrieve relevant information.

Quick Start

Use the arxiv skill to search for papers related to "deep learning" and retrieve the first result.

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

You can search for academic papers on arXiv by querying the arXiv REST API with parameters such as author, title, category, or ID, retrieving matching results instantly without manual browsing.

What is the best way to retrieve academic paper citations and full content from arXiv?

The best way to retrieve academic paper citations and full content is to fetch papers via the arXiv REST API interface, then process them with the web_extract skill to obtain full text and BibTeX entries.

Can I use the arXiv API to find the latest research papers on a specific topic?

Yes, you can use the arXiv API to find the latest research papers on a specific topic by executing efficient keyword searches that retrieve and process relevant academic publications automatically.

Does the arXiv search skill require any specific libraries or dependencies to run?

The arXiv search skill requires the requests library to handle HTTP calls and xml.etree.ElementTree to parse the XML responses returned by the arXiv REST API for academic paper retrieval.

How do I get BibTeX entries for academic papers retrieved from an arXiv search?

To get BibTeX entries for academic papers retrieved from an arXiv search, process the fetched paper data through the web_extract skill, which extracts full content and citation formats.