arxiv 论文搜索与下载

Search arXiv via API with Lucene queries and download PDFs.

21|12|Updated May 17, 2026
One-click install
npx skills add https://github.com/AIAsys/AIASys --skill arxiv-aiasys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv 论文搜索与下载
Source: https://github.com/AIAsys/AIASys/tree/main/apps/backend/capability_sources/builtin/skill/arxiv-search-skill
Command: npx skills add https://github.com/AIAsys/AIASys --skill arxiv-aiasys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Manually searching for relevant academic papers on arXiv, verifying their metadata, and downloading PDFs for research is time-consuming and error-prone, especially when conducting large-scale literature reviews or building reference collections for autonomous research agents.

Core Features & Use Cases

  • Structured API Search: Supports complex Lucene queries, field-specific filtering (title, author, abstract, category), and date-based sorting to find exactly the papers you need.
  • Rate-Limited Batch Downloads: Automatically enforces arXiv's rate limits to avoid being blocked, with support for bulk PDF retrieval for multiple papers at once.
  • Use Case: Researchers conducting literature reviews, autonomous agents collecting references for analysis, and anyone needing to gather domain-specific academic papers quickly and compliantly.

Quick Start

Use the arxiv 论文搜索与下载 skill to find 15 recent papers on diffusion model applications in healthcare and download their PDFs to your workspace papers folder.

Frequently Asked Questions about arxiv 论文搜索与下载

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

FAQPage Schema
How do I automate arXiv paper search and PDF download for a literature review?

Yes, you can execute complex Lucene queries for arXiv academic search to apply field-specific filtering like title, author, abstract, and category, alongside date-based sorting. This structured API search mechanism finds exactly the targeted papers needed for research workflows.

Does automated arXiv PDF retrieval enforce rate limits to avoid being blocked?

Automated arXiv PDF retrieval enforces rate limits to fully comply with arXiv usage policies and avoid being blocked. The batch download mechanism supports bulk PDF retrieval for multiple papers at once while strictly maintaining these necessary constraints.

Can I extract metadata when downloading arXiv papers in bulk?

You can extract metadata when downloading arXiv papers in bulk during the structured API search process. This mechanism verifies publication details and retrieves PDFs, providing the necessary metadata extraction to build domain-specific knowledge bases from recent publications.

What is the best way to collect domain-specific academic papers for autonomous agents?

The best way to collect domain-specific academic papers for autonomous agents is using structured API-based search with Lucene query support and rate-limited PDF downloads. This gathers reference collections quickly and compliantly from the arXiv repository.

Do I need the requests library to run arXiv API queries and paper downloads?

You need the requests library to run arXiv API queries and execute paper downloads. This dependency enables the script components to perform structured API-based search, enforce rate limits, and handle PDF retrieval within your research workflow environment.