arxiv
arxiv lets you search the arXiv repository by keyword or paper ID, then download full PDFs and view complete metadata including authors, abstract, and publication date. Results display in a sortable table format, and papers can be saved to a local directory for offline access.
arxiv searches academic papers by topic or ID and downloads PDFs to your local library.
AI-generated summary based on this skill's SKILL.md
Install
wanshuiyin/Auto-claude-code-research-in-sleep/arxiv · repository language: Python
git clone https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep
cp -r Auto-claude-code-research-in-sleep/skills/arxiv ~/.claude/skills/arxivFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I search arxiv for attention mechanism papers?
arxiv lets you search the arXiv repository by entering keywords like "attention mechanism" to find relevant papers. The skill returns results in a sortable table format showing paper metadata including title, authors, abstract, and publication date. You can then select papers to download or view full details.
Can I download arxiv paper 2301.07041 directly?
Yes. arxiv supports downloading papers by their arXiv ID. Simply provide the paper ID (like 2301.07041) and the skill will fetch the full PDF and save it to your local directory for offline access. You can also download multiple papers in batch operations.
What file formats does arxiv support for saving papers?
arxiv downloads academic papers as PDFs to your local directory. The skill preserves the full paper content in standard PDF format, making papers easy to read, annotate, and organize offline alongside your research materials.
Does arxiv let me search by category like cs.LG?
Yes. arxiv supports searching within specific arXiv categories such as cs.LG (Computer Science - Machine Learning), cs.CV (Computer Vision), and others. You can narrow results by category or combine category filters with keyword searches to find papers in your research area.
Can arxiv summarize papers after downloading them?
arxiv can find and summarize research papers from arXiv. After downloading a paper or retrieving search results, the skill can generate summaries to help you quickly understand key findings, methods, and contributions without reading the entire PDF.
How does arxiv organize downloaded papers locally?
arxiv supports batch downloading multiple papers and organizing them in your local directory. Papers are saved with their metadata, making it easy to manage collections for specific research topics and integrate them into your research wiki or knowledge base.
SKILL.md
rendered from the published skill — quoted content, verbatim
arXiv Paper Search & Download
Search topic or arXiv paper ID: $ARGUMENTS
Constants
- PAPER_DIR - Local directory to save downloaded PDFs. Default:
papers/in the current project directory. - MAX_RESULTS = 10 - Default number of search results.
- ARXIV_FETCHER — canonical name
arxiv_fetch.py, resolved pershared-references/integration-contract.md§2 (Policy D1 — primary + fallback cascade). If unresolved (canonical chain exhausted), fall back to the inline Python alternative documented in Step 2.
> Overrides (append to arguments):
> - /arxiv "attention mechanism" - max: 20 - return up to 20 results
> - /arxiv "2301.07041" - download - download a specific paper by ID
> - /arxiv "query" - dir: literature/ - save PDFs to a custom directory
> - `/arxiv "query" -
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/arxiv/SKILL.md