docx

Create, read, edit, and format Word documents with tables and images.

2|2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mxzinke/atlas --skill docx-mxzinke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/mxzinke/atlas/tree/main/app/defaults/skills/docx
Command: npx skills add https://github.com/mxzinke/atlas --skill docx-mxzinke

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Word document tasks are tedious and error-prone to perform manually, and this skill automates the full lifecycle of Word documents.

Core Features & Use Cases

  • Create, read, edit, and format Word documents (.docx) with tables, headings, headers/footers, images, and tables of contents.
  • Manage tracked changes and comments, convert content into polished documents, and apply consistent styling across multiple files.
  • Use cases include producing reports, letters, templates, proposals, and other professional Word deliverables that require precise formatting.

Quick Start

Create a new Word document from the provided outline and apply the requested styles and formatting.

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 generation for professional reports?

Automating Word document generation involves creating and formatting .docx files with headings, tables, images, and headers. This skill uses Python tooling, pandoc, and LibreOffice to generate, modify, and validate polished DOCX content end-to-end.

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

Yes, managing tracked changes and comments in a .docx file programmatically is supported. The skill automates reading, editing, and formatting Word documents, allowing you to handle revisions and apply consistent styling across multiple files.

What's the best way to add tables and images to Word documents automatically?

The best way to add tables and images to Word documents automatically is using Python scripts that manipulate the .docx format. This skill handles inserting tables, images, headers, footers, and tables of contents for professional deliverables.

Do I need LibreOffice and pandoc to create and edit Word documents?

You need LibreOffice and pandoc to validate and convert content for generating and modifying Word documents end-to-end. The skill relies on these external utilities alongside its Python tooling to process .docx files with precise formatting.

How does Python handle Word processing for letters and templates?

Python handles Word processing for letters and templates by programmatically editing .docx files. This skill automates the full lifecycle of Word documents, applying requested styles and formatting to produce consistent reports, proposals, and deliverables.