docx

Create, edit, and analyze .docx files using docx-js and LibreOffice.

1|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/goodnessibeh/ai-dev-boilerplate --skill docx-goodnessibeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/goodnessibeh/ai-dev-boilerplate/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/goodnessibeh/ai-dev-boilerplate --skill docx-goodnessibeh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx-js, LibreOffice, Poppler, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the creation, editing, and analysis of Word documents, providing tools for formatting, collaboration, and conversion with precision.

Core Features & Use Cases

  • Document Creation: Generate professional Word documents with tables, images, and custom styles.
  • Document Editing: Edit existing documents with tracked changes, comments, and smart typography.
  • Content Analysis: Extract text, convert documents to images, and manage page breaks and headers/footers.
  • Use Case: When you need to create a detailed report with tables, images, and professional formatting, this Skill can help you do it efficiently.

Quick Start

Use the docx skill to create a new document with a title, headings, and a table of contents: docx create report.docx "Report Title" --toc

Frequently Asked Questions about docx

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

FAQPage Schema
How do I create a Word document with a table of contents programmatically?

You can create a Word document with a table of contents by using the docx-js library to generate professional .docx files, setting a title and headings to automatically build the structure.

What is the best way to extract text from a .docx file for content analysis?

The best way to extract text from a .docx file for content analysis is using this Skill, which leverages Poppler and LibreOffice to accurately parse and extract document contents.

Do I need LibreOffice and Poppler installed to edit Word documents and convert them to images?

Yes, you need LibreOffice and Poppler installed, as these dependencies handle document conversion, image generation, and formatting tasks that docx-js alone does not support.

Can I add tracked changes and comments when editing an existing Word document?

Yes, you can add tracked changes and comments when editing an existing Word document, utilizing the Skill's collaboration features to manage revisions and smart typography.

How does converting Word documents to images work with this tool?

Converting Word documents to images works by utilizing LibreOffice and Poppler dependencies to render .docx file pages into image formats for visual content analysis.

Are there limitations when using docx-js for Word document formatting and page breaks?

While docx-js handles standard document creation and formatting, limitations may arise with complex page breaks and headers, requiring LibreOffice to manage advanced layout conversions.