docx

Create, edit, and convert .docx files with tracked changes and images.

1|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/noahsilve123/claude-skillset --skill docx-noahsilve123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/noahsilve123/claude-skillset/tree/main/skills/docx
Command: npx skills add https://github.com/noahsilve123/claude-skillset --skill docx-noahsilve123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx-js, libreoffice, pandoc, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, editing, and manipulation of .docx files, reducing the time and effort spent on document management.

Core Features & Use Cases

  • Document Creation: Generate new .docx files with custom formatting and content.
  • Document Editing: Edit existing .docx files, including text, images, tables, and styles.
  • Document Manipulation: Convert .docx files to other formats, accept/reject tracked changes, and manage footnotes and comments.
  • Use Case: Imagine you need to create a detailed report with tables, images, and tracked changes. Use this Skill to generate the report with the desired format and then edit it based on feedback.

Quick Start

Create a new .docx file and set the page size to A4 with 1-inch margins.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate document creation and edit existing .docx files?

You can automate document creation and edit existing .docx files by using this Skill to generate new documents with custom formatting and modify text, images, and tables through docx-js and LibreOffice.

Do I need LibreOffice and pandoc installed to manipulate .docx files?

Yes, you need LibreOffice and docx-js for document creation and editing, and pandoc is required for text extraction and format conversion tasks within the .docx manipulation workflow.

Can I accept or reject tracked changes in a .docx file programmatically?

Yes, you can accept or reject tracked changes in a .docx file programmatically. The Skill manages document manipulation by handling tracked changes, footnotes, and comments directly.

What is the best way to extract text and convert a .docx file to another format?

The best way to extract text and convert a .docx file to another format is using pandoc for extraction and LibreOffice for conversion, enabling seamless document manipulation across various output types.

How do I insert images and set custom page margins when generating a .docx file?

You can insert images and set custom page margins when generating a .docx file by leveraging docx-js for document creation, allowing you to define custom formatting like A4 page size with 1-inch margins.