docx

Create, edit, and analyze .docx files using docx-js library for JavaScript-based operations.

Updated May 26, 2026
One-click install
npx skills add https://github.com/koasis89/ite-ai-agent --skill docx-koasis89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/koasis89/ite-ai-agent/tree/main/skills/docx
Command: npx skills add https://github.com/koasis89/ite-ai-agent --skill docx-koasis89

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive suite for creating, editing, and manipulating Word documents, streamlining document creation and management processes.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch or from pre-defined templates.
  • Document Editing: Modify existing documents, including text, tables, images, and formatting.
  • Data Extraction: Extract text, images, and structured data from .docx files.
  • Use Case: For instance, when you need to convert a legacy .doc file to .docx format or insert images into a document, this Skill can automate the process.

Quick Start

Use the docx skill to convert an existing .doc file to .docx format with the command: use docx convert doc file.doc to docx file.docx

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 and editing from a template?

Automate Word document creation and editing by using JavaScript via the docx-js library to generate new .docx files from scratch or modify existing templates programmatically. This streamlines document management by handling text, tables, and images.

How do I extract structured data and images from a .docx file?

Extract structured data and images from a .docx file through XML manipulation. This Skill analyzes the document's underlying XML structure to pull out specific text content, images, and formatting data for downstream processing.

What's the best way to convert a legacy .doc file to .docx format?

Convert a legacy .doc file to .docx format by using LibreOffice and pandoc. These dependencies process the older document format and accurately translate it into the modern .docx structure for editing and data extraction.

Do I need pandoc and LibreOffice to manipulate Word documents?

Yes, you need pandoc and LibreOffice to manipulate Word documents when format conversion is required. While docx-js handles direct creation and editing, pandoc and LibreOffice are required for XML processing and converting documents to PDF.

Can I use this approach to convert .docx files to PDF?

Yes, you can convert .docx files to PDF. The process relies on LibreOffice to handle the conversion from the .docx format, ensuring accurate rendering of text, tables, and images into the final PDF output.