paper_download
Download academic papers using DOI, arXiv ID, or URL. Prioritizes open access sources like Unpaywall, arXiv, and CORE before Sci-Hub.
Instructions
Download academic paper by DOI, arXiv ID, or URL.
Prioritizes open access sources (Unpaywall, arXiv, CORE) before Sci-Hub.
Sources: Unpaywall (OA), arXiv (OA), CORE (OA), Sci-Hub (last resort)
Args:
identifier: DOI, arXiv ID, or URL
output_dir: Save directory (default: './downloads')
Returns:
Markdown with file path, metadata, source, or error message
Examples:
paper_download("10.1038/nature12373") # DOI
paper_download("2301.00001") # arXiv ID
paper_download("https://arxiv.org/abs/2301.00001") # URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| output_dir | No | ./downloads |