docx

Create and edit Microsoft Word documents with formatting and conversion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/NoahYn/climb.com --skill docx-noahyn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/NoahYn/climb.com/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/NoahYn/climb.com --skill docx-noahyn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and manipulation of Microsoft Word documents (.docx files), automating complex formatting and content management tasks.

Core Features & Use Cases

  • Document Generation: Create professional Word documents from scratch using programmatic control over formatting, styles, tables, and images.
  • Content Manipulation: Edit existing .docx files, including accepting tracked changes, performing find-and-replace, and managing comments.
  • Format Conversion: Convert documents to PDF or extract content for further processing.
  • Use Case: Automatically generate personalized offer letters for new hires, complete with company letterhead, specific employee details, and standard legal clauses, all formatted correctly within a .docx file.

Quick Start

Use the docx skill to create a new Word document with a title and a paragraph.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I generate a Word document with complex formatting programmatically?

To generate a Word document with complex formatting, this Skill uses the docx-js library to programmatically control styles, tables, headers, footers, and images. It automates document creation from scratch, handling professional formatting requirements like company letterheads and standard legal clauses.

Can I edit existing .docx files to accept tracked changes and manage comments?

Yes, you can edit existing .docx files to accept tracked changes, perform find-and-replace operations, and manage comments. This Skill manipulates document content directly, streamlining the review process by automating revisions and content updates within Word files.

What's the best way to convert a .docx file to PDF?

The best way to convert a .docx file to PDF is using command-line tools like pandoc and LibreOffice integrated into this Skill. It handles format conversion seamlessly, transforming Word documents into PDF files while preserving the original layout and content structure.

Do I need Node.js and Python to automate document generation and manipulation?

Yes, you need Node.js for the docx-js library and Python scripts for utility functions to automate document generation and manipulation. These dependencies are required to execute the scripts that control formatting, extract content, and manage .docx file operations.

How does pandoc compare to LibreOffice for Word document format conversion?

Pandoc and LibreOffice serve complementary roles in Word document format conversion within this Skill. While both can convert .docx files to PDF, LibreOffice handles complex rendering and layout preservation, whereas pandoc excels at extracting content for further processing.