A powerful skill for programmatically creating, editing, and formatting Microsoft Word documents using the python-docx library.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install docx-manipulation
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install docx-manipulation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DOCX Manipulation skill allows AI agents to interface directly with Microsoft Word files. By leveraging the python-docx library, this Openclaw Skills integration enables the generation of professional reports, contracts, and correspondence without manual intervention. It provides a robust framework for handling document structure, including sections, styles, and complex elements like tables and images.
This skill is designed for developers and power users who need to bridge the gap between structured data and professional document formats. It eliminates the need for manual copy-pasting by automating the entire document lifecycle from creation to final formatting.
To use this Openclaw Skills component, ensure you have the python-docx library installed in your environment:
pip install python-docx
The skill manages data using the standard Office Open XML (.docx) format. It organizes data according to the following hierarchy:
| Component | Description |
|---|---|
| Document | The root container for all content and metadata. |
| Sections | Defines page properties like margins, orientation, and size. |
| Paragraphs | Blocks of text containing runs with specific character formatting. |
| Tables | Grid structures used for data presentation, supporting merged cells. |
| Pictures | Inline image objects embedded within paragraphs or runs. |
| Styles | Reusable formatting definitions for headings, lists, and tables. |
Loading
An advanced document understanding skill powered by IBM's docling for parsing complex layouts, tables, and figures.

An AI skill for generating interactive, developer-focused presentations using the Slidev framework and Markdown.

Extract and structure data from PDFs, Word docs, and emails using unified document processing.

A professional resume generation skill that converts structured YAML data into polished PDF CVs using multiple industry-standard themes.

Advanced Excel automation using Python and xlwings to interact with live spreadsheet instances and execute complex workflows.

A streamlined utility for converting structured Markdown and HTML content into professional PowerPoint, PDF, or HTML presentations using the Marp ecosystem.








































