arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers need to discover relevant literature quickly from arXiv without manual querying and handling Atom XML.

Core Features & Use Cases

  • Search papers by keyword, author, category, or arXiv ID.
  • Retrieve basic metadata (title, authors, published date, categories) and abstracts.
  • Use the helper script to format results for reading or integration into workflows.

Quick Start

Run the script with a search query to retrieve matching arXiv 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 by keyword, author, or category?

You can search arXiv papers by keyword, author, category, or specific IDs using this Skill. It queries the public arXiv API and returns structured metadata including titles, authors, published dates, categories, and abstracts for quick academic research discovery.

Can I get structured abstracts and citation-ready metadata from arXiv?

Yes, you can retrieve citation-ready metadata and structured abstracts from arXiv. The Skill parses arXiv Atom XML responses to expose convenient output containing IDs, titles, authors, dates, categories, and full abstracts for integration into academic workflows.

What is the best way to find arXiv papers in cs.AI and cs.LG fields?

The best way to find arXiv papers in cs.AI, cs.LG, and related fields is to query by category or keyword. This Skill applies input validation and handles the arXiv API Atom XML to deliver quick, structured literature discovery results.

Does the arXiv API search return raw XML or formatted paper data?

The arXiv API search returns formatted paper data rather than raw XML. This Skill handles the arXiv Atom XML parsing internally and uses a helper script to format results for easy reading or direct integration into your research workflows.

Do I need any dependencies to parse arXiv API responses?

No external dependencies are required to parse arXiv API responses. This Skill implements its own input validation and Atom XML handling, allowing you to retrieve arXiv paper metadata and abstracts directly without installing additional packages.

Are there limitations when searching for papers by arXiv ID?

Searching by arXiv ID is supported alongside keyword, author, and category queries. The main limitation is that results depend entirely on the public arXiv API's availability and its rate limits, which may affect retrieval speed during high traffic periods.