Real Skill packageSource verifiedClawHub registry

docx-trackdiff

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…

Identity and source

Publisher attributionBig Stephenregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 62% rule confidence
Package forminstruction with code20 recorded files
Canonical sourceClawHub registryclawhub:stephenlzc:docx-trackdiff
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/15/2026.claude/skills/docx-trackdiff

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/15/2026.agents/skills/docx-trackdiff

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/15/2026skills/docx-trackdiff

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-trackdiff
clawhub inspect @stephenlzc/docx-trackdiff --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
10 / 20 inspected as text
Checked
8/15/2026, 6:51:52 PM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
7 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: schemas.openxmlformats.org
  • api: www.moonshot.ai
  • api: www.moonshot.cn
  • api: www.w3.org
External clawhub result: clean

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.

Evidence checked
8/15/2026, 7:38:30 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:b26b2062130f56cd2df41f8f942c1f1bb8dbb192a6d3556f760240557deee175
Show up to 20 recorded paths
  • .gitignore
  • docs
  • docs/banner.png
  • docs/demo-1.png
  • docs/demo-2.png
  • EVALUATION.md
  • examples
  • examples/demo_tracked.docx
  • examples/demo_v1.docx
  • examples/demo_v2.docx
  • LICENSE
  • README.md
  • README.zh-CN.md
  • references
  • references/ooxml-revision-rules.md
  • scripts
  • scripts/compare_docx_tracked.py
  • scripts/verify_tracked.py
  • skill-card.md
  • SKILL.md

Source changelog

- 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.