arxiv

Search and retrieve academic papers from the arXiv API.

Updated May 8, 2026
One-click install
npx skills add https://github.com/gztcode/my-skills --skill arxiv-gztcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/gztcode/my-skills/tree/main/arxiv
Command: npx skills add https://github.com/gztcode/my-skills --skill arxiv-gztcode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, scripts/search_arxiv.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of finding and accessing academic papers from the arXiv database. It simplifies the process of searching for papers and provides functionality to retrieve and process their metadata.

Core Features & Use Cases

  • Search Papers: Offers a straightforward way to search for academic papers using keywords, authors, categories, or IDs.
  • Fetch Specific Papers: Allows users to retrieve metadata or full text of specific papers by their arXiv ID.
  • Read Abstract and Full Paper: Supports extracting abstracts and full papers from URLs with web extraction capabilities.
  • Search Query Syntax: Provides guidance on constructing advanced search queries using various prefix and boolean operators.
  • Sorting and Pagination: Facilitates ordering and limiting search results for more efficient navigation.
  • BibTeX Generation: Generates BibTeX entries for papers for easy citation management.
  • Semantic Scholar Integration: Offers integration with Semantic Scholar API to provide citation data, related papers, author profiles, and paper recommendations.

Quick Start

To search for papers related to 'transformer', use the following command: curl "https://export.arxiv.org/api/query?search_query=all:transformer+attention&max_results=5"

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 and authors?

You can search for arXiv academic papers using keywords, authors, categories, or specific IDs. The interface constructs advanced search queries using prefix and boolean operators to retrieve titles, authors, summaries, and full paper content.

Can I generate BibTeX citations for academic papers retrieved from arXiv?

Yes, you can generate BibTeX entries for academic papers retrieved from arXiv. This feature provides direct citation management by extracting metadata from the search results to format the citations automatically.

How do I retrieve full text and abstracts from arXiv paper URLs?

You can retrieve full text and abstracts from arXiv paper URLs using web extraction capabilities. Fetching specific papers by their arXiv ID allows you to access the complete metadata and summaries directly.

Does this arXiv search tool integrate with Semantic Scholar for citation data?

Yes, the arXiv search tool integrates directly with the Semantic Scholar API. This integration provides additional citation data, related papers, author profiles, and paper recommendations based on your search results.

What is the best way to sort and paginate arXiv search results?

The best way to sort and paginate arXiv search results is by utilizing the built-in ordering and limiting parameters. This functionality facilitates efficient navigation by constraining the maximum number of returned records.

Do I need curl and python3 to run arXiv metadata retrieval scripts?

Yes, you need curl and python3 to execute the arXiv metadata retrieval scripts. The skill uses these dependencies to query the arXiv API and process the returned XML data into structured metadata.