docx

Create, edit, and analyze .docx files while preserving formatting and tracked changes.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/PaneriVatsal/FRIDAY --skill docx-panerivatsal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/PaneriVatsal/FRIDAY/tree/main/.agents/skills/docx
Command: npx skills add https://github.com/PaneriVatsal/FRIDAY --skill docx-panerivatsal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of working with professional Word documents by helping you create, edit, analyze, and review .docx files without breaking formatting, losing structure, or manually handling OOXML details.

Core Features & Use Cases

  • Document creation: Build new Word files from scratch with consistent styles, tables, images, headers, footers, and page layout.
  • Document editing: Modify existing .docx content while preserving formatting, styles, and document integrity.
  • Review workflows: Add comments, tracked changes, and redlines for legal, academic, business, or collaborative editing.
  • Analysis and extraction: Read document text, inspect raw XML, and handle complex structures like embedded media or metadata.
  • Use case: Turn a draft contract into a clean, tracked-changes review or extract the text of a report while keeping headings and lists intact.

Quick Start

Ask the skill to create, edit, or review the attached .docx file while preserving formatting and 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 tracked changes and comments to a Word document without breaking formatting?

This Skill applies OOXML-aware manipulation to add tracked changes and comments to a .docx file while preserving formatting, styles, and document structure. It supports professional review workflows such as redlining and collaborative editing without corrupting the file.

Can I extract text from a Word document while keeping headings and lists intact?

Yes, document analysis and text extraction read .docx content while keeping headings, lists, and complex structures like embedded media or metadata intact. This allows you to extract the text of a report without losing its original organizational structure.

What's the best way to create a new Word file from scratch with consistent styles and tables?

Building new Word files from scratch requires OOXML-aware manipulation to apply consistent styles, tables, images, headers, footers, and page layout. This approach generates professional .docx files with intact document structure and formatting.

Does this approach work with raw OOXML inspection for complex document structures?

Yes, it supports raw XML inspection and document unpacking utilities to handle complex structures like embedded media or metadata. This allows direct OOXML analysis of the .docx file contents for detailed auditing or structural troubleshooting.

Do I need defusedxml to safely edit existing Word documents?

Yes, defusedxml is a required dependency for safely editing existing .docx content while preserving formatting and document integrity. It provides secure XML parsing required for OOXML-aware manipulation during professional document editing workflows.