arxiv

Search, download, and summarize academic papers from the arXiv API.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill arxiv-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/arxiv
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill arxiv-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding and collecting academic papers from arXiv manually requires browsing the website, copying metadata, and downloading PDFs one by one. This Skill automates the entire workflow from search query to a local, organized paper library with structured summaries. ## Core Features & Use Cases - arXiv Search: Query the arXiv API by topic or paper ID and receive results as a formatted table with IDs, titles, authors, dates, and categories. - PDF Download: Download one or all result PDFs to a local paper directory with size validation, rate limiting, and duplicate protection. - Structured Summaries: Generate Markdown summaries with full abstracts, author lists, and extracted key contributions for each paper. - Use Case: A researcher starting a literature review on attention mechanisms can search arXiv, download the top 10 papers into a papers/ folder, and get citation-ready summaries in a single request. ## Quick Start Search arXiv for papers on neural video compression and download the top results to my papers folder.

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?▼

Run the arxiv skill with a search query to query the arXiv API and receive results as a formatted table with IDs, titles, authors, and dates. You can control the number of results with a max directive such as '- max: 20'.

How to download an arXiv paper PDF by ID?▼

Pass a bare arXiv ID like 2301.07041 or cs/0601001 with the download directive to fetch the PDF directly without searching. The file is saved to the papers directory and validated to be larger than 10 KB.

Does the arXiv search support old-style paper IDs?▼

Yes, both arXiv ID formats are handled: new-style IDs like 2301.07041 and old-style category IDs like cs/0601001. When an ID pattern is detected, the search step is skipped and the paper is fetched directly.

Why did my arXiv PDF download fail or get rejected?▼

Downloads are rejected when the resulting file is smaller than 10 KB, which usually indicates an HTML error page instead of a PDF. The skill also retries once after 5 seconds on HTTP 429 rate-limit responses and waits 1 second between downloads.

What happens if the arXiv API is unreachable?▼

The skill reports the connection error clearly and suggests falling back to a web-based research skill as an alternative. No partial or corrupted files are kept when a download fails validation.