docx

Create, edit, and manipulate .docx files using docx-js and pandoc.

3|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvezArt/evez-skills --skill docx-evezart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/EvezArt/evez-skills/tree/main/skills/docx
Command: npx skills add https://github.com/EvezArt/evez-skills --skill docx-evezart

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 .docx documents, saving time and ensuring professional quality.

Core Features & Use Cases

  • Document Creation: Build new .docx files with formatting, tables, images, and more.
  • Document Editing: Modify existing .docx files with tracked changes, comments, and smart quotes.
  • Document Analysis: Extract text and convert documents to other formats like PDF or images.
  • Use Case: When you need to create a detailed report with tables and images, this Skill can help you do it quickly and efficiently.

Quick Start

Use the docx skill to create a new Word document with a title and two headings: 'Executive Summary' and 'Methodology'.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate .docx document creation with formatting and tables?

To automate .docx document creation, you can build new Word files with formatting, tables, and images programmatically. This streamlines generating detailed reports quickly without manual formatting.

Can I edit existing .docx files to add tracked changes and comments?

Yes, you can edit existing .docx files to add tracked changes, comments, and smart quotes. This allows for collaborative document manipulation while maintaining professional quality.

Do I need LibreOffice and Poppler to extract text and convert .docx files?

Yes, extracting text and converting .docx files to formats like PDF requires LibreOffice and Poppler. These dependencies provide the necessary backend conversion and rendering functionalities.

What is the best way to convert .docx documents to PDF or images?

The best way to convert .docx documents to PDF or images is using pandoc and LibreOffice. This handles document analysis and format conversion efficiently for various downstream workflows.

Does docx-js support manipulating tables in Word documents?

Yes, docx-js supports manipulating tables in Word documents. It enables programmatic table creation and modification alongside other document formatting tasks.

Why use pandoc for .docx document manipulation instead of other libraries?

Use pandoc for .docx manipulation because it seamlessly handles document conversion and text extraction across formats. It works with docx-js to ensure professional quality output.