arxiv

Search arXiv papers by keyword, author, category, or ID via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Search arXiv papers efficiently from the command line by keyword, author, category, or arXiv ID, returning structured results.

Core Features & Use Cases

  • Simple CLI search against the arXiv API to fetch papers by query
  • Retrieve title, ID, authors, published date, categories, and abstract previews
  • Use cases: perform quick literature scans, build reading lists, or prepare citations with arXiv links

Quick Start

Run a sample search like: search_arxiv.py "transformer" to fetch the latest 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 from the command line?

You can search arXiv papers from the command line by running a script with your query, such as search_arxiv.py "transformer", to fetch and display structured literature results directly via the API.

What information is included when I retrieve arXiv papers by keyword?

Retrieving arXiv papers by keyword returns structured results containing the title, arXiv ID, authors, published date, categories, and abstract previews to help you quickly scan literature.

Can I filter arXiv API searches by author or category?

Yes, you can filter arXiv API searches by composing queries that specify an author, category, or arXiv ID to narrow down literature discovery and construct targeted reading lists.

Does this arXiv search tool require any external dependencies?

No external dependencies are required, as the Skill operates independently using a straightforward script component to query the arXiv API without additional environment setup.

What is the best way to prepare citations using arXiv search results?

The best way to prepare citations is to fetch papers by arXiv ID to retrieve precise metadata, then use the clean structured output containing authors, dates, and arXiv links for your references.

Are there limitations to using a CLI for arXiv literature discovery?

The primary limitation of CLI-based arXiv literature discovery is that it provides text-based structured outputs for quick scans and reading lists, rather than interactive visual interfaces for complex exploration.