document-processing-docx

Create, parse, and manipulate Microsoft Word .docx documents programmatically.

90|10|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/korallis/Droidz --skill document-processing-docx-korallis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-processing-docx
Source: https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/document-processing-docx
Command: npx skills add https://github.com/korallis/Droidz --skill document-processing-docx-korallis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx, and includes references (resource) components.

What problem does it solve?

This skill automates the creation, processing, and manipulation of Microsoft Word (.docx) documents, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Document Generation: Create Word documents from templates or programmatically.
  • Data Extraction: Extract text, tables, and metadata from existing .docx files.
  • Document Conversion: Convert Word documents to HTML or Markdown.
  • Use Case: Generate personalized offer letters for new hires by populating a standard Word template with candidate-specific details.

Quick Start

Use the document-processing-docx skill to create a new Word document with a 'Hello World' paragraph.

Frequently Asked Questions about document-processing-docx

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

FAQPage Schema
How do I automate Word document generation from a template?

Automate Word document generation by using the docx library to programmatically populate standard .docx templates with specific data, producing consistent personalized documents like offer letters or invoices without manual editing.

Can I extract text and tables from existing .docx files?

Extract text, tables, and metadata from existing .docx files by programmatically parsing the document structure, enabling automated data retrieval for tasks like resume parsing or content migration.

What is the best way to convert Word documents to Markdown or HTML?

Convert Word documents to Markdown or HTML by leveraging document processing libraries like mammoth.js to transform .docx content, facilitating web publishing and format migration.

Do I need the docx library to perform mail merge functionalities?

You need the docx library or similar dependencies to perform mail merge functionalities programmatically, as it provides the required APIs to manipulate Word documents and inject data into templates.

Does document-processing-docx work for parsing resumes and extracting candidate details?

Document-processing-docx works for parsing resumes by extracting text and metadata from .docx files, enabling you to retrieve candidate details and structured data for automated processing.

What are the limitations of using docx for document conversion?

Limitations of using docx for document conversion include potential loss of complex formatting when transforming .docx files to HTML or Markdown, as standard libraries may not fully support advanced Word styling features.