read-paper-to-notes

read-paper-to-notes is a skill for Codex from yujie-jason-zhang/polish_skill. It costs 116 tokens per session (1,124 once invoked), scanned A, original, MIT.

A skill that reads one academic paper from a PDF or supplied text and turns it into a structured Markdown note. The note can cover the paper’s problem, method, equations, experiments, results, limitations, and implications.

In plain words
What is it for?
Use it when you need to understand, explain, summarize, or extract specific parts of a research paper, such as a figure, equation, experiment, or limitation.
Why use it?
It provides a reusable record of a close reading instead of leaving key details scattered across the paper or a loose summary. It also keeps the notes grounded in the supplied source.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when you need to understand, explain, summarize, or extract specific parts of a research paper, such as a figure, equation, experiment, or limitation.

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

Made for: 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-paper-to-notes

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yujie-jason-zhang/polish_skill/read-paper-to-notes"><img src="https://agentmods.dev/badge/skills/yujie-jason-zhang/polish_skill/read-paper-to-notes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,124 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.00116 $0.01124
Opus 5 $0.00058 $0.00562
Sonnet 5 $0.00023 $0.00225
Haiku 4.5 $0.00012 $0.00112

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

Security

Grade A, and why

read-paper-to-notes 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 12d 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.

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.

read-paper-to-notes/SKILL.md · 63 lines

How it starts

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

Read Paper to Notes

Scope

Read one academic paper closely and produce a reusable Markdown note grounded in the supplied source.

For a complete paper note, read references/reading_protocol.md before drafting and use assets/paper-note-template.md as the output structure. Adapt the number of method, equation, and experiment subsections to the paper; keep the core headings and evidence conventions.

Use another skill when the main task is:

  • synthesizing several papers into related work or a literature review: use problem-driven-literature-review if available;
  • diagnosing or rewriting the argument of the user's manuscript: use paper-argument-reconstructor if available;
  • polishing manuscript language or preserving TeX: use paper-polisher if available;
  • auditing novelty claims or an experiment plan: use the corresponding audit skill if available.

Modes

  • Full-note mode: Read the complete paper and fill the bundled Markdown template. Use this by default when the user asks to read a paper or create paper notes.
  • Focused mode: Analyze only the requested element, such as one equation, method module, figure, experiment, or limitation. Do not force the complete template.
  • Enriched mode: Add verified publisher metadata, project code, datasets, or related-paper context when the user requests them or explicitly permits outside research. Keep outside information separate from paper-derived content.

Default to paper-only mode. Do not silently add web knowledge to a note presented as a summary of the supplied paper.

Workflow

  1. Establish the source boundary, requested output language, desired depth, and user research context. Infer obvious preferences from the request; ask only when missing information would materially change the note.
  2. Verify that the PDF or text is readable. Identify missing pages, failed extraction, scans requiring OCR, inaccessible supplements, or unreadable equations before claiming full coverage.
  3. Read in multiple passes: map the paper structure, reconstruct its problem-to-method chain, inspect technical details, and audit the evidence. Follow references/reading_protocol.md.
  4. Track important claims in an evidence ledger with the claim type and source location. Use printed page labels when visible; otherwise use PDF p.N. Add section, equation, table, or figure identifiers when available.
  5. Produce the note with assets/paper-note-template.md. Replace every placeholder, retain 论文未报告, 不适用, or 无法可靠读取 where appropriate, and never fill a section by invention.
  6. Check numerical values, units, metric directions, equation symbols, baseline names, dataset names, and claim boundaries against the source before finalizing.

Read the full file on GitHub · 63 lines

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. 12d ago First seen · 63 lines · 116 tokens per session scan A 7b32a3f017c6

Subscribe to this mod's changes

read-paper-to-notes is a skill published in the GitHub repository yujie-jason-zhang/polish_skill (18 stars, last pushed 1mo ago), licensed MIT. It adds 116 tokens to every session and 1,124 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-30.

Related

Other skills, from other repositories

overleaf

Sync and manage Overleaf LaTeX projects from the command line. Pull projects locally, push changes back, compile PDFs, and download compile outputs like .bbl files for arXiv submissions. Use when working with LaTeX, Overleaf, academic papers, or arXiv.

aloth/olcli · 62 tokens

latex-rescue

Diagnose and fix LaTeX compilation errors. Handles undefined control sequences, missing brackets, math mode violations, package conflicts, undefined references, and environment mismatches.

Calix-L/awesome-latex-skills · 37 tokens

pdf2tex

Convert PDF documents back into editable LaTeX source code. Extracts text, math, tables, figures, and structure. Uses pymupdf + AI for intelligent reconstruction.

Calix-L/awesome-latex-skills · 39 tokens

awesome-ieee-report

Generates IEEE-format LaTeX technical reports from project requirements and codebase evidence, using academic prose, pseudocode-only explanations, BibTeX references, and IEEEtran formatting.

EnesDemir143/awesome-ieee-report · 41 tokens

paper-figures

Extract figures from downloaded papers and include them in survey/review reports. Use when the report covers other groups' work and benefits from their architecture diagrams, experimental plots, or system schematics. Your brain prompt supplies the absolute path to the extract-figures script as {{EXTRACTFIGURES}} — use…

Muuuun/luxas · 79 tokens

compile-latex

Compile a Beamer LaTeX slide deck with XeLaTeX (3 passes + bibtex). Use when user says "compile", "build the slides", "rebuild the PDF", "run latex", "render the tex", or asks why a .tex file isn't producing a PDF. Operates on Slides/.tex.

pedrohcgs/claude-code-my-workflow · 73 tokens