docx

Create, edit, and format .docx documents with images, tables, and tracked changes.

Updated May 15, 2026
One-click install
npx skills add https://github.com/nachopalmeri/agents-system --skill docx-nachopalmeri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/nachopalmeri/agents-system/tree/main/.agents/skills/docx
Command: npx skills add https://github.com/nachopalmeri/agents-system --skill docx-nachopalmeri

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill centralizes Word (.docx) document creation, reading, editing, and formatting, reducing manual editing time and enabling consistent output.

Core Features & Use Cases

  • Create, read, edit, and format Word documents with embedded images, tables, headers/footers, and styles.
  • Manage tracked changes and comments, including finding/replacing content and converting content into polished final documents.
  • Generate templates or recurring documents (letters, reports, proposals) from outlines or outlines-to-DOCX workflows.

Quick Start

Create a polished Word document from a brief outline including a title, sections, and an embedded image.

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 from an outline with embedded images and tables?

You can automate Word document creation by feeding a brief outline to generate .docx files with embedded images, tables, headers, footers, and consistent styling. It enforces DOCX structure and content integrity while packaging the final deliverable.

Can I manage tracked changes and comments in a .docx file programmatically?

Yes, you can manage tracked changes and comments in a .docx file programmatically. The skill handles finding, replacing, and converting content into polished final documents while preserving the revision history and document structure.

What's the best way to generate recurring Word reports and proposals without manual formatting?

The best way to generate recurring Word reports and proposals is by using templates that enforce DOCX structure and content integrity. This centralizes formatting, reducing manual editing time and enabling consistent output across letters and proposals.

Does this Word document editing approach require specific XML libraries to handle .docx files?

Yes, handling .docx files requires specific XML libraries. The implementation relies on defusedxml and lxml to parse, validate, and enforce document structure and content integrity while securely managing the underlying XML packaging.

How do I convert an outline into a formatted DOCX file with headers and footers?

You convert an outline into a formatted DOCX file by processing the text through scripts that apply styles, embed images, and insert headers and footers. This automates the workflow from raw outline to polished final document.

Why does my Word document lose formatting when embedding images into a .docx file?

Formatting is lost when embedding images if the DOCX structure and content integrity are not properly enforced. Using automated scripts to handle image embedding and styling ensures the final .docx packaging remains structurally valid and consistent.