arxiv

Fetch scholarly papers from the arXiv REST API by query, author, category, or ID.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill arxiv-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Aevonix/colony-ai/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/Aevonix/colony-ai --skill arxiv-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fetch and retrieve academic papers from arXiv using its public REST API without requiring an API key or manual web browsing.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID to locate relevant papers quickly.
  • Retrieve metadata and abstracts with links to abstracts and PDFs for deeper reading.
  • BibTeX generation and formatting support via helper scripts to automate citation workflows.
  • Use cases include literature reviews, quick background checks for research proposals, and preparing reading lists.

Quick Start

Search arXiv for a topic and return the top results with titles, authors, and abstracts.

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 keyword or author without an API key?

You can search arXiv papers by keyword, author, category, or arXiv ID using the public REST API without needing an API key. The Skill retrieves metadata, abstracts, and links for quick reading.

Can I generate BibTeX citations for arXiv search results?

Yes, BibTeX generation is supported via helper scripts to automate citation workflows. The Skill formats arXiv metadata retrieved from the REST API into BibTeX entries for academic papers.

What is the best way to retrieve abstracts and PDF links from arXiv for a literature review?

The best way to retrieve abstracts and PDF links is by searching arXiv through its public REST API. This approach locates relevant papers quickly and outputs structured metadata for literature reviews.

Does the arXiv API support searching by specific paper IDs and categories?

Yes, the arXiv API supports searching by specific paper IDs and categories. You can query by arXiv ID or category to retrieve targeted metadata and abstracts without manual web browsing.

How do I parse arXiv API responses to extract academic paper metadata?

A provided Python script parses arXiv API responses to extract academic paper metadata. This allows you to process REST API outputs like titles, authors, and abstracts programmatically.