docx

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

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/KanishKumar11/flowforge --skill docx-kanishkumar11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/KanishKumar11/flowforge/tree/main/.cursor/skills/docx
Command: npx skills add https://github.com/KanishKumar11/flowforge --skill docx-kanishkumar11

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill empowers you to create, edit, and manipulate Word documents (.docx files) with ease, eliminating the need for complex software or manual processes.

Core Features & Use Cases

  • Document Creation: Generate new Word documents with predefined styles and layouts.
  • Document Editing: Modify existing .docx files by reading, updating, and adding content.
  • Data Conversion: Convert legacy .doc files to .docx format and vice versa.
  • Use Case: Need to create a professional memo with a table of contents and page numbers? This Skill can automate the process, ensuring your document is formatted correctly and ready to use.

Quick Start

Use the docx skill to create a new memo with the title 'Memo to John' and include a cover page with your company logo.

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 generation with predefined styles and layouts?

Automate Word document generation by using docx-js and pandoc to create new .docx files with predefined styles and layouts. This approach targets document generation and formatting tasks in office workflows, ensuring professional output without manual processes.

Can I convert legacy .doc files to .docx format?

Convert legacy .doc files to .docx format and vice versa using libreoffice and pandoc. Data conversion is a core feature, enabling you to update older Word documents to the modern .docx standard for easier manipulation.

Do I need libreoffice and pandoc installed to manipulate .docx files?

Yes, you need libreoffice and pandoc installed alongside docx-js to manipulate .docx files. These dependencies are required for document conversion and manipulation, enabling the Skill to manage creation, editing, and formatting tasks effectively.

What's the best way to extract data from Word documents programmatically?

Extract data from Word documents by leveraging pandoc and docx-js to read and parse .docx file contents. This method targets data extraction tasks in office workflows, providing structured access to document content for processing.