docx

Create, edit, and analyze Word documents (.docx) using node.js and npm.

10|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/giadaf-boosha/claude-code --skill docx-giadaf-boosha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/giadaf-boosha/claude-code/tree/main/skills/docx
Command: npx skills add https://github.com/giadaf-boosha/claude-code --skill docx-giadaf-boosha

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of Word documents, enabling users to quickly generate, format, and manipulate .docx files without complex software.

Core Features & Use Cases

  • Document Creation: Generate new Word documents with predefined styles and templates.
  • Document Editing: Edit existing documents, including text, tables, images, and page layout.
  • Content Analysis: Extract and analyze text content from .docx files.
  • Use Case: A user needs to create a professional report with a table of contents, headings, and page numbers. This Skill can generate the report template, fill in the content, and format it according to professional standards.

Quick Start

Create a new .docx document with the 'report-template.docx' template and 'my-content.txt' as the content source.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I generate a Word document with predefined styles and templates?

You can generate a Word document by using this Skill with docx-js to apply predefined styles and templates. It creates formatted .docx files by mapping your text content into structured layouts.

What's the best way to extract text content from a .docx file?

The best way to extract text from a .docx file is using this Skill, which leverages pandoc for text extraction. It analyzes document content to pull out raw text efficiently.

Can I edit existing Word documents including tables, images, and page layout?

Yes, you can edit existing Word documents to modify text, tables, images, and page layout. This Skill manipulates .docx files directly to update formatted content and structural elements.

Do I need Node.js and npm to manipulate .docx files?

Yes, you need Node.js and npm installed because this Skill requires docx-js for building new documents. The JavaScript-based document manipulation executes through this Node environment.

Does this approach work with pandoc and LibreOffice for document processing?

Yes, this Skill works with pandoc for text extraction and leverages LibreOffice and Poppler as dependencies. These tools combine to support comprehensive .docx creation, editing, and analysis.