arxiv

Search arXiv by topic or ID and generate concise paper summaries.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hve4638/hve-cc-marketplace --skill arxiv-hve4638
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/hve4638/hve-cc-marketplace/tree/main/aris/skills/skills-codex/arxiv
Command: npx skills add https://github.com/hve4638/hve-cc-marketplace --skill arxiv-hve4638

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers often need to discover relevant arXiv papers, fetch PDFs, and generate concise summaries to speed up literature reviews. This skill automates searching by topic or ID, downloading papers, and producing digestible summaries for quick decision-making.

Core Features & Use Cases

  • Search by topic or arXiv ID and return a structured result set.
  • Download PDFs locally and store metadata for offline access.
  • Summarize abstracts or full papers to capture key contributions.
  • Maintain a local paper library and support quick citation-ready summaries.

Quick Start

Ask ARIS to search arXiv for your topic, then download and summarize the top results.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and summarize arXiv papers for a literature review?

Search and summarize arXiv papers by providing a topic or arXiv ID to retrieve relevant results, fetch PDFs, and generate concise summaries for quick literature reviews and briefings.

Can I download arXiv PDFs locally and extract metadata for offline access?

Yes, you can download arXiv PDFs locally and extract metadata. The skill stores files in a local paper directory with a default path of papers/ for offline access and library management.

What is the maximum number of arXiv paper results I can retrieve in a single query?

The skill enforces a MAX_RESULTS cap on the number of arXiv papers retrieved per query, but you can override this limit using directives to expand your search results.

Does summarizing arXiv papers require a specific fetch mechanism or Python environment?

Summarizing arXiv papers requires a fetch mechanism, utilizing either an inline Python fallback or a dedicated tools/arxiv_fetch.py script to retrieve and process the paper data.

How do I build a local research paper library using arXiv metadata and summaries?

Build a local research paper library by searching arXiv by topic or ID, downloading PDFs to your local directory, and storing citation-ready metadata alongside generated summaries for quick access.