arxiv

Search arXiv by keyword, author, category, or ID and return paper metadata.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill arxiv-simon-copilot-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/research/arxiv
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill arxiv-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables researchers to discover and fetch metadata for academic papers from the arXiv API without credentials, streamlining literature exploration.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID and obtain titles, authors, and abstracts.
  • Fetch abstracts and PDFs via web_extract to read papers quickly or compile reading lists.
  • Batch workflows support literature reviews by chaining searches and exporting results to downstream tools.

Quick Start

Search arXiv for a topic and retrieve matching papers.

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?

Find scholarly papers from arXiv without credentials by submitting keywords, author names, categories, or paper IDs. The skill queries the public arXiv API and returns structured metadata including titles, authors, publication dates, categories, and abstracts.

Can I fetch arXiv abstracts and PDFs for a literature review?

Yes, you can fetch arXiv abstracts and PDFs for literature reviews. The skill uses web_extract to retrieve abstracts and locate PDFs, enabling you to compile reading lists and quickly access academic papers for research workflows.

What metadata fields are returned when querying arXiv by author or category?

Querying arXiv by author or category returns structured metadata containing the paper title, authors, published date, arXiv categories, and the full abstract. This allows you to quickly evaluate papers before downloading the PDF.

Does searching arXiv for academic papers require any dependencies or credentials?

Searching arXiv for academic papers requires no dependencies or credentials. The skill operates independently using the public arXiv API, allowing you to discover papers and fetch metadata without setting up an API key.

What is the best way to batch search arXiv papers and export metadata?

The best way to batch search arXiv papers and export metadata is to chain multiple keyword or category searches within the skill. This supports literature reviews by gathering structured metadata and abstracts for export to downstream tools.