word-document
Original:🇺🇸 English
Translated
1 scripts
Word (.docx) manipulation via MCP server. Use for reading, creating, editing, formatting Word documents including tables, footnotes, comments, images, headers, styles, and PDF conversion.
2installs
Added on
NPX Install
npx skill4agent add practicalswan/agent-skills word-documentTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Word Document Workflows
Use this skill when layout and document structure matter, not just the raw text.
.docxCurrent MCP Reality
Microsoft publicly documents a Word MCP server in the Microsoft 365 Agents Toolkit preview, but tool availability still depends on the host. In GitHub Copilot you may see Word-specific tools; in other clients they may be missing. If direct Word MCP access is unavailable, use the included local script workflow.
Activation Conditions
- Creating or editing reports, memos, or structured deliverables
.docx - Applying headings, tables, images, or styles
- Reviewing or extracting document structure
- Preparing Word output before a later PDF conversion
Practical Workflow
- Confirm whether the client exposes Word MCP capabilities.
- Start with structure: title, headings, sections, tables.
- Apply styling consistently only after the structure is right.
- Validate comments, footnotes, and references before export.
- Use the local generator script when MCP access is unavailable.
Document Checklist
- Heading hierarchy is clear
- Tables are readable and consistently styled
- Comments or review notes are intentional
- Placeholder text is removed
- The final document was re-opened or otherwise verified after generation
References & Resources
Documentation
- DOCX Formatting Reference - Practical formatting notes and document structure guidance
Scripts
- DOC Template Generator - Local fallback for generating Word-ready document structures
Examples
- Report Generation Example - Example report workflow for output
.docx
Related Skills
| Skill | Relationship |
|---|---|
| microsoft-development | Microsoft ecosystem context and official docs |
| excel-sheet | Bring spreadsheet output into Word reports |
| powerpoint-ppt | Convert report output into presentation-ready summaries |