arxiv

Retrieve arXiv papers by keyword, author, category, or ID via the arXiv API.

14|2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/gquthier/CLAWG --skill arxiv-gquthier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/gquthier/CLAWG/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/gquthier/CLAWG --skill arxiv-gquthier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve and summarize academic papers from arXiv quickly using a simple HTTP API, eliminating manual searches and data gathering.

Core Features & Use Cases

  • Keyword, author, category, or ID based search against the arXiv REST API.
  • Return concise metadata including title, authors, abstract, categories, and links for downstream processing.
  • Use cases include literature surveys, inspiration gathering, and rapid paper triage for research projects.

Quick Start

Ask CLAWG to search arXiv for your topic and retrieve the top 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 an API key?

Retrieve arXiv papers directly via the arXiv API using search parameters like keyword, author, category, or ID. No API key is required, and it returns concise metadata including authors, abstracts, and links.

Can I fetch arXiv paper abstracts and metadata for a literature review?

Retrieve arXiv paper abstracts and metadata for literature reviews by querying the arXiv API. It supports search_query and id_list parameters to return structured metadata, authors, categories, and links.

What is the best way to retrieve arXiv metadata for rapid paper triage?

Query the arXiv REST API for rapid paper triage using keyword, author, category, or ID search. It returns structured metadata, abstracts, and links suitable for quick evaluation and downstream processing.

Does the arXiv API support category and ID list search for scholarly literature?

Yes, the arXiv API supports category and ID list search for scholarly literature using search_query and id_list parameters. It returns structured metadata including authors, abstracts, categories, and links.

Are there limitations when using the arXiv API to fetch scholarly paper metadata?

A limitation is that the arXiv API only retrieves metadata for papers hosted on arXiv, not other scholarly databases. It returns concise metadata and abstracts but does not provide full-text PDFs.