arxiv

Search arXiv by keywords, authors, categories, or IDs via its API.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill arxiv-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/research/arxiv
Command: npx skills add https://github.com/moltis-org/moltis --skill arxiv-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables researchers to quickly locate and retrieve scholarly papers from arXiv using its free REST API, eliminating manual search overhead.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID to fetch metadata and summaries.
  • Retrieve abstracts or full-text links for quick literature reviews.
  • Use with web_extract or OCR skills to read content and extract data.

Quick Start

Search arXiv for papers on your topic and display the results.

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 manual browsing?

Search arXiv papers by sending standard HTTP requests with keywords, authors, categories, or IDs to retrieve metadata, abstracts, and links without requiring an API key.

What is the best way to retrieve scholarly abstracts for a literature review across disciplines?

Retrieve scholarly abstracts for a literature review by querying the arXiv REST API to fetch metadata and summaries across disciplines, eliminating manual search overhead.

Do I need an API key to fetch arXiv metadata and full-text links in batch searches?

No API key is needed to fetch arXiv metadata and full-text links in batch searches; the Skill leverages the arXiv API using standard HTTP requests and parses returned data directly.

Can I use arXiv search results with web extraction or OCR tools to read content?

You can use retrieved arXiv full-text links with web_extract or OCR skills to read content and extract data, enabling deeper analysis beyond the fetched abstracts and metadata.

Does the arXiv retrieval method support quick background checks and research planning?

The arXiv retrieval method supports quick background checks and research planning by fetching metadata and summaries via single queries or batch searches across multiple disciplines.

What are the limitations of using the arXiv API for literature retrieval?

Limitations of using the arXiv API for literature retrieval include being restricted to papers hosted on arXiv and receiving parsed metadata and abstracts without direct full-text content extraction.