docx

Create, modify, and extract content from Word .docx files programmatically.

3|53|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Exquisitech/Renaissance-api --skill docx-exquisitech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Exquisitech/Renaissance-api/tree/main/docs
Command: npx skills add https://github.com/Exquisitech/Renaissance-api --skill docx-exquisitech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating, editing, and formatting Word documents is time-consuming and error-prone, especially for repetitive tasks like report generation, template population, or bulk document updates.

Core Features & Use Cases

  • Automated .docx Generation: Create professional Word documents with custom headings, tables, page breaks, headers/footers, and styled formatting programmatically.
  • Existing Document Editing: Modify .docx files with tracked changes, comments, content replacement, and XML-level adjustments while preserving original formatting.
  • Use Case: A marketing team needs to generate 200 personalized client proposals from a master template; this skill automates data insertion, formatting, and output without manual Word editing.

Quick Start

Use the docx skill to create a formatted project status report with a table of contents, key metrics table, and page numbers from the provided project update data.

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 a master template?

Automating Word document generation uses the docx-js library to programmatically populate master templates with custom data, inserting formatted headings, tables, and headers to output finalized .docx files without manual editing.

How do I apply tracked changes to existing .docx files programmatically?

Applying tracked changes to existing .docx files involves using office automation utilities to modify document content at the XML level, ensuring content replacement and comments are recorded while preserving the original formatting structure.

Can I bulk process Word documents for enterprise administrative tasks?

Bulk processing Word documents for enterprise tasks is supported by this skill, enabling automated modification and content extraction across hundreds of standardized .docx files to replace repetitive manual document editing workflows.

What is the best way to create formatted Word reports with tables and page breaks?

Creating formatted Word reports with tables and page breaks is best handled through programmatic document assembly, allowing you to define custom headings, tables of contents, and styled formatting rules via code to generate professional .docx outputs.

Does docx template editing preserve the original formatting during content replacement?

Template editing preserves original formatting during content replacement by utilizing XML-level .docx editing capabilities, ensuring that styled structures, headers, and footers remain intact when automating data insertion for reports or proposals.

How do I extract content from Word .docx files for downstream processing?

Extracting content from Word .docx files for downstream processing is achieved through automated document content extraction, pulling text and structured data from existing files to feed into report generation or bulk document update workflows.