
from nano-scientist96
Search arXiv for papers, fetch metadata and PDFs, and generate concise summaries suitable for research workflows.
Fetches metadata and PDFs from arXiv for a given query or arXiv ID, verifies downloads, and formats human-readable summaries for each paper. It can download single or multiple PDFs, verify file integrity, and optionally prepare content for a local research wiki.
Use this skill when you need to find academic papers on arXiv by topic or ID, quickly download PDFs to a local folder, or produce structured summaries (title, authors, date, abstract, key contributions) for literature reviews and research notes. Ideal for building reading lists, archiving PDFs, or ingesting papers into a research wiki.
Works well with agents that can run Python or shell commands (Claude Code, Copilot/Codex, Gemini CLI) since it uses Python fetch/download fallbacks and standard command-line tooling.
arXiv paper search and download skill with well-structured SKILL.md covering search, fetch, download, and summarization. No bundled scripts — relies on inline Python fallbacks and an external fetch script. Uses plain HTTP for arXiv API endpoint (minor security concern). Clear workflow with rate limiting and error handling guidance.
Clean skill with no malicious indicators. Well-documented multi-step workflow. The http:// endpoint usage is the most notable security finding. No scripts were present to test.