docx

Create and edit .docx documents by manipulating WordprocessingML XML.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/eniosales08-AI/paraguay-shopping-search --skill docx-eniosales08-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/eniosales08-AI/paraguay-shopping-search/tree/main/.cursor/skills/docx
Command: npx skills add https://github.com/eniosales08-AI/paraguay-shopping-search --skill docx-eniosales08-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, lxml.

What problem does it solve?

Word document creation, editing, and formatting automation, enabling deterministic workflows and easier collaboration.

Core Features & Use Cases

  • Create new .docx documents with structured formatting, images, tables, headers/footers, and ToC
  • Read, edit, and reorganize content by manipulating WordprocessingML XML and repacking
  • Convert between Word and other formats using on-demand tooling (e.g., LibreOffice for PDF conversion)

Quick Start

Create or modify a Word document by unpacking .docx, editing the underlying XML, and repacking into a polished Word file.

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, headers, and images?▼

Automate Word document creation by unpacking the .docx file, editing the underlying WordprocessingML XML, and repacking it into a polished file with structured formatting like tables, headers, footers, and images.

Can I edit and reorganize existing .docx content through XML manipulation?▼

Edit and reorganize existing .docx content by manipulating WordprocessingML XML directly, enabling deterministic document-editing workflows and easier collaboration across business, education, and legal contexts.

How does converting Word documents to PDF using headless LibreOffice work?▼

Converting Word documents to PDF works by utilizing on-demand tooling through headless LibreOffice, allowing deterministic format conversions after you unpack, edit the XML, and repack the .docx file.

What's the best way to add tracked changes to a Word document automatically?▼

Add tracked changes to a Word document automatically by unpacking the .docx file, directly manipulating the WordprocessingML XML to insert tracked changes, and repacking the file into a finalized Word document.

Do I need defusedxml and lxml to automate document-editing workflows?▼

You need defusedxml and lxml to safely parse and manipulate the underlying WordprocessingML XML structure during the document-editing and repacking process for deterministic .docx automation.

Why modify WordprocessingML XML directly instead of using standard document editors?▼

Modify WordprocessingML XML directly to achieve deterministic document creation and editing workflows, bypassing standard document editors for precise control over formatting, tracked changes, and automated content reorganization.