ck:docx

Create, edit, and analyze .docx files with tracked changes and comments.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/hotriluan/alkana_web --skill ck-docx-hotriluan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docx
Source: https://github.com/hotriluan/alkana_web/tree/main/.claude/skills/document-skills/docx
Command: npx skills add https://github.com/hotriluan/alkana_web --skill ck-docx-hotriluan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create, edit, analyze .docx Word documents programmatically while preserving formatting, enabling redlining and template modification to streamline collaboration.

Core Features & Use Cases

  • Create new Word documents from templates
  • Edit existing documents with tracked changes and comments
  • Preserve formatting and extract text for data workflows
  • Use cases: enterprise document review, legal drafting, technical reports with audit trails.

Quick Start

Load an unpacked DOCX via the library, apply a tracked change to a paragraph, and save the updated document.

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 and editing while preserving formatting?

To automate Word document creation and editing, this Skill manipulates OOXML structures via Python scripts, allowing you to generate, modify, and analyze .docx files while preserving formatting.

Can I programmatically apply tracked changes and comments to a .docx file?

Yes, you can apply tracked changes and comments to a .docx file programmatically. It enables redlining for collaboration, making it suitable for enterprise document review and legal drafting with audit trails.

How do I extract text from Word documents for data workflows?

You extract text from Word documents for data workflows by loading an unpacked DOCX via the library. The scripts analyze the OOXML structures to isolate and extract content while preserving the document layout.

Do I need Python to create Word documents from templates?

Yes, you need Python to create Word documents from templates. The Skill requires Python scripts to manipulate OOXML structures and relies on the defusedxml dependency to process the unpacked DOCX files securely.

What is the best way to manage template modification for enterprise document review?

The best way to manage template modification for enterprise document review is using a programmatic approach that manipulates OOXML directly, ensuring tracked changes and comments are maintained throughout the collaboration process.