docx

Create, edit, and analyze Word documents using docx-js and LibreOffice.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/WWindRock/Webchat-DEV --skill docx-wwindrock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/WWindRock/Webchat-DEV/tree/main/CoPaw/src/copaw/agents/skills/docx
Command: npx skills add https://github.com/WWindRock/Webchat-DEV --skill docx-wwindrock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx, libreoffice, poppler, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of working with Word documents, allowing users to create, edit, and analyze content without the need for complex software or manual formatting.

Core Features & Use Cases

  • Document Creation: Generate new Word documents from scratch or based on templates.
  • Content Editing: Perform detailed edits, including formatting, images, and tables.
  • Analysis: Extract text, convert documents to images, and manage tracked changes.
  • Use Case: If you need to create a professional report or memo with advanced formatting like tables of contents, headings, and page numbers, this Skill can help you achieve it quickly.

Quick Start

Generate a new Word document using the docx skill with the following command: use docx create "My New Document".

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 advanced formatting like headings and tables of contents?

To create a Word document with advanced formatting, you can generate new documents from scratch or templates, applying detailed edits for headings, tables of contents, and page numbers. This handles professional report and memo creation quickly.

Can I convert a Word document to PDF and extract text?

Yes, you can convert Word documents to PDF and extract text. The process uses LibreOffice for PDF conversion and Poppler to handle text extraction and document analysis tasks efficiently.

Do I need LibreOffice installed to edit Word documents?

Yes, you need a working installation of LibreOffice and Poppler. These dependencies are required alongside docx-js to execute document manipulation, PDF conversion, and text extraction tasks.

What is the best way to accept tracked changes in a Word document?

To accept tracked changes in a Word document, you can use the document analysis features to manage and manipulate revisions. This accepts tracked changes directly without requiring complex software or manual formatting.

How does converting Word documents to images work?

Converting Word documents to images works by utilizing LibreOffice and Poppler to process the file. This mechanism extracts visual representations from the document, enabling detailed content analysis and image generation.

Are there limitations when manipulating Word documents programmatically?

When manipulating Word documents programmatically, limitations arise if prerequisite environments are missing. You must ensure proper installation of docx-js, LibreOffice, and Poppler; otherwise, document generation and formatting tasks will not execute.