read-research-paper

read-research-paper is a skill for Claude Code, Codex from aniketkrs/research-paper. It costs 172 tokens per session (3,342 once invoked), scanned A, original, MIT.

A skill that turns one research paper into a visual and plain-English reading guide. It can work from a URL, arXiv identifier, DOI, PDF, or pasted text; arXiv is a public archive of research papers.

In plain words
What is it for?
Use it to create paper summaries, method flowcharts, key-result visuals, related-work timelines, comparison tables, and plain-language explanations.
Why use it?
Research papers can be difficult to scan and understand quickly. This skill organises the paper into summaries, diagrams, timelines, comparisons, and technical explanations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create paper summaries, method flowcharts, key-result visuals, related-work timelines, comparison tables, and plain-language explanations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aniketkrs/research-paper/read-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 aniketkrs/research-paper --skill read-research-paper
Clone the repo
git clone --depth 1 https://github.com/aniketkrs/research-paper

Made for: Claude Code, Codex.

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 read-research-paper

README.md
[![agentmods](https://agentmods.dev/badge/skills/aniketkrs/research-paper/read-research-paper/github.svg)](https://agentmods.dev/skills/aniketkrs/research-paper/read-research-paper)
Your own site
<a href="https://agentmods.dev/skills/aniketkrs/research-paper/read-research-paper"><img src="https://agentmods.dev/badge/skills/aniketkrs/research-paper/read-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 read-research-paper

Your own site · 80×15
<a href="https://agentmods.dev/skills/aniketkrs/research-paper/read-research-paper"><img src="https://agentmods.dev/badge/skills/aniketkrs/research-paper/read-research-paper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 172 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,342 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00172 $0.03342
Opus 5 $0.00086 $0.01671
Sonnet 5 $0.00034 $0.00668
Haiku 4.5 $0.00017 $0.00334

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

Security

Grade A, and why

read-research-paper scanned grade A with 0 findings 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 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (toolchains/extract_pdf.py, toolchains/fetch_paper.py, toolchains/read_any_file.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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/read-research-paper/SKILL.md · 327 lines

How it starts

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

Read Research Paper

Where the other two skills do this:

Skill What it does
get-research-paper FINDS real papers on a topic
research-paper WRITES new papers
read-research-paper (this) READS ONE paper and makes it engaging

Give it a URL, arXiv ID, DOI, or pasted text. It produces a visual, multi-layer rendering: technical depth + plain English + mind maps + method flowcharts + key-finding infographics + comparison tables + related-work timelines.

This file is the entry point. Heavier guidance lives in topic folders and is loaded on demand.


1. When to activate

Slash commands

Command What it does
/read-research-paper <input> Full visual rendering (default)
/read-paper <input> Alias
/explain-paper <input> Same, with extra plain-English layer
/visualize-paper <input> Same, emphasizing visuals over prose
/tldr-paper <input> One-page infographic summary only

<input> can be:

  • A URL: https://arxiv.org/abs/2403.01234, https://doi.org/..., https://example.com/paper.pdf, journal landing page, etc.
  • An arXiv ID: 2403.01234 or cs.LG/0701002
  • A DOI: 10.1145/3589334
  • Pasted text: the paper's abstract or full body
  • A local file in any supported format (see below).

Supported file formats

The skill reads any of these as input:

Format Extensions Library used Always available?
Markdown .md, .markdown stdlib yes
Plain text .txt stdlib yes
LaTeX .tex, .latex stdlib + regex de-LaTeX yes
JSON .json stdlib yes
HTML .html, .htm beautifulsoup4 (or regex) yes (regex fallback)
CSV / TSV .csv, .tsv pandas (or stdlib) yes (basic via stdlib)
RTF .rtf striprtf (or regex) yes (regex fallback)
PDF .pdf pdfplumber / pypdf install one
DOCX .docx python-docx install
PPTX .pptx python-pptx install
XLSX .xlsx, .xls pandas + openpyxl install
EPUB .epub ebooklib install
Images .png, .jpg, .tiff, .bmp pytesseract + PIL install (OCR)

Read the full file on GitHub · 327 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. 11d ago First seen · 327 lines · 172 tokens per session scan A 03b8c2c8dd31

Subscribe to this mod's changes

read-research-paper is a skill published in the GitHub repository aniketkrs/research-paper (4 stars, last pushed 3mo ago), licensed MIT. It adds 172 tokens to every session and 3,342 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

davila7/claude-code-templates · 65 tokens

acl-review-process

Use when reasoning about how an ACL paper travels through ACL Rolling Review and conference commitment, covering reviewer and area-chair roles, meta-reviews, the commitment decision by senior area chairs and program chairs, Findings versus main-conference outcomes, ethics review escalation, and resubmission strategy…

brycewang-stanford/Awesome-Journal-Skills · 62 tokens

academic-paper-reviewer

Multi-perspective academic paper review with dynamic reviewer personas. Simulates 5 independent reviewers (EIC + 3 peer reviewers + Devil's Advocate) with field-specific expertise. Supports full review, re-review (verification), quick assessment, methodology focus, Socratic guided, and calibration modes. Triggers on…

tuoxie2046/claude-code-research-skills · 104 tokens

deep-research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring…

tuoxie2046/claude-code-research-skills · 225 tokens

scholar-evaluation

Systematically evaluate scholarly work using the ScholarEval framework, providing structured assessment across research quality dimensions including problem formulation, methodology, analysis, and writing with quantitative scoring and actionable feedback.

TobiasBlask/open-paper-machine · 40 tokens

rwkv-architecture

RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.

davila7/claude-code-templates · 72 tokens