docx

Create, edit, and convert .docx files with tables, images, and tracked changes.

Updated May 17, 2026
One-click install
npx skills add https://github.com/galeep/plugin-place --skill docx-galeep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/galeep/plugin-place/tree/main/plugins/kdense-document-skills/skills/docx
Command: npx skills add https://github.com/galeep/plugin-place --skill docx-galeep

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill empowers users to efficiently create, read, edit, and manipulate Word documents (.docx files), saving time and streamlining document workflows.

Core Features & Use Cases

  • Document Creation & Editing: Offers comprehensive capabilities for creating and editing .docx files.
  • Formatting & Styling: Handles a wide range of formatting requirements like tables, images, headers, footers, and tables of contents.
  • Conversions & Analysis: Converts .doc and .pdf files to .docx, extracts content, and performs in-depth analysis.
  • Use Case: Imagine you need to convert a .doc file to .docx format and add a table of contents and headers. This Skill can help automate the process and ensure consistent formatting across the document.

Quick Start

Use the docx skill to convert 'report-template.doc' to 'report-template.docx' and add a table of contents and page numbers.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I convert a .doc file to .docx format and add a table of contents?

To convert a .doc file to .docx format and add a table of contents, you can use this Skill to automate the conversion via pandoc and libreoffice, then apply formatting like headers and tables of contents to the resulting .docx file.

Can I insert tables, images, and headers into a Word document programmatically?

Yes, you can insert tables, images, headers, footers, and tables of contents into a Word document programmatically. The Skill manipulates .docx files using JavaScript and docx-js to handle comprehensive formatting and styling requirements.

Does this approach use pandoc and libreoffice for document conversion and editing?

Yes, the approach uses pandoc and libreoffice for document conversion and editing. These dependencies enable handling conversions between formats like .doc to .docx and .pdf to image, alongside JavaScript for direct .docx manipulation.

What is the best way to extract content from a PDF and convert it to a .docx file?

The best way to extract content from a PDF and convert it to a .docx file is using this Skill's conversion capabilities. It processes .pdf files to extract content and converts them into editable .docx documents for in-depth analysis.

How do I track changes in a .docx file using JavaScript?

You can track changes in a .docx file using JavaScript by leveraging the Skill's document manipulation features. It processes .docx files for reading and editing, supporting tracking changes natively through the docx-js library.

Are there limitations when converting PDF files to .docx using libreoffice?

When converting PDF files to .docx using libreoffice, complex formatting and layouts may not transfer perfectly. The Skill handles conversions between formats, but intricate PDF structures might require manual adjustments after the initial extraction and conversion.