What problem does it solve? Working with Microsoft Word documents programmatically is fragmented: cloud files live in OneDrive/SharePoint, local edits need python-docx, and DRM-protected files cannot be opened at all. This Skill unifies creation, reading, batch editing, and comment collaboration into one edit-first workflow. ## Core Features & Use Cases - Cloud document operations: Create Word documents in OneDrive with HTML or plain text content, fetch content from SharePoint/OneDrive URLs, and add or reply to comments via Microsoft Word MCP tools. - Local batch editing: Inspect document structure (paragraphs, tables, styles, headers/footers) and apply batch operations like find-replace, paragraph updates, table edits, and header/footer changes using the bundled docx_editor script. - DRM handling: Detect and strip IRM/DRM protection (OLE2 containers) before editing, then re-apply it afterward so protected files remain compliant. - Use Case: Download a quarterly status report from SharePoint, replace all "Q3 2025" references with "Q4 2025", update a status table, and upload the revised document back — all in one batch operation. ## Quick Start Ask your agent to download the Word file from this SharePoint link, replace every occurrence of "Q3 2025" with "Q4 2025", and upload it back.