ck:docx

Create, edit, and analyze Word documents with tracked changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The ck:docx skill automates the creation, editing, and analysis of Word documents (DOCX), enabling consistent formatting, tracked changes, and template-driven workflows across teams.

Core Features & Use Cases

  • DOCX creation: generate Word documents from templates and programmatic content.
  • Editing & redlining: apply deterministic edits and tracked changes while preserving formatting.
  • Template-driven workflows: modify, analyze, and generate documents for reviews or compliance scenarios.

Quick Start

Create a new Word document and apply a sample redline to illustrate a review workflow.

Frequently Asked Questions about ck:docx

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

FAQPage Schema
How do I automate Word document creation from a template?

You can automate Word document creation by using deterministic OOXML manipulation to generate DOCX files from templates and programmatic content. This skill handles template-driven workflows to produce consistently formatted Word documents automatically.

Can I apply tracked changes to a DOCX file programmatically?

Yes, you can apply tracked changes to a DOCX file programmatically through deterministic redlining. This approach inserts revisions into Word documents while preserving the original formatting for review workflows and compliance scenarios.

What is OOXML manipulation for editing Word documents?

OOXML manipulation is the process of directly modifying the underlying XML structure of DOCX files. It enables deterministic edits, formatting preservation, and redlining in Word documents without relying on visual text editors.

Does this approach work with lxml for parsing DOCX files?

Yes, this approach works with lxml and defusedxml for parsing and manipulating DOCX files. These dependencies process the OOXML structure securely to automate document analysis, editing, and template-driven generation.

How do I analyze Word documents for review workflows?

You can analyze Word documents for review workflows by programmatically reading the OOXML structure to extract content and tracked changes. This enables automated document review, compliance checking, and formatting analysis across teams.