papers-reading-skill

papers-reading-skill is a skill for Claude Code, Codex from AOROM/paperreading. It costs 115 tokens per session (1,366 once invoked), scanned A, original, MIT.

A source-based workflow for turning supplied economics, finance, management, or social-science papers into structured, versioned reading records. It keeps claims supported by the paper separate from the researcher’s own analysis.

In plain words
What is it for?
Use it to ingest text, Markdown, or text-based PDFs; review paper methods and findings; preserve evidence; and migrate or finalize PaperReading records.
Why use it?
It helps prevent invented citations or unsupported conclusions by recording the exact source material and its locations, such as pages, sections, tables, and figures.

Skill for Claude CodeCodex

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/aorom/paperreading/papers-reading-skill
Any agent
npx skills add AOROM/paperreading --skill papers-reading-skill
Clone the repo
git clone --depth 1 https://github.com/AOROM/paperreading

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 papers-reading-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/aorom/paperreading/papers-reading-skill.svg)](https://agentmods.dev/skills/aorom/paperreading/papers-reading-skill)
Your own site
<a href="https://agentmods.dev/skills/aorom/paperreading/papers-reading-skill"><img src="https://agentmods.dev/badge/skills/aorom/paperreading/papers-reading-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,366 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00115 $0.01366
Opus 5 $0.00057 $0.00683
Sonnet 5 $0.00023 $0.00273
Haiku 4.5 $0.00012 $0.00137

Measured 4d ago against content hash 3d044414498c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

papers-reading-skill 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/append_paper_reading.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/papers-reading-skill/SKILL.md · 111 lines

How it starts

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

PaperReading Core Adapter

Workflow

  1. Establish the supplied-source boundary. Identify which title, author, journal, date, DOI, page, section, table, figure, equation, appendix, and full-text surfaces are actually available.
  2. For UTF-8 text, Markdown, or a text-based PDF, run paperreading ingest <source> --output <document.json>. Use the resulting source, page, section, block, character-range, and hash metadata; do not invent locators. A scanned PDF requires a separately authorized OCR workflow.
  3. Read the abstract and introduction, theory or hypotheses, data and variables, research design, baseline results, mechanisms, heterogeneity, robustness or endogeneity checks, conclusion, and relevant appendix material.
  4. Build a v0.3 PaperPackage using references/paper-record.md. When provider output is available, preserve it through extract, review, and finalize; never bypass unresolved Candidate or Conflict state. Keep GroundedPaperRecord, EvidenceSpan, and ResearchAnalysis conceptually and structurally separate.
  5. For an existing v0.2 record, run paperreading migrate <record.json> --output <package.json> rather than rewriting it manually. Preserve the resulting migration notes and unverified state.
  6. Run paperreading validate <package.json>. When a matching PaperDocument exists, also run paperreading verify <package.json> --document <document.json> --strict --output <verified.json>.
  7. Resolve every validation error before export. Keep partial or failed verification visible; never upgrade a package to verified by assertion.
  8. Produce only the user-selected output. Load references/reading-fields.md when reviewing the legacy 13-field projection or workbook style.

Evidence protocol

  • Record a source claim only when the paper explicitly states it and bind it to at least one evidence ID.
  • Record a finding only when supplied text, table, figure, equation, or appendix material supports it.
  • Keep researcher or AI-assisted assessment outside the source-grounded record.
  • Preserve null results, caveats, sample limits, identification limits, conflicts, and unresolved fields.
  • Never fabricate a quotation, page, section, block, table, column, figure, equation, appendix, variable, model, test, ranking, or causal claim.
  • Treat traceability as locator specificity, not truth, study quality, causal validity, or external validity.
  • Treat source-content verification as a resolution check against the supplied document, not proof that the paper's methods or conclusions are correct.
  • Do not translate one journal-ranking system into another. Record only independently verified labels with their source and version boundary.

Read the full file on GitHub · 111 lines

Files

What ships with it

5 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. 4d ago First seen · 111 lines · 115 tokens per session scan A 3d044414498c

Subscribe to this mod's changes

papers-reading-skill is a skill published in the GitHub repository AOROM/paperreading (10 stars, last pushed 18d ago), licensed MIT. It adds 115 tokens to every session and 1,366 once invoked, about $0.0006 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.