.claude/skills/docx-trackdiffRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Compare two versions of a .docx document and produce a single Word file in tracked-changes (revision / tracking) mode, as if a human had edited the old file into the new one with Track Changes turned on. Use whenever the user has two versions of a DOCX (e.g., successive drafts of a paper, report, or contract — often AI-generated or AI-assisted revisions) and wants to see the differences as native Word revisions (insertions/deletions) that can be accepted/rejected in Word. Triggers: "对比两个版本的 docx", "tracked changes…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/docx-trackdiffRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/docx-trackdiffRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/docx-trackdiffRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @stephenlzc/docx-trackdiffclawhub inspect @stephenlzc/docx-trackdiff --version 0.1.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:b26b2062130f56cd2df41f8f942c1f1bb8dbb192a6d3556f760240557deee175.gitignoredocsdocs/banner.pngdocs/demo-1.pngdocs/demo-2.pngEVALUATION.mdexamplesexamples/demo_tracked.docxexamples/demo_v1.docxexamples/demo_v2.docxLICENSEREADME.mdREADME.zh-CN.mdreferencesreferences/ooxml-revision-rules.mdscriptsscripts/compare_docx_tracked.pyscripts/verify_tracked.pyskill-card.mdSKILL.md- Initial release: compare two `.docx` files and generate a single Word document with native tracked changes showing all differences. - Uses the NEW version as the base, preserving all its formatting, images, and styles. - Allows control over diff granularity with a `--threshold` parameter for more accurate paragraph-level or inline changes. - Requires user-supplied author name and revision date for tracked changes (defaults provided if omitted). - Verifies output for document integrity and tracked changes correctness. - Reports change statistics (inserted/deleted/modified paragraphs, fallbacks) after comparison. - Output file opens in Word's revision mode, making it easy to accept or reject individual changes.