arxiv

Search and retrieve arXiv papers and metadata via the arXiv API.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zerwiz/wayofpi --skill arxiv-zerwiz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/zerwiz/wayofpi/tree/main/.hermes/hermes-agent/skills/research/arxiv
Command: npx skills add https://github.com/zerwiz/wayofpi --skill arxiv-zerwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of manually hunting for academic papers by giving you a fast way to search arXiv, inspect metadata, and jump straight to relevant abstracts or PDFs.

Core Features & Use Cases

  • Search by keyword, author, category, or paper ID using arXiv's free API.
  • Cleanly format results with titles, authors, publication dates, categories, and summaries.
  • Use Semantic Scholar lookups to find citations, references, author profiles, and recommendations.
  • Example: A researcher can scan the newest papers in cs.AI, shortlist the most relevant results, and open the full text for deeper review.

Quick Start

Ask the arxiv skill to find the latest five papers on GRPO reinforcement learning and summarize the best matches with links to the 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, author, or category?▼

The skill retrieves arXiv papers by querying arXiv's free API with keywords, author names, categories, or paper IDs. It cleanly formats results with titles, authors, publication dates, categories, and summaries.

Can I find citations and related work using Semantic Scholar lookups?▼

Yes, you can use optional Semantic Scholar lookups to find citations, references, author profiles, and recommendations. This integrates citation tracking directly into your arXiv literature review workflow.

How do I retrieve full abstracts and direct PDF links from arXiv?▼

You can retrieve full abstracts and access full papers by requesting direct ID lookups through the arXiv API. The skill parses Atom XML responses to extract abstract reviews and PDF links for deeper research.

Do I need an API key to query the arXiv API for research papers?▼

No API key is required to query the arXiv API. The skill uses URL-based API requests and Atom XML parsing to retrieve paper metadata without authentication.

What's the best way to discover the newest papers in a specific arXiv category like cs.AI?▼

The best way to discover the newest papers in a specific arXiv category like cs.AI is to use category filtering. You can scan the newest papers, shortlist relevant results, and open the full text for deeper review.