docx

Create, edit, and analyze .docx files with JavaScript and Python libraries.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Brandnewson/CV_crawl --skill docx-brandnewson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/Brandnewson/CV_crawl/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/Brandnewson/CV_crawl --skill docx-brandnewson

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of manually creating and editing Word documents by automating various tasks like document creation, reading, editing, and analysis.

Core Features & Use Cases

  • Document Creation: Generates new Word documents with custom styles and formatting.
  • Editing Existing Documents: Modifies existing .docx files, including text, images, tables, and formatting.
  • Content Analysis: Extracts text, converts to images, and performs find-and-replace operations.
  • Use Case: Need a professional-looking report or memo? Use this Skill to create it quickly and efficiently with precise formatting and customization.

Quick Start

Use the docx skill to create a new Word document and add a title 'Meeting Minutes' with Arial font size 14.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word document creation with custom formatting?

Yes, you can edit existing .docx files by modifying text, images, tables, and formatting. The Skill uses JavaScript and Python libraries to manipulate Word documents, allowing you to update content and apply new styles to previously created files.

Can I convert a Word document to PDF using LibreOffice?

You can convert Word documents to PDF using LibreOffice, which is required by this Skill alongside pandoc. This conversion capability allows you to export your manipulated .docx files into PDF format for distribution.

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

Yes, you need pandoc and LibreOffice installed, along with docx-js and poppler. These dependencies are required for comprehensive document manipulation, format conversion, and content analysis tasks within the workflow.

What is the best way to extract text and find-and-replace content in a Word document?

The best way to extract text and perform find-and-replace operations is through the Skill's content analysis feature. It automates reading .docx files, extracting text content, and executing precise text manipulation operations programmatically.

Does this approach support adding tables, images, and hyperlinks to Word documents?

Yes, this approach supports adding advanced features like tables, images, and hyperlinks to Word documents. It handles complex document structures by leveraging JavaScript and Python libraries for comprehensive .docx manipulation.