arxiv

Query the arXiv API by keyword, author, category, or ID.

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill arxiv-devsoul2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/skills/research/arxiv
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill arxiv-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers need a quick, programmatic way to locate and surface arXiv papers by keyword, author, category, or ID, with accessible abstracts and links.

Core Features & Use Cases

  • API-driven search: query arXiv's API by multiple criteria and retrieve concise results.
  • Rich results: see title, authors, categories, abstract snippet, and links to abstract and PDF.
  • Use Case: a researcher evaluating literature in cs.LG can gather top results and skim abstracts in minutes.

Quick Start

Use the arxiv skill to fetch the top results for your topic and summarize them.

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 category in an automated workflow?

Searching arXiv papers by keyword or category uses deterministic API querying to retrieve titles, authors, abstract snippets, and citation links for academic workflows.

What details are included when I fetch arXiv search results for a specific topic?

Fetching arXiv search results returns rich data including the paper title, authors, categories, an abstract snippet, and direct links to both the abstract page and the PDF.

Can I retrieve abstracts and citations for recent papers across different disciplines?

Yes, you can retrieve recent papers across disciplines by querying the arXiv API with specific criteria, which returns concise abstracts and links for fast literature evaluation.

Does this approach require external dependencies to query the arXiv API?

No external dependencies are required; the search is executed through a lightweight Python script that handles ID normalization, category filtering, and consistent result formatting.

How do I normalize arXiv IDs and filter results when searching for academic papers?

The lightweight Python script implements ID normalization and category filtering during the arXiv API query process, ensuring consistent result formatting across academic disciplines.