Home / verymath / verymath-textbook-copilot · skills/textbook-parse/SKILL.md · GitHub

textbook-parse skillA

textbook-parse is agent-read markdown (skill) from verymath/verymath-textbook-copilot: 将课程 PDF 的选定页、章节或整本教材整理为可阅读的数字教材资料,提取正文、公式、图片和页码目录;用于教材解析与原文整理。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 教材解析

交付的是可核对的教材内容。解释、改写和练习属于后续学习任务,解析时保留原文含义和结构。

1. 从本轮要求确定 PDF 页序和处理范围。章节范围结合教材目录确定;选中文字时只整理对应内容。缓存页面不代表整章已经解析。
2. 优先复用本轮提供的已解析内容,缺失或需要校对的页再读原 PDF。使用 scripts/read-pages.mjs,参数为 --pdf 教材路径、--start 起始页、--end 结束页、--out 本次 outputs 子目录。先用 --images none 读取文字;扫描件、公式失真或图表需要核对时,仅为对应页使用 --images pages;需要提取独立图片时使用 --images all。使用本轮提供的 Node.js 路径,路径有空格时完整引用。
3. 阅读 source.json,必要时对照原页 PNG。正文按原始阅读顺序整理,公式重建为 LaTeX,核对上下标、求和范围、矩阵和约束方向。源文件存在明显笔误时,保留原文并附校对说明。无法辨认的内容标为“此处待核对”,不要用猜测填满;没有取图就不声称完成了图像校对。
4. PDF 内嵌图片可以独立导出;矢量图、表格和未能独立导出的内容保留在原页预览中。将原图与可读图注放在相邻位置,明确“原页预览”与“独立图片”的区别。扫描页没有文字层时,根据实际看清的图像整理;当前 Agent 看不了图像就说明限制。
5. 形成学习资料:处理范围、该范围的内容目录、按页整理的正文与公式、图片及图注、必要的校对说明。区分 PDF 页序和书内页码。整本任务分批读取,正文可分章保存,用总览资料链接各章,不把大量全文挤进一次回答。
6. 按 [可复用教材内容](references/content-blocks.md) 将真实出现的定义、定理、公式、例题等按页整理到 outputs/.build/textbook-content/,供后续讲解与出题读取。选文任务只保存本次选文内容,不替换整页解析。保留条件、符号与原书编号,不强行为每页凑齐所有类型。
7. 在本轮指定的结果文件中写入 markdown 类型资料,同时把可下载的 .md 成品保存到 outputs/notes/。公式只写一份 $...$ 或 $$...$$,前端可直接查看、复制其源码;仅用户明确需要源码汇总时再另列代码块。图片成品引用 outputs/notes/ 下实际文件,解析过程产生的页图放 outputs/.build/。说明已完成范围及待核对处,并链接本次结构化内容文件。

解析过程文件只保存到本轮指定的 outputs/.build/;笔记、讲解等成品保存到 outputs/notes/。原始 PDF、教材目录和阅读记录由应用维护;本 Skill 不自动覆盖它们。

Read the whole file at its exact version.

How to install

Latest version
mdr add verymath/verymath-textbook-copilot/textbook-parse@git:20260912.1b592f8
Exact content
mdr add verymath/verymath-textbook-copilot/textbook-parse@sha256:c1f3697dab639aa2

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_2wvbvuqg7hz5565f.svg)](https://markdownregistry.com/a/art_2wvbvuqg7hz5565f)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260912.1b592f8 latest2026-09-12 1b592f8 2,997 BA view · diff
git:20260911.b459b9b2026-09-11 b459b9b 2,835 BA view · diff
git:20260909.b4923cb2026-09-09 b4923cb 2,429 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2997 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

verymath/verymath-textbook-copilot · 13 stars · license Apache-2.0 · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_2wvbvuqg7hz5565f
GET https://markdownregistry.com/api/v1/resolve?ref=verymath/verymath-textbook-copilot/textbook-parse
GET https://markdownregistry.com/api/v1/blob/c1f3697dab639aa21a90683285a23d3166910c0e44b28a72adcb621406286ff9

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from verymath/verymath-textbook-copilot

AGENTS.md agents
verymath/verymath-textbook-copilot · AGENTS.md
git:20260911.efad29f · audit B · 13 stars
explain skill
verymath/verymath-textbook-copilot · skills/explain/SKILL.md · 根据当前教材解释概念、公式、推导与应用,回应学生的理解困难;用于讲解内容、解释原因、补全步骤和比较易混概念。
git:20260911.7bee855 · audit A · 13 stars
knowledge-graph skill
verymath/verymath-textbook-copilot · skills/knowledge-graph/SKILL.md · 从真实教材提炼概念及有正文依据的有向关系,生成 VeryMath 智慧教材可展示并回跳 PDF 页码的知识图谱;适用于当前节、当前章、全书或选文的概念联系分析。
git:20260919.f8b0e85 · audit A · 13 stars
mindmap skill
verymath/verymath-textbook-copilot · skills/mindmap/SKILL.md · 根据真实教材生成或修改 VeryMath 智慧教材的层级思维导图,支持当前节、当前章、整本教材及选中内容,并为知识点标注可回跳的 PDF 页码。
git:20260919.f8b0e85 · audit A · 13 stars
quiz skill
verymath/verymath-textbook-copilot · skills/quiz/SKILL.md · 围绕教材知识点生成逐题练习卡片、渐进提示和变式题,并根据学生作答提供反馈与薄弱点补练;用于知识点出题、自测和查漏补缺。
git:20260911.4072df7 · audit A · 13 stars
textbook-to-ppt skill
verymath/verymath-textbook-copilot · skills/textbook-to-ppt/SKILL.md · 使用 LaTeX Beamer 根据教材生成按章组织、可按小节选取和组合的 PDF 幻灯片课件。适用于整本教材、指定章节的课件制作,以及已有教材课件的补充和修改。
git:20260919.f8b0e85 · audit A · 13 stars
verymath-install skill
verymath/verymath-textbook-copilot · skills/verymath-install/SKILL.md · 从 GitHub 仓库或已有本地项目安装、配置并启动 VeryMath 智慧教材工作台,检查环境、配置内置课程 Skill 与模型服务;用于用户提供 VeryMath-textbook-copilot 链接并要求安装…
git:20260919.f8b0e85 · audit A · 13 stars

Every file in verymath/verymath-textbook-copilot

Browse by kind, by grade A, or by owner.