📄
Word / DOCX
Documents Search & ProductivityInstall Command
npx clawhub@latest install word-docx
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Word / DOCX to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Word / DOCX appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Document Creation
Format Editing
Template System
Detailed Description
The Word / DOCX skill enables OpenClaw to handle Microsoft Word format documents, from reading content to creating professionally formatted documents.
Core Features
- Document Reading: Parse DOCX file content including text, tables, images, and formatting information
- Document Creation: Create new Word documents with headings, paragraphs, lists, tables, and other elements
- Formatting: Set fonts, sizes, colors, alignment, headers/footers, and other layout formatting
- Template System: Use Word templates to auto-fill data for batch document generation
Configuration
{
skills: {
"word-docx": {
defaultFont: "Microsoft YaHei",
defaultSize: 12,
templateDir: "~/Templates",
outputDir: "~/Documents",
autoSave: true
}
}
}
Use Cases
- Automatically generate reports, contracts, letters, and other business documents
- Read Word document content for analysis and Q&A
- Use templates for batch generating personalized documents (e.g., acceptance letters, certificates)
- Convert Markdown or plain text content into beautifully formatted Word documents