docx

Create and edit DOCX documents with tables, images, and tracked changes.

23|11|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/miolamio/cc-for-non-coders-dev-container --skill docx-miolamio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/miolamio/cc-for-non-coders-dev-container/tree/main/skills/docx
Command: npx skills add https://github.com/miolamio/cc-for-non-coders-dev-container --skill docx-miolamio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word document creation, reading, editing and formatting can be tedious and error-prone; this skill automates DOCX workflows end-to-end.

Core Features & Use Cases

  • Create new Word documents with advanced formatting (tables, headers, footers, styles) from templates.
  • Read, edit, insert or replace images, perform find-and-replace, manage tracked changes and comments, and convert content into DOCX.
  • Use cases include generating reports, letters, proposals, or branded templates with consistent styling.

Quick Start

Provide a DOCX input and describe the edits you want, and the skill will return the updated Word document.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word document creation with tables, images, and tracked changes?

Automating Word document creation involves using in-container tooling like pandoc, LibreOffice, and docx-js alongside repository scripts to generate DOCX files with advanced formatting, tables, images, and tracked changes. You provide a DOCX input and describe desired edits to receive the updated document.

What is the best way to edit DOCX files and insert or replace images programmatically?

Editing DOCX files programmatically is handled through repository scripts that pack, unpack, and validate documents to read, edit, insert, or replace images. The skill manages content manipulation and find-and-replace operations to produce final validated DOCX outputs.

Can I use LibreOffice and pandoc to convert content into formatted Word documents?

LibreOffice and pandoc are used within the in-container tooling to convert content into DOCX format and render final Word document outputs. These tools work with the repository scripts to ensure proper formatting and validation across DOCX workflows.

Does this Word document generation approach support branded templates and consistent styling?

Word document generation supports creating reports, letters, proposals, and branded templates with consistent styling from existing DOCX templates. You provide a template input and describe the required formatting to receive a polished Word document.

Do I need lxml and defusedxml to manage Word document formatting and tracked changes?

lxml and defusedxml are required dependencies for processing the XML structure of DOCX files to manage formatting, tracked changes, and comments. These libraries enable the underlying document manipulation and validation scripts to function correctly.