Поиск и загрузка статей с arXiv
★ 7.1 · research
arxiv is a Claude Code skill that searches, downloads, and summarizes academic papers from arXiv without leaving the project environment. It accepts a free-text query or a specific arXiv ID (in `YYMM.NNNNN` or `category/NNNNNNN` format), queries the arXiv API via `arxiv_fetch.py` with an inline Python fallback, and presents results as a table showing ID, title, authors, publication date, and category. By default it returns up to 10 results and saves PDFs to a `papers/` directory; both limits are overridable through arguments (`- max: N`, `- dir: PATH`). Bulk downloading (`- download: all`) is supported with file-size validation and a one-second delay between requests to avoid rate limiting — making the skill practical for researchers who want to build a local paper library and get a structured summary of each downloaded work.
- #arxiv
- #paper-search
- #academic-research
- #pdf-download
- #literature