ck:docx

Create, edit, and analyze .docx documents while preserving formatting and tracked changes.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-docx-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docx
Source: https://github.com/dthuy62/kollet-app/tree/main/.claude/skills/document-skills/docx
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-docx-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of creating, editing, and analyzing Word documents while preserving formatting, tracked changes, comments, and document structure.

Core Features & Use Cases

  • Document Creation: Build new .docx files from scratch with professional formatting and structured layouts.
  • Safe Editing: Modify existing Word documents using redlining workflows that preserve original content and review history.
  • Document Analysis: Extract text, inspect OOXML, and review comments, tables, images, metadata, and tracked changes.
  • Use Case: A legal or business team can update a contract, keep changes tracked, and export a clean reviewed version without corrupting the file.

Quick Start

Ask the docx skill to create, edit, or analyze the attached Word document while preserving its formatting and tracked changes.

Frequently Asked Questions about ck:docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit a Word document without breaking formatting and tracked changes?

You can edit .docx files without breaking formatting by using XML-safe editing and redlining workflows. This approach modifies existing Word documents while preserving tracked changes, comments, and the original document structure.

How do I extract text from a .docx file for document analysis?

To extract text from a .docx file for document analysis, use pandoc-based text extraction methods. This allows you to inspect document content, OOXML, metadata, tables, and images without altering the original file structure.

Does this approach support generating Word documents from scratch?

Yes, generating Word documents from scratch is fully supported. You can build new .docx files with professional formatting and structured layouts using docx-js document generation for legal, business, and technical files.

Can I update a contract and keep changes tracked without corrupting the file?

Yes, you can update a contract and keep changes tracked without corrupting the file. By using Python Document library workflows for tracked changes and XML-safe editing, legal and business teams can safely redline and export reviewed versions.

What's the best way to modify Word document templates without losing OOXML structure?

The best way to modify Word document templates without losing OOXML structure is through XML-safe editing. This method ensures template modifications preserve the original document architecture, metadata, and embedded elements like images and tables.

Do I need defusedxml to safely parse and inspect OOXML in Word documents?

Yes, you need defusedxml to safely parse and inspect OOXML in Word documents. It provides secure XML parsing capabilities required for analyzing document structure, metadata, and content without exposure to XML external entity attacks.