Outline Revision Annotator — 大纲修订批注
v1.1.0上传旧 DOCX 与新版 PDF 大纲,自动生成高信噪比差异报告,并在 PDF 上精准标注仅关键改动,方便审阅与归档。
0· 72·0 当前·0 累计
下载技能包
最后更新
2026/4/14
安全扫描
OpenClaw
安全
medium confidenceThe skill's files, instructions, and single helper script are consistent with its stated purpose (producing a human-reviewed structural-change report and visible PDF annotations) and do not request unrelated credentials or network access.
评估建议
This skill appears coherent with its stated purpose, but before installing or running it: (1) inspect the full script locally (especially if you were shown a truncated snippet) to confirm there are no hidden network calls or unexpected file writes; (2) run it in a benign working folder (not on sensitive system directories) and review generated annotation_manifest.json before rendering the PDF; (3) install Python deps from PyPI only if you trust those packages and consider using a virtualenv; (4)...详细分析 ▾
✓ 用途与能力
Name/description, SKILL.md, and the included script all align: they extract text from a new PDF and an old source, accept a human-authored manifest of structural changes, and render an annotated PDF + markdown/DOCX report. Required dependencies (PyMuPDF, python-docx) match the stated functionality.
ℹ 指令范围
The SKILL.md keeps the agent responsible for judgment (what counts as a structural change) and restricts the script to extraction and rendering. The auto-follow hook allows the skill to run after the agent edits documents — this is coherent for an auto-reporting workflow but means the agent may trigger generation without a separate user prompt when its own edits meet the listed conditions.
✓ 安装机制
No automatic install spec is present (instruction-only). Installation instructions recommend pip-installing well-known Python packages (pymupdf, python-docx). That is a low-risk, proportionate approach for the task.
✓ 凭证需求
The skill requests no environment variables, no credentials, and no config paths. All file access is local and limited to the user-supplied PDF/docx paths and output folders described in the workflow.
ℹ 持久化与权限
always:false (normal). The combination of the skill's auto-follow hook and the platform-default ability for the agent to invoke skills autonomously means the skill can run automatically after the agent edits relevant documents. This is reasonable for the use case but users should be aware it can generate outputs without an additional explicit user command when the hook conditions are met.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.02026/4/13
Add bilingual triggers, automatic post-edit compare hook, and broader old-source support.
● 无害
安装命令
点击复制官方npx clawhub@latest install outline-revision-annotator
镜像加速npx clawhub@latest install outline-revision-annotator --registry https://cn.longxiaskill.com 镜像可用