docx

Create, read, edit, and analyze Word documents programmatically.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/KILWA73/MiniSoc --skill docx-kilwa73
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/KILWA73/MiniSoc/tree/main/.agents/skills/docx
Command: npx skills add https://github.com/KILWA73/MiniSoc --skill docx-kilwa73

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end creation, modification, and analysis of Word documents (.docx), reducing manual formatting and enabling templated outputs.

Core Features & Use Cases

  • Programmatic document generation and editing with support for sections, headings, tables, images, and tables of contents
  • Conversion of legacy .doc files to .docx and lifecycle management of docx content
  • Validation and formatting guidance to ensure production-ready outputs and track changes

Quick Start

Install the required tooling and run a simple script to generate a DOCX document.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I programmatically generate Word documents with tables and images?

Converting legacy .doc files to .docx format is supported natively by this skill, enabling lifecycle management of docx content through integration with tools like pandoc and LibreOffice for advanced workflows.

Can I edit existing .docx files and track changes automatically?

Validating Word document formatting for production-ready outputs is handled by this skill through built-in validation and formatting guidance, ensuring generated .docx files meet structural and content rules before deployment.

Does this approach work with pandoc and LibreOffice for advanced document workflows?

This skill integrates with pandoc and LibreOffice for advanced document workflows, combining docx-js generation with external conversion tools to manage complex .docx lifecycle tasks across desktop and web environments.

What are the limitations of using docx-js for Word document generation?

Limitations of using docx-js for Word document generation include reliance on external tools like pandoc and LibreOffice for legacy .doc conversion, while core generation focuses on .docx outputs with sections, headings, tables, and images.