← 返回 Skills 市场
1587causalai

Add Chinese Guides to Paper Sections

作者 Heyang Gong · GitHub ↗ · v0.3.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install add-chinese-guides-to-paper-sections
功能描述
Generate a Chinese guided-reading edition for an academic paper from a user-provided paper PDF, URL, text excerpt, abstract, or LaTeX source. Use when the us...
使用说明 (SKILL.md)

Add Chinese Guides to Paper Sections

This public skill turns an academic paper into a Chinese guided-reading edition. The output is a standalone guide that helps a reader enter the paper section by section, understand the main claims, and know what to watch for before reading each part.

The guide should be useful even when the user only has a PDF, URL, abstract, pasted text, or local LaTeX. Prefer a readable Markdown guide, optionally with an HTML version if the user asks.

Quick Start

Use this skill when the user asks for:

  • "把这篇论文做成中文导读版"
  • "给这篇论文做一个中文阅读包"
  • "我想看这篇 paper 的中文导读版本"
  • "Generate a Chinese guided-reading edition for this paper"
  • "Explain this paper section by section in Chinese"
  • A paper PDF, paper URL, arXiv/OpenReview/conference URL, abstract, pasted paper text, or local LaTeX source

Do not use this for a plain one-paragraph summary unless the user asks for a guided paper version, reading path, section-by-section guide, or Chinese paper-reading scaffold.

If only a title is provided, identify what information is missing and ask for a PDF, URL, abstract, or pasted text. If a URL or uploaded file is provided, read only the paper content needed for the guide.

Output Contract

Create or report these artifacts when possible:

paper-guide.zh.md
paper-guide.zh.html
guide-report.md
failure-notes.md

Use paper-guide.zh.md as the default deliverable. Create HTML only when helpful or requested. If the input is too partial, produce a partial guide and explain what was missing.

Workflow

  1. Classify the input: uploaded PDF, URL, abstract, pasted text, local .tex, or partial excerpt.
  2. Extract or read enough paper content to identify the paper's title, authors if available, abstract, section headings, key methods, experiments, and conclusion.
  3. Build a paper map:
    • paper goal and research question
    • section list and each section's role
    • key concepts and notation
    • main method or model
    • main evidence and results
    • limitations or assumptions
  4. Write paper-guide.zh.md in Chinese with the structure below.
  5. Keep the guide specific to the paper. Avoid generic filler.
  6. If only partial paper content is available, label the guide as partial and avoid pretending you saw the full paper.
  7. Write guide-report.md with input coverage, assumptions, and missing parts.

Guide Structure

Use this structure unless the user asks for a different format:

# 《Paper Title》中文导读版

## 1. 一句话定位
用 1-2 句说明这篇论文到底在解决什么问题。

## 2. 阅读路线
给出建议阅读顺序、哪些段落/图/表最关键、哪些部分可以略读。

## 3. 论文地图
按 section 列出每一节的功能:问题、方法、证据、结论。

## 4. 分节导读
### Section Name
- 读前问题:
- 这一节在全篇中的作用:
- 关键概念/公式/图表:
- 读完应能回答:

## 5. 核心概念表
术语 | 中文解释 | 在论文中的作用

## 6. 公式、图和表怎么看
解释关键公式、figure/table 的阅读方式和它们支撑的论点。

## 7. 主张与证据
Claim | Evidence | 可信度/注意事项

## 8. 局限与批判性问题
列出假设、边界条件、实验限制、可能反例。

## 9. 复习问题
给出 8-12 个中文问题,帮助读者检查理解。

Section Guide Standard

Each section guide should contain 2-4 Chinese Q&A items. Good questions target:

  • What problem is this section solving?
  • What method, assumption, or model is being introduced?
  • What result or evidence matters most?
  • Why does this section matter for the paper's overall claim?

Keep the guide specific. Avoid generic filler like "本文主要介绍了" unless followed by concrete method, evidence, or contribution.

Quality Checks

Review the guide before delivering:

  • Does the guide name the paper's actual problem, method, and evidence?
  • Does each section guide help the reader know what to watch for before reading?
  • Are equations, figures, and tables explained in the paper's own context?
  • Are uncertainties labeled when the input was partial?
  • Are claims and limitations separated clearly?
  • Is the output a guide, not a full translation or reproduction of the paper?

Hard Rules

  • Do not present a full translation of copyrighted paper text unless the user owns it and explicitly asks.
  • Keep direct quotations short and necessary.
  • Do not claim to have read sections that were not available.
  • Stay in a reading-and-writing workflow; do not run paper code or project toolchains as part of this public skill.
  • Do not request or log credentials.
  • If the user asks for a typeset PDF workflow, explain that this public skill creates a guided-reading document; a separate trusted workflow is needed for that delivery format.
  • Be honest about partial results, missing sections, broken PDFs, or unreadable content.
安全使用建议
Install this if you want an agent to turn academic papers you provide into Chinese guided-reading documents. Be aware that the skill is designed to produce Chinese output by default and can be implicitly selected by an orchestrator, so use it with agents that respect the documented trigger: requests for a Chinese paper guide or reading scaffold.
能力评估
Purpose & Capability
The stated purpose, skill body, manifest prompt, and outputs all align around creating a Chinese paper-reading guide with section notes, concepts, claims, limitations, and review questions.
Instruction Scope
The manifest permits implicit invocation and defaults to Chinese output, but the skill text gives explicit use cases, says not to use it for plain summaries, and limits reading to paper content needed for the guide.
Install Mechanism
The package contains only SKILL.md and agents/openai.yaml; no install scripts, executable files, dependency setup, or toolchain workflow are present.
Credentials
Reading uploaded PDFs, URLs, abstracts, pasted text, or local LaTeX is proportionate to the paper-guide task, and the skill explicitly says not to run paper code or project toolchains.
Persistence & Privilege
No background process, persistence mechanism, privilege escalation, credential request, logging instruction, or external data exfiltration behavior was found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install add-chinese-guides-to-paper-sections
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /add-chinese-guides-to-paper-sections 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Substantive public version: generate a Chinese guided-reading edition for a paper, including reading path, section guides, concepts, figures/tables, claims, limitations, and review questions. Instruction-only package with no bundled scripts or toolchain workflow.
v0.2.1
Safe public version: pure instruction skill for user-provided local LaTeX only; no scripts, bundled tools, downloads, compilation, or external API workflow.
v0.2.0
Safe public version: remove remote source download, archive extraction, LaTeX compilation, and external API workflow; edit only user-provided local LaTeX.
v0.1.0
Initial public skill for adding Chinese Q&A guide blocks to academic paper sections
元数据
Slug add-chinese-guides-to-paper-sections
版本 0.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Add Chinese Guides to Paper Sections 是什么?

Generate a Chinese guided-reading edition for an academic paper from a user-provided paper PDF, URL, text excerpt, abstract, or LaTeX source. Use when the us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Add Chinese Guides to Paper Sections?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install add-chinese-guides-to-paper-sections」即可一键安装,无需额外配置。

Add Chinese Guides to Paper Sections 是免费的吗?

是的,Add Chinese Guides to Paper Sections 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Add Chinese Guides to Paper Sections 支持哪些平台?

Add Chinese Guides to Paper Sections 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Add Chinese Guides to Paper Sections?

由 Heyang Gong(@1587causalai)开发并维护,当前版本 v0.3.0。

💬 留言讨论