arxiv

Search arXiv by query or ID and return structured paper metadata.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill arxiv-thufanzd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/THUFanZd/Sewed_pipeline/tree/main/.agents/skills/arxiv
Command: npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill arxiv-thufanzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps researchers and students quickly locate, fetch, and summarize arXiv papers, enabling efficient literature reviews and faster knowledge gathering.

Core Features & Use Cases

  • Search by topic or arXiv ID to locate relevant papers and extract concise metadata.
  • Download PDFs and metadata for offline reading, archiving, and note-taking.
  • Summarize abstracts and key contributions to build literature notes and discovery dashboards.
  • Use case: when you need to perform a quick literature sweep, search arXiv, retrieve top results, and generate compact summaries with essential details.

Quick Start

Tell the arxiv skill to search for "attention mechanism" and fetch the top result's PDF and summary.

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 or ID and get the abstracts?

You can search arXiv papers by providing a topic query or a specific arXiv ID. The skill returns structured metadata including titles, authors, published dates, categories, and abstracts for the matching papers.

Can I download arXiv PDFs and metadata for offline reading?

Yes, the skill can download arXiv PDFs and metadata. It operates within a defined local directory to fetch and store PDFs, enabling offline reading, archiving, and literature note-taking.

What arXiv ID formats are supported when fetching paper metadata?

The skill supports both standard arXiv ID formats: the YYMM.NNNNN format and the category/YYMMNNN format. This ensures accurate paper retrieval and structured metadata extraction.

How do I summarize arXiv abstracts to build literature review notes?

You can summarize arXiv abstracts by searching for a topic and retrieving the top results. The skill extracts concise metadata and key contributions to help build compact literature notes and discovery dashboards.

Does the arXiv fetch tool require a local script to operate?

No, the arXiv fetch tool uses a local fetch script if available, but it automatically falls back to a lightweight API-based query to parse and return structured results when a local script is absent.