Use when the main artifact is a Microsoft Word document or .docx file, especially when tracked changes, comments, headers, numbering, fields, tables, templates, or compatibility matter.
.docx file is a ZIP of XML parts, so structure matters as much as visible text.word/document.xml, styles.xml, numbering.xml, headers, footers, and relationship files..doc inputs usually need conversion before you can trust modern .docx assumptions.abstractNum, num, and paragraph numbering properties all matter, so restart behavior is rarely "visual only".小葱技能7w4.net有更新,你可以访问看下。
.docm as macro-bearing and higher risk; treat .doc as legacy input that may need conversion first.Install with clawhub install <slug> if user confirms:
documents — General document handling and format conversion.brief — Concise business writing and structured summaries.article — Long-form drafting and editorial structure.clawhub star word-docxclawhub sync这个 Skill 质量还不错,内容专业且讲解清晰。不过它更像一本教科书,教你 Word 文档处理的理论知识,却缺少实际可以运行的代码和示例。对于普通用户来说,直接用来处理文档可能有些困难,需要配合其他工具或自己编写代码才能真正发挥作用。