skill/paper-fetcher/SKILL.md
Fetch academic papers from Sci-Hub given a DOI. Automatically downloads PDFs and saves them to research/papers/ with clean filenames. Use when the user provides a DOI or requests a paper from PubMed.
npx skillsauth add Centaurioun/osteogenesis_imperfecta paper-fetcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automated academic paper retrieval from Sci-Hub.
Simple fetch:
Get paper: 10.1038/nature12345
Multiple papers:
Fetch these papers:
- 10.1016/j.cell.2023.01.001
- 10.1038/s41586-2023-06789-0
- 10.1126/science.abc1234
With context:
Get the epitalon paper: 10.1007/s12603-011-0032-7
research/papers/ with clean filenameworkspace/
└── research/
└── papers/
├── paper_10.1038_nature12345.pdf
├── paper_10.1016_j.cell.2023.01.001.pdf
└── ...
paper_[DOI with slashes replaced].pdf
Examples:
10.1038/nature12345 → paper_10.1038_nature12345.pdf10.1016/j.cell.2023.01.001 → paper_10.1016_j.cell.2023.01.001.pdfWhen user provides a DOI:
If paper not found on Sci-Hub:
If download fails:
With Obsidian Sync:
With Research Automation:
Finding DOIs:
Format flexibility:
https://doi.org/10.1038/nature12345 ✅10.1038/nature12345 ✅Batch fetching:
Status: Active
Sci-Hub Domain: https://www.sci-hub.su
Save Location: research/papers/
tools
Automated generation of baseline characteristics tables (Table 1) for clinical research papers.
development
Statistical models library for Python. Use when you need specific model classes (OLS, GLM, mixed models, ARIMA) with detailed diagnostics, residuals, and inference. Best for econometrics, time series, rigorous inference with coefficient tables. For guided statistical test selection with APA reporting use statistical-analysis.
development
Configure and manage - Calculate statistical significance calculator operations. Auto-activating skill for Data Analytics. Triggers on: statistical significance calculator, statistical significance calculator Part of the Data Analytics skill category. Use when working with statistical significance calculator functionality. Trigger with phrases like "statistical significance calculator", "statistical calculator", "statistical".
development
Statistical test selection, assumption checking, and APA-formatted reporting. Use when analyzing experimental results or writing results sections.