Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

outline-revision-annotator大纲修订注释器

Agent Skill

outline-revision-annotator 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,158

周安装

129

GitHub Stars

公开资料未说明

下载量

1,022
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:outline-revision-annotator(大纲修订注释器)
来源仓库:https://github.com/hshgogogo/outline-revision-annotator
安装命令:
openclaw skills install outline-revision-annotator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install outline-revision-annotator

简介

用于对比修订版 PDF 与旧版 DOCX/PDF 文件,标注差异与注释。

  • 适合影视剧本、小说大纲或技术文档的版本迭代审核场景。
  • 支持高分辨率比对与高亮标记,提升审阅效率与准确性。
  • 需同时提供新旧版本文件路径方可启动分析流程。outline-revision-annotator 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 输出结果为图像与文本混合格式,建议人工复核关键变更点。

SKILL.md

name
outline-revision-annotator
description
Use when comparing a revised PDF outline, script, treatment, beat sheet, season map, or character bio against an older DOCX/PDF version and you need a high-signal change report plus visible PDF markup for structural additions or rewrites. 当需要对比新版 PDF 大纲、剧本、人物小传、季纲、分集梗概等与旧版 DOCX/PDF 版本,并生成只标注结构性新增或重写的高信号差异报告与可见 PDF 标注时使用;也用于 AI 刚改完这些内容后自动补一份新的对比标注版 PDF。
license
MIT

Outline Revision Annotator

Compare a new outline/script PDF with an older baseline, then produce:

  • a UTF-8 markdown report
  • a DOCX report generated from that markdown
  • an annotated PDF with visible yellow note boxes in the page margin

This skill is for structural revision review, not line editing.

Invocation Hooks

Explicit hook

  • $outline-revision-annotator

English trigger phrases

  • compare revised outline PDF with old DOCX
  • compare new and old script versions
  • annotate structural changes in PDF
  • generate an annotated diff PDF
  • mark only structural additions or rewrites
  • compare character bio versions
  • create a high-signal change report

中文触发词

  • 对比新旧大纲
  • 对比新版 PDF 和旧版 DOCX
  • 对比剧本改动
  • 对比人物小传版本
  • 生成对比报告
  • 生成标注版 PDF
  • 结构性改动
  • 只标新增和重写
  • 差异标注
  • 对比标注版

Auto-follow hook

Run this skill automatically after the agent itself edits any of the following:

  • outline
  • script
  • treatment
  • beat sheet
  • season map
  • episode breakdown
  • character bio
  • role profile

Automatic follow-up applies when all of these are true:

  • there is an older baseline version to compare against
  • the revised draft is already a PDF, or can be exported to PDF in the current environment
  • the user did not explicitly opt out of comparison output

When the auto-follow hook fires, generate a fresh:

  • compare_report.md
  • compare_report.docx
  • annotated comparison PDF

If no baseline exists, or the revised draft cannot be turned into a PDF, say what is missing and stop.

中文规则:

  • 当 AI 自己刚改完大纲、剧本、人物小传、季纲、分集梗概等内容后,如果存在旧版本基线,并且新版可获得 PDF,就自动触发本 skill
  • 自动补产物时,不需要等用户再次提醒“再生成一份对比版”
  • 如果缺旧版基线,或当前环境无法拿到新版 PDF,就明确说明缺什么,不要假装已完成

Use This Skill For

  • Story bibles, season outlines, beat sheets, treatments, scripts, and character bios
  • new.pdf versus old.docx review workflows
  • new.pdf versus old.pdf review workflows when the old version is also a PDF
  • Chinese-language documents where PDF popup comments often render as garbled text
  • Deliverables that need to be readable without clicking annotation popups

Do Not Use It For

  • punctuation or wording polish
  • paragraph-level copy edits that do not change story function
  • literal redline review
  • mark-everything diffs

Qualification Rule

Mark only changes that alter structure or story function:

  • new season engine, thematic spine, or professional framework
  • new antagonist, institutional pressure line, or evaluation thread
  • a character arc rewritten to serve a different dramatic job
  • ending reset from a closed loop to a next-season hook
  • a case line upgraded from emotional texture to ethical or institutional conflict

Do not mark:

  • sentence rewrites with the same dramatic function
  • softened or intensified phrasing
  • richer detail that does not change structure

Workflow

1. Make sure the revised draft exists as PDF

If the agent has just edited a DOCX, Markdown, or other text source, first export or obtain a revised PDF. The renderer marks the revised PDF, not the editable source file.

2. Extract the sources

Run the helper script first. It produces plain text and page/block maps for the new PDF, plus plain text for the old baseline.

3. Compare semantically

Read the extracted text and decide which changes are structural. Then author two files:

  • compare_report.md
  • annotation_manifest.json

Manifest schema and examples: references/manifest-schema.md

4. Render the final deliverables

Run the same script in render mode. It will:

  • create an annotated PDF with visible margin boxes
  • copy the markdown report as UTF-8
  • convert the markdown report into DOCX
  • write a normalized manifest copy into the output folder

5. Visually verify the PDF

Open the annotated PDF and check:

  • the right-side yellow box text is visible without clicking
  • Chinese text is not garbled
  • note boxes do not cover the source paragraph
  • only structural changes were marked

If something is wrong, read references/troubleshooting.md.

Non-Negotiable Rules

  • On Windows PowerShell, never pipe Chinese Python source directly into python -. Save a real UTF-8 .py file and run the file.
  • Do not rely on popup PDF comments for Chinese review notes. Write visible note boxes into the page margin.
  • If a change is stylistic rather than structural, leave it unmarked.
  • Prefer an ASCII fallback filename if a downstream tool or browser tab cannot handle Chinese filenames cleanly.
  • If the auto-follow hook fired, do not silently skip the compare PDF. Either generate it or state the concrete blocker.

Deliverables Checklist

  • annotated.pdf
  • compare_report.md
  • compare_report.docx
  • annotation_manifest.normalized.json

Script Entry Points

The bundled script is:

  • scripts/build_outline_diff_outputs.py

Supported modes:

  • extract: dump source text and PDF block maps
  • render: build the annotated PDF and report outputs

What the Script Does Not Decide

The script is deterministic. The agent still decides:

  • which changes count as structural
  • which blocks should be grouped into one note
  • how to phrase the comparison report
  • how to phrase each yellow-box explanation

Keep that judgment in the agent. Keep extraction and rendering in the script.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.04%
按下载量换算798

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills