DOCX Processing Skill

Extract text, images, tables, and styling from DOCX documents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GaloSerranoA/GALOGPT --skill docx-processing-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DOCX Processing Skill
Source: https://github.com/GaloSerranoA/GALOGPT/tree/main/AI_Brain/skills/available_skills/docx
Command: npx skills add https://github.com/GaloSerranoA/GALOGPT --skill docx-processing-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx.

What problem does it solve?

This skill automates the often-cumbersome tasks of reading, editing, and converting Microsoft Word DOCX files. It frees you from manual document processing, allowing for efficient extraction of content and intelligent manipulation of documents.

Core Features & Use Cases

  • Content Extraction: Extract text, images, tables, and styling information from DOCX documents.
  • Intelligent Editing: Apply modifications and edits to document content, integrating with AI_Brain for advanced manipulation.
  • Format Conversion: Convert DOCX content into various formats like text, Markdown, JSON, HTML, or even back to DOCX.
  • Use Case: Automatically extract all tables from a legal contract in DOCX format and convert them into a structured JSON file for easy data analysis and integration into a database.

Quick Start

Use the 'DOCX Processing Skill' to extract all text from the document '/path/to/document.docx' without preserving formatting, and save it as a text file to '/path/to/output.txt'.