Skills/00_Core_Utilities/document-processing/docx/SKILL.md
Word 文档创建、编辑与分析工具
npx skillsauth add liyecom/liye-ai docxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
来源: ComposioHQ/awesome-claude-skills 适配: LiYe OS 三层架构
创建、编辑、分析 Word 文档,支持修订追踪、批注、格式保留、内容提取。
当需要处理 Word 文档时:
from docx import Document
doc = Document()
doc.add_heading('报告标题', 0)
doc.add_paragraph('正文内容...')
doc.add_table(rows=3, cols=3)
doc.save('report.docx')
用户: 帮我生成一份采购合同
Claude: [使用 docx 创建带公司抬头、条款、签名栏的专业合同]
用户: 帮我在这份报告中添加执行摘要
Claude: [使用 docx 读取文档、在开头插入摘要章节、保留原格式]
用户: 把这些 Word 文档的内容提取出来
Claude: [使用 docx 批量提取文本、表格、元数据]
此技能被以下业务域引用:
Created: 2025-12-28 | Adapted for LiYe OS
tools
SFC patched skill. Use when "ui-ux" is relevant.
data-ai
持续改进方法论 - 基于精益思想
tools
软件架构设计模式与最佳实践
tools
Claude Skills 创建指南与最佳实践