docx

Generate, edit, and analyze .docx files with JavaScript and Python libraries.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/lucasFR2/LogiSync --skill docx-lucasfr2
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/lucasFR2/LogiSync/tree/main/skills/docx
Command: npx skills add https://github.com/lucasFR2/LogiSync --skill docx-lucasfr2

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive suite for creating, editing, and analyzing Word documents, automating repetitive tasks and enabling professional formatting.

Core Features & Use Cases

  • Document Creation: Generate .docx files from scratch or import existing content.
  • Editing: Modify existing documents, including formatting, styles, and content.
  • Analysis: Extract text, images, and metadata from .docx files.
  • Use Case: When you need to create a detailed report or letter, use this Skill to easily format the document with headings, tables, images, and page numbers.

Quick Start

Use the docx skill to create a new Word document and add a heading with "My Report Title".

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate document creation and generate .docx files from scratch?▼

Document creation is automated by using JavaScript and Python libraries to generate .docx files from scratch, applying headings, tables, and formatting without manual editing.

Can I extract text and metadata from existing .docx files for analysis?▼

Yes, .docx files can be analyzed to extract text, images, and metadata. This allows you to process existing document content programmatically for data retrieval and review.

Do I need LibreOffice to accept tracked changes in .docx files?▼

Yes, LibreOffice is required for advanced operations like accepting tracked changes. The core docx-js and pandoc dependencies handle standard creation and manipulation.

What's the best way to modify formatting in an existing Word document?▼

Editing existing .docx files is handled by modifying styles and content directly through JavaScript libraries. This enables programmatic formatting updates without opening a word processor.

Does pandoc work with .docx files for document conversion?▼

Yes, pandoc is required for creating and manipulating .docx files. It facilitates document conversion and content import within the document automation and formatting workflow.