word-documents
SKILL.md
Word Documents
When to Use
| Tool | Use When |
|---|---|
create_word_document |
User asks to create/generate a NEW Word document |
modify_word_document |
User asks to edit/update an EXISTING document or add content |
list_my_word_documents |
User asks what documents are available |
read_word_document |
User wants to download a document or read its comments |
preview_word_page |
Check actual page appearance (charts, images, complex layouts) |
Workflow
- Before modifying: call
preview_word_pageto check current layout. - After creation/modification: call
preview_word_pageto verify. - Run tools sequentially (never parallel) to prevent file race conditions.