arxiv

Search arXiv's REST API for papers by keyword, author, category, or ID.

Updated Sep 1, 2021
One-click install
npx skills add https://github.com/unclehowell/unclehowell --skill arxiv-unclehowell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/unclehowell/unclehowell/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/unclehowell/unclehowell --skill arxiv-unclehowell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It provides a fast, programmatic way to discover and retrieve scholarly papers from arXiv without manual browsing.

Core Features & Use Cases

  • Query versatility: search by keyword, author, category, or ID and retrieve concise metadata with links.
  • No API key required: uses arXiv's free REST API to enable quick automation in pipelines.
  • Use Case: researchers can draft literature reviews by fetching top-matching papers and exporting titles, authors, and abstracts.

Quick Start

Ask this skill to search arXiv for a topic and return a concise list of matching papers.

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 via API without an API key?

You can search arXiv papers via API without an API key by querying the free REST API using keywords, authors, categories, or IDs. It parses the XML response to return concise metadata and links.

What is the best way to retrieve academic paper metadata from arXiv using curl?

Retrieving academic paper metadata from arXiv using curl involves sending requests to the free REST API. The Skill parses the returned XML to deliver titles, authors, and abstracts for quick access.

Can I fetch arXiv papers by category and author for a literature review?

Yes, you can fetch arXiv papers by category and author for a literature review. The API supports versatile queries, returning matching metadata and links to help researchers quickly draft reviews.

Does the arXiv API return XML that needs parsing for abstracts and links?

Yes, the arXiv API returns XML that needs parsing for abstracts and links. This Skill handles the XML parsing automatically, extracting concise metadata so it can be consumed immediately.

How do I use web_extract or other downstream skills with arXiv search results?

You can use web_extract or other downstream skills with arXiv search results by passing the metadata and links returned by this Skill. This enables seamless pipeline automation for extended processing.