arxiv

Search, download, and summarize arXiv papers with citation-ready details.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill arxiv-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/arxiv
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill arxiv-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of finding relevant arXiv research, retrieving the correct PDFs, and turning paper metadata and abstracts into usable summaries for your workflow.

Core Features & Use Cases

  • Search by topic or arXiv ID: Find papers via keyword queries or jump straight to a specific ID like 2301.07041 or cs/0601001.
  • Download PDFs into a local library: Save results to a configurable directory and reuse existing files safely.
  • Summarize with citation-ready details: Produce structured output including title, authors, date, categories, and abstract plus extracted key contributions.
  • Optional wiki ingestion: If a research-wiki directory is present, ingest returned papers into the wiki using the provided helper.

Quick Start

Ask to search and download the most relevant arXiv papers by running: /arxiv "attention mechanism" - download

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 topic and download the PDFs?

You can search arXiv papers by topic and download PDFs by providing a keyword query with a download directive. The Skill fetches matching papers via the Atom API and saves the PDF files to a configurable local directory.

Can I retrieve a specific arXiv paper using its ID?

Yes, you can retrieve a specific arXiv paper by providing its ID, such as 2301.07041 or cs/0601001. The Skill fetches the exact metadata and abstract, optionally downloading the PDF if requested.

How do I summarize arXiv literature with citation-ready metadata?

To summarize arXiv literature with citation-ready metadata, the Skill extracts titles, authors, dates, categories, and abstracts. It produces structured tabular results and summaries highlighting key contributions for research workflows.

Does the arXiv search Skill support ingesting papers into a local research wiki?

Yes, if a research-wiki directory is present, the Skill supports ingesting returned papers. It uses a provided helper to integrate the fetched metadata and summaries directly into your local wiki.

What is the best way to manage a local PDF library of arXiv papers?

The best way to manage a local PDF library of arXiv papers is using the Skill's configurable directory option with safe file reuse. It downloads requested PDFs while preventing duplicate files in your local storage.

How do I limit the number of arXiv papers returned in a literature search?

You can limit the number of arXiv papers returned in a literature search by using the max argument directive. This controls the volume of tabular results and structured summaries generated by the fetcher.