docx

Create, edit, and analyze .docx files with docx-js and Python scripts.

Updated May 21, 2026
One-click install
npx skills add https://github.com/Ber-tx/tongue --skill docx-ber-tx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Ber-tx/tongue/tree/main/.github/skills-main/skills/docx
Command: npx skills add https://github.com/Ber-tx/tongue --skill docx-ber-tx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of Word documents, enabling users to efficiently manage their document workflows.

Core Features & Use Cases

  • Document Creation: Generate new Word documents with custom formatting and styles.
  • Document Editing: Modify existing Word documents, including text, images, tables, and more.
  • Content Analysis: Extract text, convert documents to images, and manage tracked changes.
  • Use Case: If you need to create a professional report with tables, page numbers, and headers, this Skill can help you do it quickly and efficiently.

Quick Start

Use the docx skill to create a new document with the title 'My Report' and the following content: "This is the introduction to my report. Please insert a table of contents and headings for the sections below."

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 custom formatting and tables?

To create a Word document, this tool uses the docx-js library to generate new .docx files with custom formatting, styles, headings, and tables efficiently.

What is the best way to convert older .doc files to .docx format?

The best way to convert .doc to .docx format involves using LibreOffice within this workflow to automatically upgrade older Word documents into the modern .docx standard.

Can I extract text and convert Word documents to images?

Yes, you can extract text and convert Word documents to images by utilizing Poppler alongside LibreOffice to render .docx pages into image files for content analysis.

Do I need pandoc and LibreOffice to edit existing Word documents?

Yes, you need pandoc and LibreOffice installed because they handle complex document manipulation tasks like reading content, accepting tracked changes, and converting formats.

How do I accept tracked changes in a .docx file programmatically?

You can accept tracked changes in a .docx file programmatically by running the integrated Python scripts that process the document and automatically resolve all revisions.