docx

Create, read, edit, and manipulate Word documents with formatting and tracked changes.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Wizarck/nexandro --skill docx-wizarck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Wizarck/nexandro/tree/main/skills/docx
Command: npx skills add https://github.com/Wizarck/nexandro --skill docx-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working with Word documents programmatically is tedious: users need to create polished .docx files with tables of contents, headings, and page numbers, or extract and reorganize content from existing documents without manual copy-paste work. ## Core Features & Use Cases - Document Creation: Generate professional Word documents with headings, tables of contents, page numbers, and letterheads. - Content Manipulation: Extract and reorganize content from .docx files, insert or replace images, and perform find-and-replace operations. - Collaboration Support: Work with tracked changes and comments in existing documents. - Use Case: A user asks for a quarterly business report as a Word file; the skill produces a formatted .docx with a title page, structured headings, and embedded tables. ## Quick Start Ask the assistant to create a formatted Word document report from your notes and save it as a .docx file.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I create a Word document with a table of contents?▼

Describe the document structure you need, including headings and sections, and the skill generates a .docx file with a formatted table of contents, page numbers, and styled headings using the vendored docx tooling.

How to extract and reorganize content from a .docx file?▼

Provide the .docx file and specify the target structure. The skill reads the document content, reorganizes it according to your instructions, and outputs a new polished Word document.

Can I edit tracked changes and comments in Word documents?▼

Yes, the skill supports working with tracked changes and comments in .docx files, allowing you to review, accept, or manipulate revision markup programmatically.

Does the docx skill support find-and-replace and image insertion?▼

Yes, it supports find-and-replace operations across document text and inserting or replacing images within existing .docx files while preserving the surrounding formatting.

What file formats does this document skill work with?▼

It works specifically with Microsoft Word .docx files. It handles creating new documents, reading existing ones, and converting content into polished Word format deliverables like reports, memos, and letters.