docx

Create and edit .docx files using docx-js, LibreOffice, and Pandoc.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/flonat-research --skill docx-flonat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/flonat/flonat-research/tree/main/skills/docx
Command: npx skills add https://github.com/flonat/flonat-research --skill docx-flonat

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and manipulation of Word documents, reducing manual work and enhancing productivity.

Core Features & Use Cases

  • DOCX Creation: Generate new .docx files with professional formatting, including tables of contents, headers, footers, and more.
  • Document Editing: Edit existing .docx files, including tracking changes, inserting comments, and converting content.
  • Use Case: When you need to create a detailed report or a professional letter, this Skill can help you quickly format the document and insert the necessary elements.

Quick Start

Create a new .docx document with tables and images using the docx skill and provide the following details: "docx create -title 'Report Title' -author 'Your Name' -page-size US-Letter -style 'Professional' -content 'Content text here' -tables '2, 1, 3' -images 'image1.png, image2.png'"

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word document creation with professional formatting?

Automate Word document creation by generating .docx files with professional formatting, including tables of contents, headers, and footers. This approach streamlines report generation and reduces manual formatting work.

What's the best way to edit existing .docx files programmatically?

Edit existing .docx files programmatically to track changes, insert comments, and convert content. This method allows precise manipulation of Word documents without opening a graphical editor.

Do I need node.js and LibreOffice installed to process .docx files?

Yes, you need node.js, docx-js, and LibreOffice installed to process .docx files. These dependencies provide the necessary environment for document creation, manipulation, and format conversion.

Can I generate Word documents with tables and images using command line arguments?

Generate Word documents with tables and images by passing command line arguments specifying the title, author, page size, style, content, table structures, and image file paths to create formatted .docx files.

How does Pandoc work with .docx document manipulation?

Pandoc works with .docx document manipulation by converting content between various formats. Combined with docx-js and LibreOffice, it enables comprehensive processing of Word documents for reports, memos, and letters.

When do I need to use a specialized tool for .docx processing instead of a standard text editor?

Use a specialized tool for .docx processing when you need to generate professional reports, memos, or letters with complex elements like tables of contents, headers, and footers that standard text editors cannot format correctly.