← 返回 Skills 市场
Word Track Changes
作者
elio-huang-15
· GitHub ↗
· v1.0.0
· MIT-0
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install word-track-changes
功能描述
Enable Microsoft Word's Track Changes (修订模式) on documents using native OOXML elements. Supports cross-run text matching and precise paragraph-level replaceme...
安全使用建议
This skill appears to do exactly what it says: locally modify DOCX files by inserting OOXML <w:ins>/<w:del> elements to emulate Word Track Changes. Before installing or running: (1) back up original documents and test on non-sensitive examples to confirm correctness; (2) ensure you run the scripts in a Python 3 environment (the code uses only standard-library modules); (3) review/adjust the author/date values if needed (the processor sets them and they will appear in Word); (4) be aware that malformed or unusually-structured DOCX files may cause exceptions—review the output before distribution. No network activity or secret access is requested by the code, so the primary risk is accidental corruption of documents rather than data exfiltration.
功能分析
Type: OpenClaw Skill
Name: word-track-changes
Version: 1.0.0
The skill bundle provides legitimate functionality for programmatically editing Word documents with native track changes. However, it is classified as suspicious due to a security vulnerability in `scripts/track_changes.py`: the `TrackChangesProcessor` class uses `zipfile.extractall()` on the input DOCX file (which is a ZIP archive) without validating the destination paths of the archive members. This exposes the system to a 'Zip Slip' vulnerability, where a specially crafted DOCX file could overwrite arbitrary files on the filesystem. The rest of the code, including the XML manipulation logic and CLI scripts, appears to be functionally aligned with the stated purpose.
能力评估
Purpose & Capability
Name/description match the delivered artifacts: Python scripts implementing OOXML edits, a TrackChangesProcessor class, and CLI helpers. No unrelated environment variables, binaries, or services are requested.
Instruction Scope
SKILL.md and the scripts instruct the agent to unzip a .docx, edit word/document.xml (and optionally settings.xml), and rezip. The instructions only reference the input DOCX, temporary directories, and the included scripts. There are no instructions to read unrelated system files, environment secrets, or to send data externally.
Install Mechanism
There is no install spec; the skill is instruction/code-only and relies on Python standard-library modules (zipfile, tempfile, xml.etree). No remote downloads or package installs are requested.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code operates on files supplied by the user and temporary directories; requested access is proportional to the claimed functionality.
Persistence & Privilege
The skill is not forced-always, does not modify other skills' configuration, and does not request persistent privileges. It runs on-demand and operates on user-supplied documents.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-track-changes - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-track-changes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of word-track-changes.
- Enables Microsoft Word's native Track Changes in DOCX files using OpenXML elements.
- Supports text replacement and insertion with revisions that display as insertions (green) and deletions (red strikethrough) in Word's Review pane.
- Accurately matches and replaces text across multiple split <w:t> nodes.
- Allows batch processing and precise paragraph-level edits, preserving formatting and allowing users to accept/reject changes in Word.
元数据
常见问题
Word Track Changes 是什么?
Enable Microsoft Word's Track Changes (修订模式) on documents using native OOXML elements. Supports cross-run text matching and precise paragraph-level replaceme... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Word Track Changes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-track-changes」即可一键安装,无需额外配置。
Word Track Changes 是免费的吗?
是的,Word Track Changes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word Track Changes 支持哪些平台?
Word Track Changes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Word Track Changes?
由 elio-huang-15(@elio-huang-15)开发并维护,当前版本 v1.0.0。
推荐 Skills