bilingual-paper-reader

bilingual-paper-reader is a skill for Claude Code, Codex from Nero1688/claude-academic-skills. It costs 389 tokens per session (1,996 once invoked), scanned A, original, MIT.

A reading tool for translating an English research-paper PDF into Chinese paragraph by paragraph, with color labels for claims, innovations, methods, limits, and quotable sentences. It uses a reusable offline HTML reader and stores highlights in the browser.

In plain words
What is it for?
Use it to study one English paper, translate its sections, mark important points, add browser-based notes, and export those notes as Markdown.
Why use it?
It makes difficult papers easier to read side by side while keeping terminology and numerical details consistent. It also warns about scanned PDFs that need text recognition first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to study one English paper, translate its sections, mark important points, add browser-based notes, and export those notes as Markdown.

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

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 bilingual-paper-reader

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nero1688/claude-academic-skills/bilingual-paper-reader"><img src="https://agentmods.dev/badge/skills/nero1688/claude-academic-skills/bilingual-paper-reader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 389 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,996 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.00389 $0.01996
Opus 5 $0.00195 $0.00998
Sonnet 5 $0.00078 $0.00399
Haiku 4.5 $0.00039 $0.00200

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

Security

Grade A, and why

bilingual-paper-reader 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 1 executable file (scripts/pdf_to_paper.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/bilingual-paper-reader/SKILL.md · 110 lines

How it starts

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

雙欄論文閱讀器(Bilingual Paper Reader)

這個 skill 實際上是什麼(先講清楚,避免誤解)

  • 閱讀器是一支、論文是資料檔。 reader.html 可重複使用,任何論文轉成 JSON 都用它開。
  • 翻譯與預先標記需要你(Claude)在場。 閱讀器本身是靜態 HTML,沒有 LLM, 無法自己翻譯。每篇論文要開一次 session 讓你翻。
  • 標記存在瀏覽器 localStorage,清除瀏覽器資料會一併清掉—— 重要筆記務必用「匯出筆記」存成 Markdown 備份。這點要主動告訴使用者。
  • 掃描版 PDF(無文字層)抽不到文字,需先 OCR。工具會明確報錯,不會產出空檔。

與同族 skill 分工

需求 該用
一批文獻的橫向比較(建庫、矩陣、APA7、DOI) literature-matrix-builder
規模化文字量化(財報語調、主題模型、LLM 標註) text-analytics-architect
單篇方法論逆向、找研究缺口、系統性回顧 phd-researcher
單篇論文的雙語精讀與重點標記 本 skill

精讀完的判斷(核心主張/創新點/弱點)可回填進 literature-matrix-builder 的綜整欄——兩支是天然接力。Claude Code 環境呼叫同族技能須加 anthropic-skills: 前綴。

工作流程

Step 1|PDF → 論文資料檔

python scripts/pdf_to_paper.py paper.pdf -o paper.json --title "論文標題"

會切段、濾掉頁首頁尾雜訊、標出疑似表格的段落(skip: likely_table)。 若報錯說抽不到文字,代表是掃描版 PDF,請使用者先 OCR。

Step 2|先建術語對照表

翻譯前先掃一遍全文,把反覆出現的關鍵術語列進 JSON 的 glossary這一步不能跳過——術語不一致是學術翻譯最常見也最傷的錯誤。 規範見 references/translation-discipline.md

Step 3|逐段翻譯

填每段的 trans。紀律見 references/translation-discipline.md,重點:

  • 一段對一段,不合併不拆分
  • 人名/期刊名/統計符號/變數名不翻
  • 數字、係數、p 值原樣照抄(數字零容忍)
  • 因果強度用詞不可弱化或加強(suggests ≠ 證明)
  • 看不懂就標「原文語意不明確,暫譯為…」,不要硬翻出通順的錯譯

翻譯量要先講:全文常有 50–120 段。先問使用者要全翻還是先翻 摘要/引言貢獻段/方法/結論這四塊,不要默默決定。

Step 4|五色預先標記

填每段的 marks。分類判準與位移算法見 references/highlight-taxonomy.md。 寧少勿濫——每段都標等於沒標。

Step 5|交付與判斷

告訴使用者怎麼開,並附上你的判斷(比標記更有價值):

## 這篇的關鍵判斷
- 核心主張:〔一句話〕
- 最創新之處:〔一句話;貢獻宣稱不明確就直說〕
- 最大弱點:〔區分作者自承 vs 你讀出來的〕
- 與你研究的關聯:〔一句話〕

輸出格式

# 精讀:〔論文標題〕

## 處理狀態
- 段落 N 段(其中 M 段為表格已略過)
- 已翻譯:〔全文/指定章節〕
- 預先標記:核心 a、創新 b、方法 c、限制 d、金句 e

## 這篇的關鍵判斷
〔如上四點〕

## 怎麼開
1. 用瀏覽器開啟 scripts/reader.html
2. 把 〔paper.json 路徑〕 拖進去
3. 選取文字可自己畫螢光筆;按「匯出筆記」存成 Markdown

## 提醒
- 標記存在瀏覽器 localStorage,清除瀏覽器資料會消失,重要筆記請匯出備份
- 〔翻譯中標為語意不明確的段落,請對照原文第 N 頁確認〕

Read the full file on GitHub · 110 lines

Files

What ships with it

7 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. 11d ago First seen · 110 lines · 389 tokens per session scan A f8b24671388c

Subscribe to this mod's changes

bilingual-paper-reader is a skill published in the GitHub repository Nero1688/claude-academic-skills (6 stars, last pushed 9d ago), licensed MIT. It adds 389 tokens to every session and 1,996 once invoked, about $0.0019 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

alterlab-open-notebook

Run Open Notebook, a self-hosted open-source alternative to Google NotebookLM with a full REST API, for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office documents), generating AI-powered notes and…

AlterLab-IEU/AlterLab-Academic-Skills · 173 tokens

alterlab-treatment-plans

Generates concise (3-4 page), focused medical treatment plans in LaTeX/PDF format across all clinical specialties — general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management — using SMART goal frameworks, evidence-based interventions with…

AlterLab-IEU/AlterLab-Academic-Skills · 107 tokens

alterlab-pdf-explore

Explore a single PDF in depth — parse it once, then answer questions across its sections, figures, tables, and appendices — comparing methods across sections, extracting every instance of a pattern within the document, and reading values off its charts and tables. Use when interrogating one paper or report end-to-end…

AlterLab-IEU/AlterLab-Academic-Skills · 150 tokens

alterlab-markitdown

Convert files and Office documents to clean, LLM-friendly Markdown with Microsoft MarkItDown (markitdown CLI/Python), supporting PDF, DOCX, PPTX, XLSX, images (EXIF + OCR), audio (transcription), HTML, CSV, JSON, XML, ZIP archives, EPUB e-books, and YouTube transcript URLs, with optional AI image descriptions. Use…

AlterLab-IEU/AlterLab-Academic-Skills · 147 tokens

compile-latex

Compile a .tex with latexmk and report ranked errors with file:line attribution across \input'd files, plus a diff against the last compile. TRIGGER on "compile this", "build my paper", "build the beamer deck", "why won't this compile", "what are the latex errors", "did my edit add warnings", or any request to build…

ericluo04/claude-academic-workflow · 132 tokens

acmmm-camera-ready

Use when preparing the ACM MM (ACM Multimedia) camera-ready version of record — de-anonymizing safely, completing the ACM rights form and CCS concepts, meeting ACM sigconf requirements, releasing code/data/media artifacts and any earned reproducibility badge, registering, and planning the oral/poster presentation in…

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