AgentSkillsCN

docx

当用户希望创建、阅读、编辑或操作 Word 文档(.docx 文件)时,可使用此技能。触发条件包括:任何提到“Word 文档”“Word 文件”“.docx”,或用户要求生成具有目录、标题、页码、信头等格式的专业文档时。此外,当您需要从 .docx 文件中提取或重组内容、在文档中插入或替换图片、在 Word 文件中执行查找与替换、处理修订标记或评论,或将内容转换为精美的 Word 文档时,也可使用此技能。若用户要求以 Word 或 .docx 文件形式输出“报告”“备忘录”“信函”“模板”或其他类似成果,也请使用此技能。但请注意,此技能不适用于 PDF、电子表格、Google Docs,也不适用于与文档生成无关的一般编码任务。

SKILL.md
--- frontmatter
name: docx
description: "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of \"Word doc\", \"word document\", \".docx\", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a \"report\", \"memo\", \"letter\", \"template\", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation."

docx

This is a reference skill maintained externally at anthropics/skills

To use this skill, fetch and read the full documentation:

bash
curl -s https://raw.githubusercontent.com/anthropics/skills/main/skills/docx/SKILL.md

If the skill references supporting files, fetch those as needed:

bash
curl -s https://raw.githubusercontent.com/anthropics/skills/main/skills/docx/path/to/file

The full skill contains detailed instructions, examples, and reference materials not included in this lightweight reference.