document-processing-docx

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

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill document-processing-docx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-processing-docx
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.factory/skills/document-processing-docx
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill document-processing-docx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation, modification, and extraction of data from Microsoft Word (.docx) documents, streamlining document-centric workflows.

Core Features & Use Cases

  • Document Generation: Create new .docx files from templates or programmatically.
  • Data Extraction: Extract text, formatting, and table data from existing .docx files.
  • Use Case: Generate personalized offer letters for new hires by populating a standard template with candidate-specific details.

Quick Start

Use the document-processing-docx skill to create a new Word document with the title 'My Report'.

Frequently Asked Questions about document-processing-docx

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

FAQPage Schema
How do I generate Word documents programmatically from a template?

To generate Word documents programmatically, you populate a standard .docx template with specific data to create files like personalized offer letters or invoices. This automation streamlines document-centric workflows by leveraging libraries like docx.

Can I extract structured data from .docx files like resumes or forms?

Yes, you can extract structured data from .docx files such as resumes or forms. The Skill parses existing Word documents to pull out text, formatting, and table data using libraries like mammoth.js for accurate data extraction.

What is the best way to automate mail merge for .docx files?

The best way to automate mail merge for .docx files is using a programmatic document generation approach. You populate a standard template with candidate-specific or recipient-specific details to automatically create personalized documents.

Does this approach support extracting tables and formatting from Word documents?

Yes, extracting tables and formatting from Word documents is fully supported. The process parses existing .docx files to capture text, structural formatting, and table data for use in reporting or structured data workflows.

Do I need any specific libraries to manipulate Microsoft Word documents?

You need libraries like docx and mammoth.js to manipulate Microsoft Word documents effectively. These dependencies handle the programmatic creation, parsing, and modification of .docx files for both both generation and data extraction tasks.