用于创建、编辑和分析Word文档,支持修订、批注与格式保留。
该 docx 技能从材料看属于提示词型、开源且社区采用度高,未声明需要密钥或远程端点,整体风险较低。其主要作用是指导文档处理流程;需注意 README 中包含让宿主工具读取/修改本地 .docx 与调用 pandoc/python/js 工作流的操作指引,但这更像使用说明而非技能自身内置权限。
材料明确标注“需要的密钥/环境变量:无”,未见要求 API token、账号凭证或其他敏感配置,因此不存在明显的凭证收集或外泄面。
材料明确标注“远程端点 host:无”,README 也主要描述本地 .docx/OOXML/Pandoc 处理流程,未声明会把文档内容发送到第三方服务或不明端点。
系统检查项已标注为 prompt-only;虽然 README 提到 pandoc、python 脚本和 JavaScript/TypeScript 工作流,但这些是对宿主可用工具的操作建议,不代表该技能自带可执行代码或自动获得本机执行权限。
该技能面向 .docx 创建、编辑和分析,说明中会涉及读取/修改本地文档、解包 OOXML、查看 comments/media 等内容;但从材料看这属于文档任务说明,未声明额外文件系统遍历、越权访问或超出用途的数据范围。
来源为 GitHub 开源仓库,且社区采用度高(约 66.6k star),这显著降低供应链风险;当前未见闭源分发、不明下载源或可疑安装脚本。需留意许可证未声明、维护状态未知,但仅凭这些不足以升为高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "docx" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/document-skills/docx/SKILL.md 2. 保存为 ~/.claude/skills/docx/SKILL.md 3. 装好后重载技能,告诉我可以用了
A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
Use "Text extraction" or "Raw XML access" sections below
Use "Creating a new Word document" workflow
Your own document + simple changes Use "Basic OOXML editing" workflow
Someone else's document Use "Redlining workflow" (recommended default)
Legal, academic, business, or government docs Use "Redlining workflow" (required)
If you just need to read the text contents of a document, you should convert the document to markdown using pandoc. Pandoc provides excellent support for preserving document structure and can show tracked changes:
# Convert document to markdown with tracked changes
pandoc --track-changes=all path-to-file.docx -o output.md
# Options: --track-changes=accept/reject/all
You need raw XML access for: comments, complex formatting, document structure, embedded media, and metadata. For any of these features, you'll need to unpack a document and read its raw XML contents.
python ooxml/scripts/unpack.py <office_file> <output_directory>
word/document.xml - Main document contentsword/comments.xml - Comments referenced in document.xmlword/media/ - Embedded images and media files<w:ins> (insertions) and <w:del> (deletions) tagsWhen creating a new Word document from scratch, use docx-js, which allows you to create Word documents using JavaScript/TypeScript.
docx-js.md (~500 lines) completely from start to finish. NEVER set any range limits when reading this file. Read the full file content for detailed syntax, critical formatting rules, and best practices before proceeding with document creation.When editing an existing Word document, use the Document library (a Python library for OOXML manipulation). The library automatically handles infrastructure setup and provides methods for document manipulation. For complex scenarios, you can access the underlying DOM directly through the library.
ooxml.md (~600 lines) completely from start to finish. NEVER set any range limits when reading this file. Read the full file content for the Document library API and XML patterns for directly editing document files.python ooxml/scripts/unpack.py <office_file> <output_directory>python ooxml/scripts/pack.py <input_directory> <office_file>The Document library provides both high-level methods for common operations and direct DOM access for complex scenarios.
This workflow allows you to plan comprehensive tracked changes using markdown before implementing them in OOXML. CRITICAL: For complete tracked changes, you must implement ALL changes systematically.
Batching Strategy: Group related changes into batches of 3-10 changes. This makes debugging manageable while maintaining efficiency. Test each batch before moving to the next.
…
通过 Customer.io 自动化客户触达、分群管理、消息分析与简报追踪。
通过 Rube MCP 自动处理 Dadata Ru 查询与数据校验等任务。
通过 Rube MCP 自动执行 CustomGPT 相关任务与工作流集成
通过 Rube MCP 自动处理 Dailybot 日报、提醒与团队协作任务
通过 Rube MCP 自动执行 Datagma 数据任务,提升查询与处理效率。
通过 Rube MCP 自动化执行 Insighto AI 任务,并先检索最新工具结构。
用于创建、编辑与整理Word文档,并生成带专业排版的 .docx 文件。
读写 Word 文档内容、批注、修订与回复线程,提升审阅协作效率。
让 Claude 直接读取、改写、生成并总结 LibreOffice Writer 文档
通过 Markdown 中转统一读写编辑 Office 与 PDF 文档,并保留原有格式。
用于创建、编辑、分析电子表格,并支持公式、格式与可视化处理。
帮助你批量处理PDF、Excel、Word和PPT的提取、表单、公式与修订任务