arxiv

Search arXiv by keywords or IDs and retrieve abstracts and full papers.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill arxiv-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/arxiv
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill arxiv-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, xml.etree.ElementTree, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides quick access to academic papers from arXiv, simplifying the process of searching, retrieving, and accessing research documents.

Core Features & Use Cases

  • Keyword Search: Search for papers using specific keywords or identifiers.
  • Paper Retrieval: Fetch individual papers by arXiv ID or retrieve multiple papers at once.
  • Content Reading: Extract abstracts and full papers, either directly from arXiv or from Semantic Scholar.
  • Use Case: For researchers and students who need to stay updated with the latest research in their field.

Quick Start

Search for papers on "artificial intelligence" and retrieve the latest 10 results.

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 specific keywords?

To search for academic papers on arXiv, provide specific keywords or identifiers to instantly query the arXiv API and retrieve the latest matching research results.

Can I retrieve a full academic paper and its abstract using an arXiv ID?

Yes, you can retrieve individual academic papers by arXiv ID. The tool fetches full papers and abstracts directly from arXiv or Semantic Scholar.

How does Semantic Scholar enhance arXiv paper retrieval?

Semantic Scholar enhances arXiv paper retrieval by providing augmented paper details and citation data alongside the standard arXiv API search results.

Do I need Python and curl to search arXiv for research papers?

Yes, searching arXiv requires Python3, curl, and xml.etree.ElementTree to execute API requests and parse the returned academic paper metadata.

What is the best way to fetch multiple academic papers from arXiv at once?

The best way to fetch multiple academic papers at once is by providing their identifiers to the retrieval function, which queries the arXiv API and returns batch results.

Are there limitations when extracting full papers directly from arXiv?

Full paper extraction from arXiv depends on API availability and document formatting. Utilizing Semantic Scholar as a fallback helps mitigate access limitations for enhanced paper details.