docx

Create, edit, and analyze .docx files using docx-js, pandoc, and LibreOffice.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive suite of tools to create, edit, and manipulate Word documents (.docx files), saving time and simplifying document processing tasks.

Core Features & Use Cases

  • Document Creation: Generate new Word documents with custom formatting and layouts.
  • Document Editing: Edit existing Word documents, including text, images, tables, and more.
  • Document Analysis: Extract text, analyze tables, and perform other advanced operations on Word documents.
  • Use Case: If you need to create a detailed report with tables, images, and headers, this Skill can help you format the document and ensure it meets your requirements.

Quick Start

Use the docx skill to create a new document with a title and some text: 'docx create --title "My Report" --text "This is the introduction to my report."'

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 tables programmatically?

To create a Word document with custom formatting, this Skill uses docx-js to generate .docx files containing formatted text, tables, images, and headers without manual editing.

What is the best way to extract text and analyze tables from an existing .docx file?

The best way to extract text and analyze tables from .docx files is using this Skill's document analysis capabilities, which parse document content and structures for advanced data processing.

Do I need Node.js and Python installed to automate Word document processing?

Yes, you need Node.js and Python installed to automate Word document processing, as this Skill relies on docx-js, pandoc, LibreOffice, and pdftoppm for document creation and conversion.

Can I use LibreOffice and pandoc to convert .docx files into other formats?

Yes, you can use LibreOffice and pandoc to convert .docx files into other formats, as this Skill handles document conversion and form filling by leveraging these dependencies for format transformation.

How do I edit an existing Word document to update text and images?

To edit an existing Word document and update text or images, this Skill manipulates .docx files directly, allowing you to modify document elements like text, images, and tables programmatically.