paper-retriever

paper-retriever is a skill for Claude Code from ctoth/research-papers-plugin. It costs 88 tokens per session (2,391 once invoked), scanned A, original, no licence file.

A scientific-paper downloader that accepts an arXiv URL, DOI, or title and saves the PDF in the papers/ directory. It tries open-access sources before handing paywalled papers to another retrieval backend.

In plain words
What is it for?
Use it to collect papers from arXiv, publisher pages, Unpaywall, or open repositories, with separate backends for some paywalled papers.
Why use it?
It brings several ways to find a paper into one workflow instead of requiring separate searches and downloads.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the research-papers plugin — 28 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ctoth/research-papers-plugin/paper-retriever
Any agent
npx skills add ctoth/research-papers-plugin --skill paper-retriever
Clone the repo
git clone --depth 1 https://github.com/ctoth/research-papers-plugin

Made for: Claude Code.

Or install research-papers, the plugin that ships this one along with the rest of its 28 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for paper-retriever

README.md
[![agentmods](https://agentmods.dev/badge/skills/ctoth/research-papers-plugin/paper-retriever.svg)](https://agentmods.dev/skills/ctoth/research-papers-plugin/paper-retriever)
Your own site
<a href="https://agentmods.dev/skills/ctoth/research-papers-plugin/paper-retriever"><img src="https://agentmods.dev/badge/skills/ctoth/research-papers-plugin/paper-retriever.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,391 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00088 $0.02391
Opus 5 $0.00044 $0.01196
Sonnet 5 $0.00018 $0.00478
Haiku 4.5 $0.00009 $0.00239

Measured 6d ago against content hash f6ce2e931f15, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

paper-retriever scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/emit_nested_retriever_fallback.py, scripts/fetch_paper.py, scripts/search_papers.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

mkdir -p "./papers/<dirname>" && curl -L -o "./papers/<dirname>/paper.pdf" "OPEN_ACCESS_URL"
plugins/research-papers/skills/paper-retriever/SKILL.md · 219 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 219 lines · 88 tokens per session scan A f6ce2e931f15

Subscribe to this mod's changes

paper-retriever is a skill published in the GitHub repository ctoth/research-papers-plugin (31 stars, last pushed 12d ago), with no licence file. It adds 88 tokens to every session and 2,391 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

breferrari/obsidian-mind · 102 tokens

nsfc-budget

当用户明确要求“写/生成 NSFC 预算说明书”“写预算说明”“生成 budget.tex / budget.pdf”“写国自然预算 justification”时使用。基于用户标书正文或补充材料,输出一份可提交的预算说明书 LaTeX 项目并渲染 budget.pdf。若用户未指定工作目录,必须暂停并先要求其指定。⚠️ 不适用:用户只是想了解预算原则;用户仅要预算表数字而不写说明书;或用户是 2026 青年 A/B/C 默认包干制且无需预算说明书的场景。.

huangwb8/ChineseResearchLaTeX · 138 tokens

nsfc-ref-alignment

检查 NSFC 标书正文引用与参考文献的一致性与真实性风险(只读):核查 bibkey 是否存在、BibTeX 字段与 DOI 等格式问题,并生成结构化输入供宿主 AI 逐条评估“正文表述是否真的在引用该文献”;默认仅输出审核报告,不直接修改标书或 .bib(除非用户明确要求)。.

huangwb8/ChineseResearchLaTeX · 90 tokens

nature-figure

Create, revise, audit, and export submission-grade scientific figures for Nature-family and other high-impact venues in Python (matplotlib/seaborn) or R (ggplot2/patchwork/ComplexHeatmap), including multi-panel plots, figures4papers-style work, and journal-ready SVG/PDF/TIFF outputs. Use for paper or scientific plots…

hamzabellouch/agent-skills · 235 tokens

nature-paper2ppt

Build a complete Nature-style Chinese PPTX presentation from a scientific paper, preprint, PDF, article text, figure legends, or reading notes. Use for journal club, group meeting, thesis seminar, paper sharing, conference or defense decks, and Chinese requests such as 论文做PPT、论文汇报、组会PPT、文献汇报、学术汇报、做幻灯片、读书报告PPT. It…

hamzabellouch/agent-skills · 177 tokens

pydicom

Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.

K-Dense-AI/scientific-agent-skills · 56 tokens