docx

Create, modify, and analyze Microsoft Word .docx files programmatically.

12|3|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/phuhao00/bony-agent --skill docx-phuhao00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/phuhao00/bony-agent/tree/main/.agent/skills/docx
Command: npx skills add https://github.com/phuhao00/bony-agent --skill docx-phuhao00

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, docx, LibreOffice, Poppler, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual effort required to create, format, and modify complex Word documents, ensuring consistent styling and professional output without repetitive manual editing.

Core Features & Use Cases

  • Document Generation: Programmatically create polished .docx files with tables, images, and custom styles.
  • Content Manipulation: Perform find-and-replace, extract text, and manage tracked changes or comments in existing documents.
  • Use Case: Automatically generate a standardized project report from raw data, including a table of contents, formatted headings, and embedded charts, ensuring all corporate branding guidelines are met.

Quick Start

Use the docx skill to create a new report document titled 'Project_Alpha_Summary.docx' based on the provided project 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 structured data?

Automating Word document generation from structured data uses scripts to programmatically create .docx files with custom styles, tables, and images, ensuring consistent professional typography without manual editing.

Can I manipulate OOXML directly to modify tracked changes in a .docx file?

Yes, modifying tracked changes in a .docx file can be achieved through XML-level editing of the OOXML schema, allowing precise programmatic control over document content, comments, and revision history.

Do I need LibreOffice and Poppler installed to validate OOXML schemas for Word documents?

Validating OOXML schemas for Word documents relies on dependencies like LibreOffice and Poppler to process and analyze .docx files, ensuring standard compliance and accurate layout control.

What is the best way to perform find-and-replace and extract text from existing .docx files?

The best way to perform find-and-replace and extract text from existing .docx files is using document generation scripts that support content manipulation and XML-level editing for precise modifications.

Does pandoc work with docx files for automated document workflows?

Pandoc works with .docx files for automated document workflows by enabling content manipulation and format conversion, supporting complex document workflows including XML-level editing and document validation.