docx

Creates, edits, and analyzes Word (.docx) files using docx-js and pandoc.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/adolfosalasgomez3011/copilot-skills --skill docx-adolfosalasgomez3011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/adolfosalasgomez3011/copilot-skills/tree/main/docx
Command: npx skills add https://github.com/adolfosalasgomez3011/copilot-skills --skill docx-adolfosalasgomez3011

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 streamlines the creation, editing, and analysis of Word documents, enabling users to efficiently manage their document workflows.

Core Features & Use Cases

  • Document Creation: Generate new Word documents with custom page sizes, styles, and formatting.
  • Document Editing: Edit existing documents, including formatting adjustments, tracked changes, and comments.
  • Content Analysis: Extract text, convert files to images, and manipulate content within documents.
  • Use Case: When a user needs to create a report with a specific layout, insert images, or perform text analysis on a Word document.

Quick Start

Use the docx skill to create a new Word document and add a table with two columns and two rows.

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 custom formatting and page sizes?

You can create a Word document with custom formatting and page sizes by using the docx skill, which leverages docx-js to generate new .docx files with specific styles, layouts, and content structures.

Can I extract text and convert Word documents to images?

Yes, you can extract text and convert Word documents to images. The skill analyzes .docx files to manipulate content, extract text, and convert document pages into image formats for further processing.

Do I need pandoc and docx-js installed to edit existing Word documents?

Yes, you need both docx-js and pandoc installed. The skill requires these dependencies to validate, generate, and edit existing .docx files, including adjusting formatting, tracked changes, and comments.

What is the best way to insert a table into a Word document programmatically?

The best way to insert a table into a Word document programmatically is using this skill's document editing capabilities, which allow you to generate reports with specific layouts, tables, and images via docx-js.

Does LibreOffice work with this tool for Word document manipulation?

Yes, LibreOffice is included as a dependency. It works alongside pandoc and poppler to support the document creation, editing, conversion, and analysis workflows for .docx files within the skill environment.

Why does Word document text extraction fail without poppler?

Text extraction and document conversion to images may fail without poppler because it is a required dependency for rendering and analyzing the .docx file content alongside docx-js and pandoc.