arxiv

Search arXiv by keyword, author, category, or ID and fetch abstracts or PDFs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Rapidly discover and retrieve academic papers from the arXiv database without manual browsing, saving researchers time.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID and retrieve results
  • Fetch abstracts via web_extract and download full papers as PDFs for offline reading
  • Easy integration with downstream tools for reading, citation, and data collection (e.g., Semantic Scholar)

Quick Start

Search arXiv papers by keyword, author, category, or ID and fetch abstracts or PDFs.

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 manual browsing?

You can search arXiv papers by keyword, author, category, or arXiv ID using the free REST API. This allows rapid discovery and retrieval of academic papers and metadata without manual browsing.

Do I need an API key to fetch arXiv paper metadata and abstracts?

No API key is required to fetch arXiv paper metadata and abstracts. The skill queries the free arXiv REST API and uses web_extract to retrieve abstracts directly.

Can I download full arXiv papers as PDFs for offline reading?

Yes, you can download full arXiv papers as PDFs for offline reading. The skill fetches complete documents via the REST API to integrate into your research workflow.

What is the best way to integrate arXiv paper discovery with downstream citation tools?

The best way to integrate arXiv paper discovery with downstream tools is by fetching metadata and abstracts via the REST API. This supports seamless integration with tools like Semantic Scholar for citation and data collection.

Does the arXiv API search support fetching papers by specific category or ID?

Yes, the arXiv API search supports fetching papers by specific category or arXiv ID. You can target precise queries using keywords, authors, categories, or unique identifiers.

What are the limitations of using web_extract for arXiv abstracts versus downloading PDFs?

Using web_extract for arXiv abstracts retrieves text summaries quickly, while downloading PDFs provides full papers for offline reading. The choice depends on whether you need lightweight metadata or complete document content.