docx

Create, read, edit, format, and convert Word .docx files.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/softbreezee/claw-os --skill docx-softbreezee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/softbreezee/claw-os/tree/main/integrated_skills/document/docx
Command: npx skills add https://github.com/softbreezee/claw-os --skill docx-softbreezee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

处理 Word 文档 (.docx) 的创建、读取、编辑、格式化和转换任务,简化文档工作流,提升效率。

Core Features & Use Cases

  • 文档创建 - 创建新的 Word 文档
  • 内容提取 - 从 .docx 文件中提取文本与结构
  • 格式编辑 - 修改文本格式和样式
  • 文档转换 - 与其他格式互转
  • 批量处理 - 自动化文档操作

Quick Start

请求 docx 技能来创建、读取、编辑或将 Word 文档 (.docx) 转换为所需格式。

Frequently Asked Questions about docx

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

FAQPage Schema
How do I extract text and structure from a Word document?

To extract text and structure from a Word document, you can parse .docx files using python-docx. This approach reads the internal XML structure to retrieve paragraphs, tables, and styles for content extraction workflows.

What is the best way to convert Word documents to other formats?

The best way to convert Word documents to other formats is by using Pandoc or LibreOffice. These tools transform .docx files into formats like HTML, Markdown, or PDF while preserving the original document structure.

Can I batch process multiple .docx files to modify formatting?

Yes, you can batch process multiple .docx files to modify formatting by scripting python-docx operations. This automates text style updates, layout adjustments, and structural edits across numerous Word documents simultaneously.

How does python-docx handle Word document creation and styling?

python-docx handles Word document creation by programmatically generating .docx files from scratch. It applies formatting and styles directly to document elements, enabling automated report generation and structured content assembly without manual editing.

Do I need LibreOffice installed to edit and convert .docx files?

You need LibreOffice installed specifically for advanced document conversion tasks. While python-docx handles content creation, reading, and formatting edits, LibreOffice provides the rendering engine required for accurate format conversion.