arxiv

Search arXiv papers by keyword, author, category, or ID and retrieve metadata.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill arxiv-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/ZardLi1115/zedclaw/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill arxiv-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you quickly discover relevant research papers on arXiv and retrieve their abstracts or PDFs without searching the website manually.

Core Features & Use Cases

  • Keyword/Author/Category Search: Query arXiv by topic keywords, author name, category (e.g., cs.AI), or direct paper IDs.
  • Fast Metadata Retrieval: Pull structured results via arXiv’s free REST API (Atom XML) and extract titles, authors, summaries, categories, and links.
  • Readable Output & Optional Citation Context: Use the helper script to parse XML into clean summaries, and optionally augment results with Semantic Scholar citation/reference data for impact and related work.

Quick Start

Search for the latest arXiv papers about GRPO reinforcement learning and show the top results with authors, categories, and 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 or author and retrieve abstracts?

You can search arXiv papers by topic keywords, author name, category, or paper IDs to retrieve structured metadata including titles, authors, abstracts, and links. Queries are executed through arXiv's public REST API.

How do I parse arXiv Atom XML responses into readable paper summaries?

Parsing arXiv Atom XML into clean summaries requires using the provided helper script to extract titles, authors, categories, and abstracts from the REST API response. This enables fast and readable research discovery workflows.

Can I augment arXiv paper search results with Semantic Scholar citation data?

You can optionally augment arXiv search results with Semantic Scholar citation and reference data to gather impact context and find related work. This combination enhances literature review and research discovery workflows.

What is the best way to find related work for a literature review using arXiv?

The best way to find related work for a literature review is querying arXiv by category or keyword, then parsing the Atom XML metadata to extract abstracts. Optional Semantic Scholar integration provides further citation context for validating references.

Do I need an API key to retrieve arXiv paper metadata via the REST API?

Retrieving arXiv paper metadata via the REST API does not require an API key because it uses arXiv's free public export endpoint. You can directly query paper IDs, authors, or categories to receive Atom XML responses.

What limitations exist when validating specific papers by arXiv identifier?

Validating specific papers by arXiv identifier requires exact ID matching within the public REST API, meaning typos or incorrect formatting will return empty results. The helper script parses the returned Atom XML to confirm the paper metadata.