docx

Create, edit, and analyze .docx files using the docx-js library.

909|43|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/melandlabs/openloomi --skill docx-melandlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/melandlabs/openloomi/tree/main/skills/docx
Command: npx skills add https://github.com/melandlabs/openloomi --skill docx-melandlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to effortlessly create, edit, and analyze Word documents (.docx) without the need for a physical copy of Microsoft Word or other software.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch or from predefined templates.
  • Document Editing: Edit existing .docx files, including text, tables, images, and more.
  • Content Analysis: Extract text, manipulate content, and convert documents into various formats.
  • Use Case: Suppose you need to create a professional report with a table of contents and headers. Use this Skill to quickly create the document, format it according to your needs, and insert images.

Quick Start

Use the 'docx' skill to create a new Word document with a title 'My Report' and insert a table with two columns and three rows.

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 programmatically without Microsoft Word installed?

You can create a Word document programmatically by using the docx-js library to generate and validate .docx files with formatting, text, tables, and images without needing Microsoft Word installed.

Can I edit an existing .docx file to insert and modify tables and images?

Yes, you can edit existing .docx files by reading and writing content, manipulating document formatting, and inserting or modifying tables, images, and footnotes using docx-js.

What is the best way to extract text and analyze content from a .docx file?

The best way to extract text and analyze content from a .docx file is using this document manipulation skill, which supports reading content and converting documents into various formats for analysis.

Does docx-js support adding footnotes and headers when generating Word documents?

Yes, docx-js supports adding footnotes and headers when generating Word documents, allowing you to format professional reports with a table of contents and structured styling.

Do I need any specific dependencies to run document creation and editing workflows?

Yes, you need the docx-js dependency installed in your environment to generate, validate, and manipulate .docx files for document creation and editing workflows.