docx

Create, edit, and analyze .docx files with tracked changes and comments.

339|34|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill docx-kxiandaoyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Kxiandaoyan/Memoh-v2/tree/main/internal/skills/defaults/docx
Command: npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill docx-kxiandaoyan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to efficiently create, modify, and analyze professional .docx documents, handling complex tasks like tracked changes and comments without manual intervention.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch using JavaScript/TypeScript.
  • Content Editing: Modify existing .docx files with precision using a Python-based OOXML manipulation library.
  • Tracked Changes & Comments: Work with existing tracked changes, add new ones, and manage comments within documents.
  • Text Extraction: Convert .docx content to markdown, preserving structure and tracked changes.
  • Use Case: A legal team needs to review a contract. They can use this Skill to apply specific edits with tracked changes, add comments for clarification, and then extract the final text for a summary report.

Quick Start

Use the docx skill to create a new document named 'project_proposal.docx' with a title and an introductory paragraph.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I add tracked changes and comments to a .docx file programmatically?

You can add tracked changes and comments to a .docx file by using a Python-based OOXML manipulation library. This allows you to apply specific edits with tracked changes and manage comments within the document programmatically.

Can I convert .docx content to markdown while preserving tracked changes?

Yes, you can convert .docx content to markdown while preserving the document structure and tracked changes. The Skill supports text extraction that translates .docx files into markdown format specifically for review purposes.

What is the best way to create a new Word document from scratch using code?

The best way to create a new Word document from scratch using code is by utilizing JavaScript or TypeScript libraries. This approach enables you to generate new .docx files with precise structural elements like titles and paragraphs.

Does this OOXML manipulation approach work for modifying existing .docx files?

Yes, the OOXML manipulation approach works for modifying existing .docx files. Using a Python-based library, you can edit existing documents with precision while maintaining formatting preservation throughout the content modification process.

How do I extract text from a .docx file for a summary report?

To extract text from a .docx file for a summary report, you can convert the document content to markdown. This text extraction process preserves the original structure and tracked changes, making the content ready for review and summarization.