ck:docx

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

1|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-docx-thanh-apero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docx
Source: https://github.com/Thanh-apero/apero-kit-cli/tree/main/.claude/skills/document-skills/docx
Command: npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-docx-thanh-apero

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, docx, libreoffice, poppler, defusedxml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive capabilities to create, edit, and analyze .docx Word documents, streamlining document creation and analysis workflows.

Core Features & Use Cases

  • Document Creation: Generate new Word documents from scratch or based on predefined templates.
  • Document Editing: Apply rich text formatting, manage tracked changes, and perform advanced document modifications.
  • Content Analysis: Extract text, analyze document structure, and convert documents to other formats.
  • Use Case: Imagine you need to review and make extensive changes to a legal document. This Skill allows you to track changes, comment, and easily manage revisions using markdown and XML patterns.

Quick Start

To begin, use the following command: create_docx --title "My Document" --template "default" --author "Your Name".

Frequently Asked Questions about ck:docx

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

FAQPage Schema
How do I create a Word document from scratch using markdown?

You can create a Word document by using the create_docx command with parameters for title, template, and author. This Skill generates new .docx files directly from markdown inputs or predefined templates.

Can I track changes and add comments when editing a docx file?

Yes, you can track changes and manage revisions in a docx file. This Skill supports applying rich text formatting, enabling tracked changes, and adding comments via markdown and XML manipulation.

How do I extract text and analyze document structure from a Word document?

To extract text and analyze document structure from a Word document, this Skill processes the .docx file to pull content and parse its formatting. It utilizes libraries like pandoc and poppler for accurate text extraction.

Does this approach require LibreOffice or pandoc to convert Word documents?

Yes, converting Word documents and analyzing their content relies on dependencies like pandoc, LibreOffice, and docx-js. These tools are required to handle format conversion and advanced XML manipulation.

What is the best way to manage revisions in a legal Word document?

The best way to manage revisions in a legal Word document is using tracked changes and XML manipulation. This Skill allows you to track modifications, comment, and easily manage extensive revisions programmatically.

How do I convert Word documents to other formats?

You can convert Word documents to other formats by utilizing the integrated pandoc and LibreOffice dependencies. This Skill processes the .docx file structure and exports the content into your desired alternative format.