paper-deep-note

paper-deep-note is a skill for Codex from chtc66/academic-skills. It costs 54 tokens per session (576 once invoked), scanned A, original, MIT.

A Chinese reading-note workflow for one academic paper, using a PDF, arXiv link, title, abstract, or excerpts. It records the research question, method, evidence, limitations, reproduction risks, and reading priority while stating how much source material was available.

In plain words
What is it for?
Creating a grounded reading card, judging whether a paper deserves close or quick reading, summarizing contributions, identifying missing details, and noting risks in reproducing the work.
Why use it?
It prevents conclusions from being presented as certain when only an abstract or a small excerpt was provided.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Creating a grounded reading card, judging whether a paper deserves close or quick reading, summarizing contributions, identifying missing details, and noting risks in reproducing the work.

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

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 paper-deep-note

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/chtc66/academic-skills/paper-deep-note"><img src="https://agentmods.dev/badge/skills/chtc66/academic-skills/paper-deep-note.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 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.00054 $0.00576
Opus 5 $0.00027 $0.00288
Sonnet 5 $0.00011 $0.00115
Haiku 4.5 $0.00005 $0.00058

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

Security

Grade A, and why

paper-deep-note 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 9d 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.

paper-deep-note/SKILL.md · 50 lines

What it actually says

Paper Deep Note

用这个 skill 处理单篇论文精读。优先输出中文精读卡,强调研究问题、方法、证据、局限和对当前研究的启发。

工作流

  1. 先判断输入证据级别:全文、局部正文、摘要、仅标题。
  2. 明确声明判断边界。
  3. references/note_template.md 输出结构化精读卡。
  4. 在需要判断是否值得继续读时,参考 references/reading_guidelines.md

输入处理规则

  • 接收 PDF、arXiv 链接、标题加摘要、正文片段或用户自述笔记。
  • 如果只有摘要或标题,明确写出“仅基于摘要判断”或“仅基于标题与摘要判断”。
  • 如果实验设置、数据集、指标或结果未在输入中明确给出,直接标记为未知,不要补全想象内容。
  • 如果用户给出的是局部正文,区分“原文明确给出”和“由局部内容推测”。

输出规则

  • 默认输出完整精读卡。
  • 如果用户只想快速筛论文,保留相同字段,但压缩每项长度。
  • 在“优势”“局限”“复现难点”“启发”部分,优先给出和 AI / NLP / LLM / Agent / RAG / Safety 研究直接相关的判断。
  • 在“是否值得精读”部分,只使用以下标签之一:
    • 值得精读
    • 值得速读
    • 可暂缓

证据与表述约束

  • 不要假装读过未提供的全文。
  • 不要把论文 claim 直接改写成既定事实。
  • 不要编造实验结果、消融结论、数据集细节或开源状态。
  • 如果判断主要基于摘要,弱化关于方法细节和实验设计的断言。

何时读引用文件

  • 始终读取 references/note_template.md 以保持输出结构稳定。
  • 在判断阅读优先级、复现难点或阅读深度时,读取 references/reading_guidelines.md

默认交付

  • 默认给出长版中文精读卡。
  • 如果信息不足,在卡片顶部先给出“输入覆盖范围说明”。
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. 9d ago First seen · 50 lines · 54 tokens per session scan A d03d9c2884b1

Subscribe to this mod's changes

paper-deep-note is a skill published in the GitHub repository chtc66/academic-skills (348 stars, last pushed 5mo ago), licensed MIT. It adds 54 tokens to every session and 576 once invoked, about $0.0003 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

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens