One-click install
npx skills add https://github.com/lightrain-a/medtrace-aris --skill arxiv-lightrain-a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/lightrain-a/medtrace-aris/tree/main/.vendor/aris/skills/arxiv
Command: npx skills add https://github.com/lightrain-a/medtrace-aris --skill arxiv-lightrain-a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the time-consuming work of searching arXiv, locating the right paper, downloading the PDF, and producing a readable summary you can reuse for research and citations.

Core Features & Use Cases

  • arXiv search and filtering: Supports free-text topics and direct arXiv identifiers, returning a compact results table.
  • Targeted fetch & PDF download: Downloads specific papers by ID or bulk-downloads top results into a local paper library directory.
  • Structured summary output: Produces a summary that includes title, authors, categories, abstract, and contribution highlights, optionally referencing the local PDF.
  • Optional research-wiki ingestion: When a project research wiki directory exists, it ingests retrieved papers to keep your research notes synchronized.

Quick Start

Ask to search and download papers from arXiv by running: /arxiv "attention mechanism" - max: 5 - download

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for arXiv papers and download the PDFs?

You can search arXiv papers by providing a free-text topic or a specific arXiv identifier. The skill retrieves matching papers and optionally downloads the PDF files directly into a configurable local directory.

Can I generate structured summaries for academic literature?

Yes, the skill produces structured summaries for academic literature that include the title, authors, categories, abstract, and contribution highlights. It optionally references the local PDF file path within the summary output.

How do I bulk download arXiv papers by topic?

You can bulk download arXiv papers by querying a free-text topic and specifying a maximum result count. The skill fetches the top matching papers and saves the PDF files into your local paper library directory.

Does the arXiv search skill support direct ID fetching?

Yes, the skill supports targeted fetching using specific arXiv identifiers. It retrieves the exact paper metadata and downloads the corresponding PDF file to your local storage.

Can I sync downloaded arXiv papers with a research wiki?

Yes, when a project research wiki directory exists, the skill ingests retrieved arXiv papers automatically. This keeps your research notes synchronized with the newly downloaded literature.

What is the best way to manage a local arXiv paper library?

The best way to manage a local arXiv paper library is to use the download directive to save PDFs under a configurable directory. The skill handles bulk downloads and metadata extraction for reproducible paper management.