research-paper

research-paper is a skill for Claude Code from geronimo-iia/agent-skills. It costs 81 tokens per session (1,289 once invoked), scanned A, original, MIT.

A workflow for turning one academic paper from a PDF or web address into organised, source-linked notes in a research knowledge base.

In plain words
What is it for?
Use it to acquire a paper, extract its contents, analyse its claims with confidence markers, and integrate it into the right topic.
Why use it?
It keeps claims traceable to the paper and shows how the new findings affect existing knowledge instead of producing an isolated summary.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the geronimo-skills plugin — 9 skills shipped together

Good fit Use it to acquire a paper, extract its contents, analyse its claims with confidence markers, and integrate it into the right topic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/geronimo-iia/agent-skills/research-paper
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.

Any agent
npx skills add geronimo-iia/agent-skills --skill research-paper
Clone the repo
git clone --depth 1 https://github.com/geronimo-iia/agent-skills

Made for: Claude Code.

Or install geronimo-skills, the plugin that ships this one along with the rest of its 9 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 research-paper

README.md
[![agentmods](https://agentmods.dev/badge/skills/geronimo-iia/agent-skills/research-paper/github.svg)](https://agentmods.dev/skills/geronimo-iia/agent-skills/research-paper)
Your own site
<a href="https://agentmods.dev/skills/geronimo-iia/agent-skills/research-paper"><img src="https://agentmods.dev/badge/skills/geronimo-iia/agent-skills/research-paper/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-paper

Your own site · 80×15
<a href="https://agentmods.dev/skills/geronimo-iia/agent-skills/research-paper"><img src="https://agentmods.dev/badge/skills/geronimo-iia/agent-skills/research-paper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00081 $0.01289
Opus 5 $0.00041 $0.00645
Sonnet 5 $0.00016 $0.00258
Haiku 4.5 $0.00008 $0.00129

Measured 7d ago against content hash 894382023beb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

research-paper 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 7d ago.

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.

"Bash(curl *)",
skills/research-paper/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research Paper Processing

Processes an academic paper into the knowledge repository following the sources → extract → analysis → studies → synthesis pipeline. Produces confidence-annotated claims traceable to exact source sections.

Apply kb-conventions skill for annotation markers, KB directory layout, frontmatter schema, and synthesis impact rules.

Prerequisites

Add to .claude/settings.json before running:

{
  "permissions": {
    "allow": [
      "Bash(xberg *)",
      "Bash(uvx marker-pdf *)",
      "Bash(curl *)",
      "Bash(mkdir *)",
      "Bash(cp *)"
    ]
  }
}

When to use

  • Single paper (PDF or URL) to integrate into a topic KB
  • Need structured analysis with traceable claims
  • Want synthesis impact assessment against existing KB

For multiple sources requiring multi-axis extraction, use research-extraction instead.

Step 1 — Identify paper and topic

Ask the user (or infer from context):

  • Paper source: URL or local PDF path
  • Target topic directory within the knowledge base
  • Create the topic directory if it does not exist (see kb-conventions for layout)

Step 2 — Acquire the source

URL

mkdir -p "<topic>/sources/<slug>"
curl -L "<url>" -o "<topic>/sources/<slug>/original.pdf"

Skip if file already exists.

Local PDF

Copy to <topic>/sources/<slug>/original.pdf if not already there.

Create source.md

Create <topic>/sources/<slug>/source.md using the template from kb-conventions. Fill title, type, summary, tags, status: draft, last_updated from what is already known (title page, URL, user context). Leave tldr, claims, concepts empty — populated after Step 4.

Step 3 — Extract text

Use the pdf-parse skill to extract text. It selects the right tool automatically (xberg for machine-readable, marker-pdf via uvx for scanned) and handles tool installation.

For academic papers, pass --use_llm --force_ocr to the pdf-parse skill for best quality on scanned sources.

Read the full file on GitHub · 139 lines

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. 7d ago Changed · +23 lines 894382023beb
  2. 12d ago First seen · 116 lines · 81 tokens per session scan A c40e5708e8e3

Subscribe to this mod's changes

research-paper is a skill published in the GitHub repository geronimo-iia/agent-skills (2 stars, last pushed 11d ago), licensed MIT. It adds 81 tokens to every session and 1,289 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-31.