docx

Automates Word document creation and editing with configurable formatting and templates.

512|64|Updated Mar 13, 2025
One-click install
npx skills add https://github.com/agnt-gg/agnt --skill docx-agnt-gg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/agnt-gg/agnt/tree/main/backend/skills/docx
Command: npx skills add https://github.com/agnt-gg/agnt --skill docx-agnt-gg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated creation, editing, and formatting of Word documents (.docx) to streamline document workflows, reducing manual, error-prone tasks.

Core Features & Use Cases

  • Create new .docx files from structured inputs with headings, tables of contents, page numbers, and title pages.
  • Edit existing documents by programmatically inserting or replacing content, images, and metadata, while preserving styling.
  • Manage tracked changes and comments, and convert content into polished Word documents for professional delivery.

Quick Start

Generate a polished Word document from the provided outline with formatting and a title page.

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 from structured input?

Automated Word document generation from structured inputs uses docx-js and Node.js to programmatically create .docx files with headings, tables of contents, page numbers, and title pages, eliminating manual formatting errors.

Can I edit an existing .docx file and insert images while preserving styling?

Editing existing .docx files programmatically allows inserting or replacing content, images, and metadata while preserving original styling by directly reading and writing the underlying document XML.

Does docx-js support managing tracked changes and comments in Word documents?

Managing tracked changes and comments in Word documents is supported, enabling automated workflows to handle document review processes and convert content into polished professional deliveries.

What is the best way to ensure cross-version compatibility when creating Word documents?

Ensuring cross-version compatibility when creating Word documents involves applying validation and standardized XML writing techniques via docx-js, guaranteeing generated files open correctly across different Word versions.

Are there limitations when programmatically formatting Word documents with Node.js?

Limitations when programmatically formatting Word documents with Node.js involve handling complex native styling rules and cross-version compatibility, requiring careful XML validation to prevent structural corruption.

Do I need structured input data to generate a professional Word document?

Structured input data is required to generate a professional Word document, serving as the foundation for the docx-js workflow to automatically apply headings, title pages, and formatting.