docx

Create and edit Word documents with redlining, comments, and formatting.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/juliochwd/bps-stat-agent --skill docx-juliochwd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/juliochwd/bps-stat-agent/tree/main/mini_agent/skills/document-skills/docx
Command: npx skills add https://github.com/juliochwd/bps-stat-agent --skill docx-juliochwd

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive suite for document creation, editing, and analysis, including redlining, comments, and advanced formatting options, streamlining professional document workflows.

Core Features & Use Cases

  • Document Creation: Create new Word documents from scratch using Markdown or direct XML manipulation.
  • Document Editing: Edit existing documents with redlining, comments, and advanced text formatting.
  • Document Analysis: Extract text, convert documents to images, and analyze document structure.
  • Use Case: Need to create a detailed document and incorporate feedback from colleagues. Use this Skill to draft the document, apply tracked changes, and review comments.

Quick Start

Use the docx skill to create a new document and apply tracked changes: docx new-document.docx, docx edit tracked-changes.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I add redlining and tracked changes to an existing Word document?

To add redlining to a Word document, you can edit the existing document using advanced document editing features that support tracked changes and comments. This streamlines professional workflows requiring detailed review and feedback incorporation.

Can I create a new Word document from scratch using Markdown?

Yes, you can create new Word documents from scratch by converting Markdown input or through direct XML manipulation. This allows for comprehensive document creation with advanced formatting options tailored to professional needs.

How does text extraction from Word documents work for structural analysis?

Text extraction from Word documents works by parsing the document structure to retrieve raw text content. This allows you to analyze document formatting and structure, or convert documents to images for detailed review.

Do I need specific Python libraries to manipulate Word documents?

Yes, you need the docx-js and ooxml libraries to manipulate Word documents in Python. These dependencies are required to handle advanced formatting, redlining, and detailed document creation workflows.

What is the best way to review and incorporate feedback from colleagues into a document?

The best way to incorporate feedback is to draft your document and apply tracked changes for redlining. You can then review comments directly within the document to streamline the professional editing workflow.

Are there limitations when using direct XML manipulation for document editing?

Direct XML manipulation for document editing requires understanding the underlying document structure. While it offers advanced formatting capabilities, it is best suited for professional workflows where precise control over document creation is necessary.