ck:docx

Create, edit, and analyze .docx files with Python and JavaScript.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/duy-tung/claude-code-setup --skill ck-docx-duy-tung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docx
Source: https://github.com/duy-tung/claude-code-setup/tree/main/claude/skills/document-skills/docx
Command: npx skills add https://github.com/duy-tung/claude-code-setup --skill ck-docx-duy-tung

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines document creation, editing, and analysis using command-line tools, enabling efficient manipulation of .docx files.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch with JavaScript/TypeScript.
  • Document Editing: Modify existing .docx files with Python for advanced text and structure manipulation.
  • Content Analysis: Extract text, format, and metadata from .docx files using various tools.
  • Use Case: When you need to create a detailed report from scratch, this Skill allows you to quickly assemble a professional document with formatting, tables, and images.

Quick Start

Create a new Word document with the 'ck:docx' skill.

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 from the command line?

You can automate Word document creation and editing by using command-line tools and Python libraries to generate new .docx files from scratch or modify existing document structures.

Can I extract text and metadata from existing .docx files for content analysis?

Yes, you can extract text, format, and metadata from existing .docx files for content analysis using various integrated tools to parse document elements.

Do I need LibreOffice and Python libraries to process .docx files?

Yes, processing and rendering .docx files requires ooxml, docx, and LibreOffice dependencies to handle complex document manipulation and format conversion.

What is the best way to generate a detailed report with tables and images in .docx format?

The best way to generate a detailed report in .docx format is using command-line scripts to quickly assemble professional documents with formatting, tables, and images.

Does Pandoc support converting .docx files to other document formats?

Pandoc supports converting .docx files to other document formats as part of the document processing pipeline, enabling format conversion alongside LibreOffice and Poppler.

Are there limitations when manipulating complex .docx structures with Python?

Manipulating complex .docx structures with Python requires handling ooxml schemas and using defusedxml for secure XML parsing to avoid rendering issues.