docx

Create, edit, and convert .docx files with docx-js and Python libraries.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/nvdson2005/Claude-Essentials --skill docx-nvdson2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/nvdson2005/Claude-Essentials/tree/main/skills/generic/docx
Command: npx skills add https://github.com/nvdson2005/Claude-Essentials --skill docx-nvdson2005

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and manipulation of Word documents, enabling users to efficiently handle various document-related tasks without the complexities of a full-featured word processor.

Core Features & Use Cases

  • Document Creation: Build new .docx files with formatting like tables of contents, headings, page numbers, and letterheads.
  • Content Manipulation: Insert, replace images, perform find-and-replace, and manage tracked changes and comments.
  • Document Conversion: Convert .docx files to .pdf and images, and perform text extraction with tracked changes.
  • Use Case: When you need a polished Word document quickly, this skill can create tables of contents, format headings, and insert images with ease.

Quick Start

Generate a new .docx document and add a title with the following command: use docx create -t "My Document Title" -f "Arial" -s 12.

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 and headings programmatically?

Yes, you can manipulate content in a .docx file by inserting or replacing images, performing find-and-replace operations, and managing tracked changes and comments directly through script automation.

What is the best way to convert a Word document to PDF?

Yes, this Skill requires docx-js for document creation and editing, alongside Python libraries like Pandoc, LibreOffice, and Poppler for specific conversion and text extraction operations.

Does this Word document generation approach work without installing a full word processor?

You can generate a new .docx document by using the command syntax: `use docx create -t "My Document Title" -f "Arial" -s 12` to quickly set the title, font, and size programmatically.

Can I extract text and tracked changes from a .docx file without opening Microsoft Word?

This Skill handles advanced document formatting including tables of contents, headings, page numbers, letterheads, and image insertion, distinguishing it from basic text generation scripts.