One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill arxiv-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill arxiv-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Find and retrieve academic papers from arXiv using the free REST API to accelerate literature reviews.

Core Features & Use Cases

  • Keyword/author/category search returns relevant papers with metadata.
  • Abstract and PDF access via direct links for quick reading and citation.
  • Use Case: Researchers assemble topic trends by querying arXiv and exporting summaries.

Quick Start

Run a search against arXiv to fetch papers by keyword, author, or category and retrieve 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 by keyword and author to get abstracts and PDF links?

Run a search against arXiv to fetch papers by keyword, author, or category and retrieve abstracts. This approach returns relevant papers with structured metadata and direct PDF links for quick reading and citation.

Can I use curl to query the arXiv API for academic paper metadata?

Yes, the arXiv API supports curl-friendly endpoints to search and retrieve academic papers. Querying these endpoints returns structured metadata for downstream tasks, providing abstracts and PDF access without requiring complex API clients.

What is the best way to retrieve research papers from arXiv for a literature review?

The best way to retrieve research papers for a literature review is querying the arXiv REST API by topic or author. This method returns structured metadata with abstracts and PDF links, accelerating the assembly of topic trends and summaries.

Do I need an API key to search arXiv and download PDFs?

No, you do not need an API key to search arXiv and download PDFs. The Skill uses the free arXiv REST API, allowing users to query papers by keyword, author, category, or ID and access direct PDF links without authentication.

How do I get arXiv paper abstracts and metadata for downstream analysis?

Query the arXiv REST API by keyword, author, category, or ID to get paper abstracts and metadata. The API outputs structured metadata that can be directly exported or used for downstream analysis tasks like assembling topic trends.