docx-custom

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

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/dsteven12/airtable-sa-skills --skill docx-custom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx-custom
Source: https://github.com/dsteven12/airtable-sa-skills/tree/main/skills/docx-custom
Command: npx skills add https://github.com/dsteven12/airtable-sa-skills --skill docx-custom

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the creation, reading, editing, and formatting of Word documents (.docx), reducing manual toil and improving consistency across deliverables.

Core Features & Use Cases

  • Create new .docx documents with templates and styling
  • Edit existing documents by inserting images, tables, and headers/footers while preserving structure
  • Manage tracked changes and comments, including acceptance/rejection and author tracking, during packaging and distribution

Quick Start

Provide a sample Word document and ask the skill to generate a brand-aligned .docx report.

Frequently Asked Questions about docx-custom

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

FAQPage Schema
How do I automate Word document creation with templates and styling?

Automating Word document creation applies predefined templates and styling to generate formatted .docx files. You provide a sample document, and the skill outputs a brand-aligned report by handling Word XML structure, headers, footers, and tables programmatically.

Can I edit existing .docx files and insert images without breaking the formatting?

Editing existing .docx files allows you to insert images, tables, and headers while preserving the original document structure. The skill ensures proper Word XML handling during packaging to maintain formatting integrity across updates.

How do I manage tracked changes in Word documents during packaging and distribution?

Managing tracked changes in Word documents includes accepting or rejecting revisions and tracking authors during packaging and distribution. The skill validates these tracked changes to ensure revision history is correctly maintained in the final .docx output.

Does this approach to document automation work with lxml for Word XML processing?

Document automation with this skill uses lxml and defusedxml for secure, structured Word XML processing. These dependencies ensure reliable parsing and manipulation of .docx elements like tables, images, and styling without corrupting the file structure.

What is the best way to generate brand-aligned proposals and professional letters in Word?

Generating brand-aligned proposals and letters in Word is best handled by automating .docx creation with predefined templates. The skill applies consistent styling, headers, footers, and formatting rules across teams to reduce manual toil and improve deliverable consistency.

Are there limitations when applying complex formatting to Word documents programmatically?

Limitations when applying complex formatting to Word documents programmatically stem from the need for proper Word XML handling. While the skill supports styling, tables, and tracked changes, highly complex custom XML structures may require validation to ensure successful packaging.