Agent SkillsYuan1z0825/nature-skills › nature-reader

nature-reader

GitHub

用于创建基于原文的中英文对照论文阅读器,支持全文翻译、精读及源链接问答。根据PDF、HTML等格式自动路由加载对应资源,确保内容对齐与术语一致性。

skills/nature-reader/SKILL.md Yuan1z0825/nature-skills

Trigger Scenarios

用户请求论文全文翻译或中英文对照阅读 用户要求针对特定段落或问题进行源链接问答 用户上传学术论文并需要生成结构化阅读器

Install

npx skills add Yuan1z0825/nature-skills --skill nature-reader -g -y
More Options

Use without installing

npx skills use Yuan1z0825/nature-skills@nature-reader

指定 Agent (Claude Code)

npx skills add Yuan1z0825/nature-skills --skill nature-reader -a claude-code -g -y

安装 repo 全部 skill

npx skills add Yuan1z0825/nature-skills --all -g -y

预览 repo 内 skill

npx skills add Yuan1z0825/nature-skills --list

SKILL.md

Frontmatter
{
    "name": "nature-reader",
    "metadata": {
        "author": "Community contribution, refactored into static\/dynamic layers",
        "version": "2.1.1"
    },
    "description": "Create source-grounded Chinese-English paper readers with aligned text, figures, tables, and equations. Use for 全文翻译、中英文对照、论文精读 or source-linked questions about a paper; respect a requested excerpt or question without generating a full reader."
}

Full-Paper Markdown Reader — Router

Routing protocol

First distinguish creating a reader from answering a question or translating an excerpt. For a source-linked question, read references/grounding-rules.md and inspect only the relevant source material; reuse existing source-map IDs when available. Do not regenerate the reader or require a full source map before answering. For an explicit excerpt request, apply extraction, translation, and grounding rules to that excerpt. The full-artifact workflow below applies when the user requests a reader or full-paper translation.

For a new task, load the core and matching resources below. Reuse already loaded guidance on follow-ups; load more only when the task needs it.

1. Load the manifest and the core layer

Read manifest.yaml. It declares the source_format axis, the allowed values, and the file paths each value maps to.

Also read every file listed under always_load. These hold the core principles, the reading workflow, and the output contract that apply to every reading job, plus the shared Terminology Ledger used to build the recurring-term table.

2. Detect the source format

Decide the source_format value using the manifest's detect: hint and the user's input:

  • pdf-text — selectable-text PDF. Default.
  • scanned-pdf — image-only or OCR-required PDF.
  • html — publisher or preprint HTML page.
  • doi-arxiv — a bare DOI or arXiv link that must be resolved first.
  • pasted-text — pasted prose or notes with no retrievable original layout.

State the detected value in one short line to the user before processing, so they can correct you cheaply. A source may map to more than one value (for example a DOI that resolves to a PDF); load the resolution fragment first, then the fragment for the resolved artifact.

3. Load the matching fragment(s)

Read the file mapped for the detected source_format. Do not read every fragment in static/. Load only what step 2 selected.

4. Build the reader using the loaded material

Apply the loaded fragments in this priority order:

  1. Core principles (core/principles.md) — bilingual reader by default, translate for meaning, never degrade to a summary, copyright caution.
  2. Source-format fragment — how to extract text, figures, and tables for this input.
  3. Reading workflow (core/workflow.md) — the six-step source-map-first process.
  4. Output contract (core/output-contract.md) — required files and the pre-response verification checklist.

Build the Terminology Ledger as you translate (../nature-shared/core/terminology-ledger.md); it becomes the paper.md recurring-term table and the source_map.json glossary.

If constraints prevent full processing, still create a draft reader and label missing pages, figures, or low-confidence crops in translation_notes.md. Do not switch to summary mode.

5. Reach for references only when needed

The files under references/ are deep references, not defaults. Open them on demand per the references.on_demand table in the manifest:

  • detailed figure/table cropping and placement → references/figure-extraction.md.
  • exact field schema for paper.md / source_map.jsonreferences/output-spec.md.
  • equations, mathematical expressions, chemical formulae, or image-only formulae → references/equation-handling.md.
  • answering follow-up questions with source citations → references/grounding-rules.md.

Version History

  • 9cecfef Current 2026-09-22 08:43

    精简技能发现提示词,明确限定后续工作流范围(如读者、引用和工件),缩短元数据描述。

  • 4ceb19c 2026-08-16 06:48

    修复了论文阅读器中公式无法正确渲染的问题,并完善了相关功能。

  • 9186222 2026-07-24 15:55

Same Skill Collection

skills/nature-academic-search/SKILL.md
skills/nature-citation/SKILL.md
skills/nature-data/SKILL.md
skills/nature-downloader/SKILL.md
skills/nature-experiment-log/SKILL.md
skills/nature-figure/SKILL.md
skills/nature-image2ppt/SKILL.md
skills/nature-literature-pipeline/SKILL.md
skills/nature-paper-card/SKILL.md
skills/nature-paper-to-patent/SKILL.md
skills/nature-paper2ppt/SKILL.md
skills/nature-polishing/SKILL.md
skills/nature-proposal-writer/SKILL.md
skills/nature-ref-verifier/SKILL.md
skills/nature-response/SKILL.md
skills/nature-reviewer/SKILL.md
skills/nature-shared/SKILL.md
skills/nature-statistics/SKILL.md
skills/nature-writing/SKILL.md

Metadata

Files
0
Version
9cecfef
Hash
999a5c1b
Indexed
2026-07-24 15:55

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-22 17:01
浙ICP备14020137号-1