paper-fetch-skill
Fetch full-text academic papers as clean structured Markdown
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install paper-fetch-skill?โผ
Run `npx skills add Dictation354/paper-fetch-skill --all -g -y` in your terminal to install the skill globally for your agent.
How to get full paper text from a DOI?โผ
Pass the DOI, URL, or title to paper-fetch and it returns structured Markdown with sections, formulas, tables, references, and downloadable figures.
Does paper-fetch bypass paywalls?โผ
No. It only retrieves content you already have legal access to, using your own credentials, API keys, or institutional access.
Does paper-fetch work with Claude Code and Codex?โผ
Yes. It ships an MCP server and a SKILL.md file so hosts like Claude Code, Codex, and Cursor can call it directly.
Can I fetch many papers at once?โผ
Yes. Provide a text file with one query per line and the batch mode fetches them concurrently, logging each result to a JSONL report.
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