docx

Create and edit formatted Word .docx documents without manual XML editing.

114|31|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/SeifBenayed/cloclo --skill docx-seifbenayed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/SeifBenayed/cloclo/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/SeifBenayed/cloclo --skill docx-seifbenayed

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually creating and editing formatted Word documents is time-consuming and prone to formatting errors, especially when working with complex elements like tables of contents, tracked changes, tables, and branded templates.

Core Features & Use Cases

  • End-to-End Document Workflows: Create new .docx files from scratch, read and extract content from existing documents, edit XML for precise formatting control, and validate output for OOXML compliance.
  • Professional Formatting Support: Add styled headings, tables with precise DXA widths, images, headers/footers, page breaks, multi-column layouts, and tables of contents without manual XML editing.
  • Use Case Example: Generate a polished quarterly report with a table of contents, financial data tables, and company letterhead in minutes, or clean up a draft document by accepting all tracked changes and removing comments.

Quick Start

Use the docx skill to generate a formatted quarterly report with a table of contents and financial data tables from the provided sales data.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word docx creation and editing without proprietary desktop software?

Automating docx creation involves manipulating OOXML directly to generate formatted Word documents with tables, headers, and tracked changes without requiring proprietary desktop software.

What's the best way to generate formatted Word documents from existing data?

Generate formatted Word documents by applying styled headings, multi-column layouts, and precise DXA width tables to source data, yielding a polished, branded report without manual XML editing.

Can I convert legacy .doc files to modern .docx format using LibreOffice?

Yes, you can convert legacy .doc files to modern .docx format by integrating with LibreOffice, which also supports accepting tracked changes and removing comments during the document cleanup process.

Does this approach support adding tracked changes and comments to Word documents?

Yes, the approach supports adding tracked changes and comments to Word documents, and it can clean up drafts by programmatically accepting all tracked changes and removing existing comments.

How do you validate OOXML compliance when creating Word documents?

Validating OOXML compliance involves checking the generated Word documents against formatting standards to ensure professional output, precise structural control, and compatibility across document viewers.