paper-fetch
Download scientific paper PDFs by DOI or title
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install paper-fetch?โผ
Run `npx skills add Agents365-ai/paper-fetch --all -g -y` in your terminal to install the skill globally for your agent.
How to download a paper PDF by DOI?โผ
Just ask your agent to fetch the DOI, or run the fetch script directly. It tries seven sources in order and saves a cleanly named PDF to your chosen folder.
Can paper-fetch find a PDF from only a title?โผ
Yes. It resolves titles to DOIs through Crossref and Semantic Scholar, then downloads the PDF through the same fallback chain.
Does paper-fetch support batch downloads?โผ
Yes. Pass a text file of DOIs or pipe them via stdin, and use an idempotency key to safely retry without re-downloading finished items.
Does paper-fetch work with Claude Code and other agents?โผ
Yes. It follows the universal SKILL.md standard and runs in Claude Code, Codex, OpenClaw, Cursor, and any compatible agent host.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides