download_scihub
Obtain the full PDF of a paywalled academic paper published before 2023 by providing its DOI. Use after searching CrossRef to get the DOI.
Instructions
Download paper PDF via Sci-Hub using DOI (for older papers only).
USE THIS TOOL WHEN:
- You have a DOI and need the full PDF
- The paper was published BEFORE 2023
- The paper is behind a paywall and not on arXiv
- You first searched CrossRef and got the DOI
WORKFLOW: search_crossref(query) -> get DOI -> download_scihub(doi)
Args:
doi: Paper DOI (e.g., '10.1038/nature12373', '10.1126/science.1234567').
save_path: Directory to save PDF (default: ~/paper_downloads).
Returns:
Path to downloaded PDF file (e.g., 'downloads/scihub_10.1038_xxx.pdf'),
or error message if download fails.
Example:
download_scihub("10.1038/nature12373") # 2013 Nature paperInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | ||
| save_path | No |