arxiv

Search arXiv's public API for paper metadata by keyword, author, category, or ID.

6|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Strategic-Automation/arachne --skill arxiv-strategic-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Strategic-Automation/arachne/tree/main/src/arachne/skills/default/research/arxiv
Command: npx skills add https://github.com/Strategic-Automation/arachne --skill arxiv-strategic-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables researchers and students to locate and retrieve arXiv papers programmatically without API keys, accelerating literature discovery and citation preparation.

Core Features & Use Cases

  • Flexible search by keyword, author, category, or ID with structured results.
  • Metadata and links exposed for quick review, including title, authors, abstract, categories, and arXiv URLs.
  • Content integration ready for reading full papers via web_extract or OCR/document skills when needed.

Quick Start

Ask the agent to search arXiv for a topic and return the top results with IDs, 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 without an API key?

You can search arXiv papers without an API key by querying the public arXiv API directly to retrieve structured metadata using keywords, authors, categories, or paper IDs.

What metadata is returned when querying arXiv literature via the public API?

Querying the arXiv API returns structured metadata including the paper title, authors, published date, categories, abstract, and arXiv URLs for citation preparation and literature discovery.

Can I retrieve specific arXiv papers using a versioned ID?

Yes, you can retrieve specific arXiv papers using versioned IDs to locate exact document versions and fetch their associated metadata and abstracts through the public API.

Do I need external Python dependencies to query arXiv for literature surveys?

No, you do not need external Python dependencies to query arXiv, because this Skill operates using Python's standard library to search papers and extract metadata without requiring external packages.

How do I conduct a rapid literature survey using arXiv categories and keywords?

Conduct a rapid literature survey by searching arXiv with specific keywords and category filters to quickly locate relevant papers, returning structured results with abstracts and authors for academic workflows.

What is the best way to integrate full paper content after retrieving arXiv metadata?

After retrieving arXiv metadata, the best way to integrate full paper content is by passing the exposed arXiv URLs to web extraction or OCR document skills to read the complete papers.